
/* FRONTEND CSS
*********************************************/
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, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
}

html {
	height:100%;
	width:100%;
	-webkit-font-smoothing: antialiased; 
}

body {
	text-align: left; 
	width:100%; 
	height:100%; 
	margin: 0;
	padding: 0;
	color: #454545;
	overflow-x:hidden;
	overflow-y: auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

*:focus {
outline: none!important;

}

.hidden {
     display:none;
}


.uk-panel {
	display: block!important;
}


/* Preloader */

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.90);
    z-index: 100600;
}

#page-preloader span.spinner {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/spinner.svg) no-repeat center center;
    background-size: 200px 200px;
    margin: -100px 0 0 -100px;
       z-index: 100600; 
}

#page-preloader span.product {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
	background: url(../images/jusu_brokers_logo.svg) no-repeat center center;
	background-size: 90px 45px;
    margin: -100px 0 0 -100px;
       z-index: 100550;
}



/* Common */

a, a:visited, a:focus {
		color: #7c7c7c;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 16px;
	margin: 0 0 16px 0;
}

.item-page ol li, .item-page ul li {
		margin: 0 0 15px 25px;
}


.item-page .page-header h1, .rightcol .moduletable h3 {
		width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 43px;
	color: #7c7c7c;
display: inline-block;
letter-spacing: 1px;
	border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
margin-bottom: 30px;
}


.content h2, h2.contentheading {
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 30px 0;
	color: #152762;
}

.content .item-page h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #152762;
}

.content h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 30px 0;

}

.rsform label {
	font-size: 11px;
	font-weight: 600;
}

.formResponsive .formHorizontal p.formDescription,
.formResponsive .formHorizontal .rsform-block {
	margin: 0!important;
}

.formResponsive .formHorizontal .formControlLabel {
	width: 28%!important;
	float: left;
}



.formResponsive .formHorizontal .formControls {
	width: 70%!important;
	display: block;
	padding:  0 0 10px 0;
	float: right;
}

input.rsform-radio, input.rsform-checkbox {
	margin: 0 7px;
}

input.btnCal.rsform-calendar-button {
	margin-top: 7px;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	margin: 0!important;
	height: 30px!important;
	padding: 4px 8px 4px 8px!important;
	background: #fff!important;
    -webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	border: 1px solid #ccc!important;
	width:200px!important;

}

div.pweb-field textarea {
	margin: 0 0 5px 0!important;
	height: 75px!important;
	padding: 2px 8px 2px 8px!important;
	background: #fff!important;
    -webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	border: 1px solid #ccc!important;
}

input:focus,div.pweb-field textarea:focus {
	border: 1px solid #777777!important;
	box-shadow: none!important;
	background: #fff!important;	
}


input[type="radio"], input[type="checkbox"] {
	background: #fff;	
	    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

.grecaptcha-badge { visibility: hidden; }



/* Top Menu */

#headerwrap {
	width: 100%;
	height: 50px;
	border-top: 5px solid #152762;
	border-bottom: 1px solid #d5d5d5;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
background: url(../images/top_back.png) repeat-x top left;
z-index: 10;
}

#headerwrap .topmenu {
	width: 980px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
}

#headerwrap .topmenu ul.mod-menu {
	width: 980px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: flex;
}

#headerwrap .topmenu ul.mod-menu li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	flex-grow: 1;
}

#headerwrap .topmenu ul.mod-menu li a {
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 10px;
}

.lavalamp-object {
    background-color:#ececec;
    height: 30px!important;
    margin-top: 9px;
    border: 1px solid #fff;
    -webkit-border-radius: 7px!important;
-moz-border-radius: 7px!important;
border-radius: 7px!important;
-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.55);
}

.visually-hidden {
	display: none;
}


/* Top Menu Logotype */


#header2 {
	width: 100%;
	height: 115px;
	border-bottom: 1px solid #d5d5d5;
	background: #f5f5f5;
	z-index: 1;
	
}

#headerwrap2 {
	width: 980px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}

#headerwrap2 a.logotype {
	display: block;
	width: 180px;
	height: 70px;
	background: url(../images/jusu_brokers_logo.svg) no-repeat center center;
	background-size: 130px 51px;
	position: absolute;
	top: 20px;
	left: -22px;
	}
	
#headerwrap2 div.search {
	position: absolute;
	top: 20px;
	right: 0px;
}	

#headerwrap2 label {
	display: none;
}	

#headerwrap2 input.inputbox.search-query.input-medium {
	height: 28px;
	padding: 2px 8px 2px 8px;
	width: 200px;
	background: url(../images/search.png) no-repeat #fff;
	background-size: 24px 24px;
	background-position: 97% 50%;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
}


#headerwrap2 div.languages {
	position: absolute;
	top: 40px;
	right: 230px;
}

#headerwrap2 div.languages ul li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;	
	font-size: 12px;
	font-weight: 600;
	color: #a9a9a9;
	background: #fff;	
	box-sizing: border-box;
}

#headerwrap2 div.languages ul li a:hover {
	border: 1px solid #777777!important;
	color: #777777;
	background: #fff;
}		



/* Top Subheader */

#subtopwrap {
	width: 100%;
	height:43px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(../images/top-bg1.png) repeat-x;
	z-index: 1;
	display: table;
}

#subtopwrap .subtopright {

	height:43px;
	background: url(../images/top-bg1.png) repeat-x;
	display: table-cell;
}

#subtopwrap .subtopcenter {
	width: 980px;
	height:43px;
	background: url(../images/top-bg1.png) repeat-x;
	display: table-cell;
}

#subtopwrap .subtopcenter h3 {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 43px;
	color: #7c7c7c;
	background: url(../images/top-bg3.gif) no-repeat right center;
display: inline-block;
padding-right: 10px;
letter-spacing: 1px;
	z-index: 100;
}



/* Insurance */

#insurancewrap {
	background-color: #f5f5f5;	
	width: 100%;
	height: auto;
	display: block;
	
}

#insurancewrap .insurance {
	width: 980px;
	margin: 0 auto;
}

#insurancewrap .insurance .moduletable {
	padding: 30px 0;
}

img.uk-overlay-scale {
	width: 100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.uk-scope .uk-panel h3.uk-h3 {
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	margin-top: 20px;
	letter-spacing: 1px;
}

.uk-overlay.uk-overlay-hover  {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}

div.uk-overlay-panel.uk-overlay-background.uk-overlay-fade {
	background: rgba(0,0,0,0.5);

}

a.uk-icon-button {
background: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid rgba(255,255,255,0.5)!important;
color: rgba(255,255,255,0.5)!important;
font-size: 28px;
width: 70px;
height: 70px;
line-height: 70px;
}

a.uk-icon-button:hover {
background: none;	
border: 1px solid #fff!important;
color: #fff!important;
}


/* Slideshow */

#slidewrap .slider {
	width: 980px;
	margin: 0 auto;
}

#slidewrap .slider >div {
	width: 980px;
	height: 350px;
	margin: 0 auto;
}

#slidewrap .uk-overlay {

}

#slidewrap .uk-overlay .uk-h3 {
	padding-left: 480px;	
	font-size: 22px;
	line-height: 24px;
	color: #152762;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: left;
	}

#slidewrap .uk-overlay div.uk-margin {
	padding-left: 480px;	
	font-size: 16px;
	color: #454545;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
		text-align: left;
}



/* Content */

#contentwrap {
	background-color: #f5f5f5;	
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid #d5d5d5;
}


#contentwrap .content {
	width: 980px;
	margin: 0 auto;
		display: table;
}

#contentwrap .content .component {
	min-width: 570px;
	padding: 50px 0 50px 0;
	display: table-cell;
	vertical-align: top;
}

#contentwrap .content .rightcol {
	padding: 50px 0 50px 0;
	display: table-cell;
	vertical-align: top;
}

#contentwrap .content .rightcol .rsform,
#contentwrap .content .rightcol .mod-menu  {
	margin-left: 35px;
	margin-bottom: 50px;
	width: 320px;	
}


a.pdficon {
	background: url(../images/pdf.png) no-repeat left center;
	background-size: 32px 32px;
	padding: 0 0 0 40px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}

ul.nav._strahovka  {
	list-style: none;
}


ul.nav._strahovka li {
	list-style: none;	
	display: inline-block;
	width: 165px;
	height: 165px;
line-height: 165px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	border: 1px solid #ececec;
	margin: 11px 21px 10px 0;
	text-align: center;
	background: #fff;
}

ul.nav._strahovka li a {
	display: inline-block;
		line-height: 20px;
		vertical-align: middle;
		text-decoration: none;
		font-weight: 600;
	padding: 65px 10px;	
}

ul.nav._strahovka li:hover {
border: 1px solid #152762;
}


ul.nav._strahovka li a:hover {
	color: #152762;
}



/* Contacts */

p.address {
	background: url(../images/address_b.svg) no-repeat left center;
	background-size: 24px 24px;
	padding: 0 0 0 30px;
	margin: 0 20px 20px 0;	
	display: inline-block;
	height: 24px;
}

p.phone {
	background: url(../images/phone_b.svg) no-repeat left center;
	background-size: 24px 24px;
	padding: 0 0 0 30px;
	margin: 0 20px 20px 0;	
	display: inline-block;
	height: 24px;
}

p.mail {
	background: url(../images/mail_b.svg) no-repeat left center;
	background-size: 24px 24px;
	padding: 0 0 0 30px;
	margin: 0 20px 20px 0;	
	display: inline-block;
	height: 24px;
}

.contactform {
	margin: 50px 0 0 0;
}


.pwebcontact .pwebcontact-container button.btn, input[type="submit"], input[type="reset"]  {
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	height: 34px;
	background: rgba(22,46,91,0.5);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	color: rgba(255,255,255,0.9);
	text-shadow: none;
	border: none;
	border-color: none;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}

.pwebcontact .pwebcontact-container button.btn:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color: rgba(255,255,255,0.7);
	background: rgba(22,46,91,1);
}

div.pweb-fields {
	position: relative;
	padding-bottom: 50px;
}

div.pweb-fields div.pweb-field-container.pweb-field-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
}

#map_info_canvas {
	height: 350px;
}



/* Right Menu */

.rightcol ul.mod-menu {
	list-style: none;
}

.rightcol ul.mod-menu li a {
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 15px;
	background: url(../images/arrow.png) no-repeat left center;
	border-bottom: 1px dotted #ccc;
}

.rightcol ul.mod-menu li.active a {
	font-weight: 600;
	color:#152762;	
	background: url(../images/arrow-hover.gif) no-repeat left center;
}

.rightcol ul.mod-menu li a:hover {
	background: url(../images/arrow-hover.gif) no-repeat left center;
	color:#152762;
}

/* Footer */
#footerwrap {
	background-color: #152762;	
	width: 100%;
	height: 44px;
	height: auto;
	display: block;
}


#footerwrap .footer {
	width: 980px;
	margin: 0 auto;
	height: 44px;	
	display: block;
	vertical-align: top;	
}

.footerright {
	width: 350px;
	display: inline-block;
	text-align: right;
	vertical-align: top;			
}

.footerright ul.mod-menu {
	display: inline-block;
	line-height: 44px;
	margin:0;
	padding: 0;	
}

.footerright ul.mod-menu li {
	display: inline-block;
	line-height: 44px;
	margin:0;
	padding: 0;	
}

.footerright ul.mod-menu li a {
	display: block;
	border-left: 1px dashed rgba(255,255,255,0.75);
	padding: 5px 10px;
	color: rgba(255,255,255,0.75);
	font-size: 14px;
	font-weight: 600;
	height: 10px;
	line-height: 10px;
	text-decoration: none;
}

.footerright ul.mod-menu li a:hover {
	color: rgba(255,255,255,1);
}

.footerright ul.mod-menu li:last-child a {
	padding: 5px 0 5px 10px;
}

.footerright ul.mod-menu li:first-child a {
	border-left: none;
}

.footerright ul.mod-menu li {
	display: inline-block;
}

.footerleft {
	display: inline-block;	
	width: 625px;
	margin:0;
	padding: 0;		
	display: inline-block;
	vertical-align: top;		
}

.footerleft p, .footerleft a {
	color: rgba(255,255,255,0.75);
	font-size: 14px;
	line-height: 44px;
	font-weight: 500;
	margin: 0;
	text-decoration: none;	
	font-weight: 600;
}

.footerleft a:hover {
	color: rgba(255,255,255,1);
}





/* Landscape phones and down */
@media screen and (max-width: 420px) {
	

}
/* Landscape phone to portrait tablet */
@media (max-width: 747px) {


}

/* Portrait tablet to landscape and desktop */
@media screen and(max-width: 978px) {
	

}


/* Portrait tablet to landscape and desktop */
@media  (min-width: 979px) and (max-width: 1199px) {




}

/* Large desktop Classic Notebook */
@media (min-width: 1200px) and (max-width: 1366px) {



}

/* Large desktop Macbook */
@media (min-width: 1367px) and (max-width: 1440px) {



}


/* Media Queries
*********************************************/
/* Retina */

@media all and
(-webkit-min-device-pixel-ratio: 2) {


}

@media (min-width: 748px) and (max-width: 978px) and
(-webkit-min-device-pixel-ratio: 2) {



}


@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 