body{
	padding: 0; 
	margin:0;
	color:#666;
	font:16px/22px 'Akkurat-Regular', Tahoma, Geneva, sans-serif;
	background:#fff;
	min-width:320px;
	height:100%;
}
body > form,
html {height:100%;}
img{border-style:none;}
a{
	color:#003d5f;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
}
a:hover{text-decoration:underline;}

a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
header,
footer,
section,
nav,
article,
aside {display:block;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}

.leftTitle p {
	margin:0;
}

::-moz-placeholder,
:-moz-placeholder {opacity:1;}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}
::-webkit-input-placeholder {color:#666;}


#wrapper {
	min-height:100%;
	overflow:hidden;
	position:relative;
}
.container {
	max-width:970px;
	padding:0 15px;
	margin:0 auto;
}
.clearfix:after,
.container:after {
	content:'';
	display:block;
	clear:both;
}
/* header */
#header {

	position:absolute;
    top:0;
    width:100%;
    z-index:99999;
}


.top-bar {
	background:#4b5258;
	padding:4px 0 6px;
	min-height:20px;
}
.top-bar a {color:#fff;}
.tools .block a:hover,
.top-bar a:hover {
	color:#c4d600;
	text-decoration:none;
}
.tools {
	float:right;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
    margin-top:12px;
}
.tools > div {
	float:left;
	margin:0 0 0 20px;
}
.tools a.tel { margin-left:20px; }
.socials {
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
}
.socials li {
	float:left;
	padding:0 0 0 13px;
}
.socials a {
	float:left;
	width:13px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:relative;
}
.socials a:after,
.socials a:before {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	background:url(bg-socials-01.png) no-repeat 0 -14px;
	opacity:0;
}
.socials a:after {
	background:url(bg-socials-01.png) no-repeat;
	opacity:1;
}
.socials .facebook {width:7px;}
.socials .facebook:after {background-position:-26px 0;}
.socials .facebook:before {background-position:-26px -14px;}
.socials .linkedin {width:13px;}
.socials .linkedin:after {background-position:-46px 0;}
.socials .linkedin:before {background-position:-46px -14px;}
.socials a:hover:before {opacity:1;}
.socials a:hover:after {opacity:0;}
.top-bar .socials .google, .top-bar .socials li:last-child { display:none; }
.tools .block {float:left;}
.tools .block > div { float:right; }
.tools .block a {
	color:#fff;
	float:right;
	margin-left:14px;
        line-height: 22px;
            padding-top: 2px;
}
.search-form {
	float:right;
	width:128px;
	background:#fff;
    color:#3f6a81;
	height:20px;
	margin:1px 0 -1px 0px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	padding:0 25px 0 10px;
	position:relative;
}
.search-form .sfFormBox input {
	display:block;
	width:100%;
	font:bold 11px/18px Arial, Helvetica, sans-serif;
	padding:1px 0;
	height:18px;
	border:0;
	background:none;
	color:#fff;
	-webkit-appearance: none;
}
.search-form .sfFormBox * 
{ border:none !important;}
.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button { width:auto !important; vertical-align:top !important; }
.search-form ::-moz-placeholder {color:#fff;}
.search-form :-ms-input-placeholder {color:#fff;}
.search-form ::-webkit-input-placeholder {color:#fff;}
.search-form .sfFormSubmit {
	position:absolute;
	top:4px;
	right:8px;
	width:11px;
	height:12px;
}
.search-form .sfFormSubmit:after,
.search-form .sfFormSubmit:before {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background:url(searchicon.png) no-repeat;
        background-size: 10px 10px;
}
/*.search-form .sfFormSubmit:after {
	opacity:0;
	background-position:0 -12px;
}*/
.search-form .sfFormSubmit:hover:after {opacity:1;}
.search-form .sfFormSubmit:hover:before {opacity:0;}
.search-form .sfFormSubmit input {
	display:block;
	width:11px;
	height:12px;
	text-indent:-9999px;
	padding:0;
	border:0;
	background:none;
	position:relative;
	z-index:3;
}
.search-form .sfFormSubmit input:hover {opacity:0.9;}
#header .logo {
	float:left;
	width:184px;
	height:142px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(hh_logo_white.png) no-repeat;
	margin:0 0 11px 0;
    position:relative;
}
#header .logo a {
	display:block;
	height:100%;
    width:100%;
    position:absolute;
}

#header .headerWrap {
    float: right;
    /*background: #3f6a81;*/
        background: rgba(63,106,129, 0.8);
    width: 786px;
    position: relative;
}

.headerWrap:after {
    display:block;
    width:100px;
    height:100px;
    background:black;
    }

.leftTitle {    
    float: left;
    color: #c4d600;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    top: 9px;
    left: 13px;

}

.headerExtension {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 146px;
    height: 90px;
    /*background: #3f6a81;*/
    background: rgba(63,106,129, 0.8);
}

#main-nav {float:right; margin-top: 16px; width: 100%;}
#main-nav > ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
    display: table;
}
#main-nav > ul > li {
	float:left;
    display: table-cell;
}
#main-nav > ul > li > a {
	float:left;
	font-size:14px;
	line-height:22px;
	padding:8px 16px;
	color:#fff;
    font-weight:500;
        letter-spacing: -0.2px;
}

.safari #main-nav > ul > li > a {
    letter-spacing: -1px;
}

/*#main-nav > ul > li:first-child > a {
	text-indent:-9999px;
	overflow:hidden;
	width:30px;
	padding:20px 0;
	background:url(ico-02.png) no-repeat 50% 50%;
}
#main-nav > ul > li.active:first-child > a {background:#fff url(ico-03.png) no-repeat 50% 50%;}*/
#main-nav > ul li.active > a {
	text-decoration:none;
	color:#c4d600;
}
#main-nav > ul li:hover > a {
	/*background-color:#6b899a;*/
        background: #003d5f;
	text-decoration:none;
	color:#c4d600;
}
/*#main-nav > ul > li:first-child:hover > a,
#main-nav > ul > li.active:first-child:hover > a {background:#6b899a url(ico-02.png) no-repeat 50% 50%;}*/
#main-nav ul ul {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	/*background:#6a899b;*/
        background: #003d5f;
	width:100%;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	max-width:1000px;
	list-style:none;
	margin:0 auto;
	padding:0 15px;
	font-family:'AdobeBlank';
	opacity:0;
	-webkit-transition: all 0.2s ease-out;	transition: all 0.2s ease-out;
	height:0;
	overflow:hidden;
	z-index:100;
}
#main-nav li:hover > ul {
	opacity:1;
	height:auto;
	overflow:visible;
}
#main-nav ul ul:before {
	position:absolute;
	top:0;
	left:-9999px;
	right:-9999px;
	bottom:0;
	content:'';
	/*background:#6a899b;*/
}
#main-nav ul ul ul,
#main-nav ul ul ul:before {
	display:none !important;
}
#main-nav > ul > li > ul:after {
	top:54px;
	bottom:40px;
	position:absolute;
	content:'';
	left:50%;
	width:2px;
	/*background:#b4c4cd;*/
}
#main-nav ul ul li {
	width:50%;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	font:14px/18px 'Akkurat-Regular', Tahoma, Geneva, sans-serif;
	padding:0 0 19px;
	min-height:34px;
	position:relative;
	z-index:2;
}
#main-nav ul ul li.nth-child-2,
#main-nav ul ul li:first-child {
	padding-top:16px;
	/*min-height:111px;*/
}
#main-nav ul ul li.nth-child-even {padding-left:34px;}
#main-nav ul ul a {color:#fff;}
#main-nav ul ul a:hover {
	text-decoration:none;
	color:#c4d600;
}
#main-nav > ul > .overlay-nav {
	position:absolute;
	top:100%;
	left:-9999px;
	right:-9999px;
	height:99999px;
	background: rgba(0, 0, 0, 0.6);
	opacity:0;
	z-index:-1;
    display:none;
}
#main-nav > ul > .has-drop:hover ~ .overlay-nav {
	opacity:1;
	z-index:80;
}
#main-nav ul ul ul {
	position:static;
	height:auto;
	overflow:visible;
	opacity:1;
	padding:0 0 0 20px;
	background:none;
}
#wrapper #main-nav ul ul ul li {
	display:block;
	min-height:1px;
	padding:5px 0 0;
	width:auto;
	font-size:15px;
	line-height:18px;
}
#main-nav ul ul ul:before {
	display:none;
}
#main-nav .tools,
.btn-menu {display:none;}
/* end header */
/* banner */
.banner {
	height:140px;
	background-size:cover;
	background-position:50% 50%;
	margin:0;
	position:relative;
}
.banner figcaption {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	background: rgba(62, 119, 146, 0.8);
	color:#fff;
	font-size:20px;
	line-height:24px;
}
.banner figcaption .block {
	text-align:center;
	float:left;
	width:48%;
	padding:9px 9px 16px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
    
}

    .banner figcaption .blockOne {
    background: rgba(196,214,0,0.75);
    margin-right:2%;
    }

        .banner figcaption .blockTwo {
    background: rgba(0,61,95,0.75);
    }




.banner figcaption .block h2 {
	font-size:38px;
	line-height:48px;
	color:#c4d600; 
	margin:0 0 6px;
    font-weight:normal;
    text-align:left;
    font-weight: 500;
}
.banner figcaption .block p {margin:0;text-align:left;font-weight:bold;font-size:16px;color:#fff;}

    .banner figcaption .blockOne h2, .banner figcaption .blockOne p {
       color:#003d5f;
    }

.banner figcaption:before {
	position:absolute;
	content:'';
	left:50%;
	top:0;
	bottom:0;
	width:1px;
	background: rgba(255, 255, 255, 0.3);
}
/*.banner figcaption .block .colored {color:#b3d8d2;}*/
.banner figcaption .container {
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	width:100%;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	max-width:1000px;
}
.banner .caption {
	max-width:485px;
	padding:0 0 96px;
	margin:-54px 0 0 0;
	letter-spacing:-1px;
    top: -162px;
    position: relative;
}
.banner .caption h2,
.banner .caption h1 {
	font:51px/51px 'Akkurat-Bold', Georgia, Helvetica, sans-serif;
    font-weight:bold;
	color:#f06124;
	margin:0;
	text-indent:-21px;
    letter-spacing: -2px;
    font-size: 2em;
}

.banner .caption h1 span {	font:51px/51px Georgia, Helvetica, sans-serif;}

.banner figcaption .block a:hover { text-decoration:none;}

/* end banner */
/* intro */
.intro {
	padding:58px 0 77px;
	text-align:center;
}
.intro h2 {
	font-size:38px;
	line-height:38px;
	margin:0 0 65px;
        text-align: left;
}
.info-list {
	margin:0 -10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	line-height:21px;

}
.info-list li {
	padding:0 10px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	width:33.3333%;
	float:left;
    text-align: left;
}
.info-list h3 {
	font:110px/110px 'Akkurat-Bold', Helvetica, sans-serif;
	margin:0 0 10px;
        color:#588aab;
            letter-spacing: -6px;
}
.info-list p {margin:0;}
.info-list a {font-weight:bold;}
/* end intro */
/* video-area */
.video-area {
	background:#003d5f;
	    text-align: left;
	color:#fff;
	font-size:20px;
	line-height:24px;
	position:relative;
}

.video-area .container {
	position:relative;
	z-index:2;
	padding-top:38px;
	padding-bottom:48px;
}
.video-area h2 {
	font-size:38px;
	line-height:38px;
	color:#c4d600;
	margin:0 0 19px;
}
.video-area p {margin:0 0 34px;}
.video {
	float:left;
	position:relative;
	width:380px;
	margin:0 39px 0 0;
}
.video img {
	vertical-align:top;
	width:100%;
}
.video .play {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	border:8px solid rgba(255, 255, 255, 0.3);
	width:78px;
	height:78px;
	margin:-39px 0 0 -39px;
	-webkit-border-radius:100%;	border-radius:100%;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	cursor:pointer;
}
.video .play:before {
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	border:18px solid transparent;
	border-left:24px solid rgba(255, 255, 255, 0.3);
	margin:-17px 0 0 -8px;
}
.video:hover .play {border-color:rgba(255, 255, 255, 0.6);}
.video:hover .play:before {border-left-color:rgba(255, 255, 255, 0.6);}
.video-area .descr {
	overflow:hidden;
	font-size:17px;
	line-height:22px;
	text-align:left;
	padding:6px 0 0;
}
.video-area .descr p {margin:0 0 23px;}
/* end video-area */
/* footer */
#footer {
	padding:38px 0;
	font-size:14px;
	line-height:21px;
	color:#929292;
}
#footer a {
	color:#929292;
	text-decoration:underline;
}
#footer a:hover {text-decoration:none;}
#footer .row {
	overflow:hidden;
	margin:0 -11px;
}
#footer .row .col {
	float:left;
	width:25%;
	padding:0 11px 36px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
}
#footer h3 {
	font-size:16px;
	line-height:20px;
	color:#f06124;
	margin:0 0 5px;
}
#footer h4 {
	font-weight:normal;
	font-size:14px;
	line-height:21px;
	color:#939393;
	margin:0;
}
#footer .contacts {
	margin:0 0 27px;
}
#footer .contacts a {
	color:#939393;
	text-decoration:none;
}
#footer .contacts a:hover {text-decoration:underline;}
#footer .socials {
	float:none;
	overflow:hidden;
}
#footer .socials li {padding:0 16px 0 0;}
#footer .socials a:after,
#footer .socials a:before {display:none;}
#footer .socials a {
	background:url(bg-socials-02.png) no-repeat;
	width:8px;
}
#footer .socials .linkedin {
	width:14px;
	background-position:-26px 0;
}
#footer .socials .twitter {
	width:16px;
	background-position:-53px 0;
}
#footer .socials .google {
	width:14px;
	background-position:-83px 0;
}
#footer .socials a:hover {opacity:0.85;}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer .sfnewsFullStory {
	font-size:12px;
	line-height:18px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.newsletter label {
	display:block;
	margin:0 0 12px;
}
.newsletter .sfFieldWrap {margin:0 0 14px;}
.newsletter .sfFieldWrap input {
	display:block;
	width:100%;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	border:1px solid #929292;
	font:14px/18px 'Akkurat-Regular', Tahoma, Geneva, sans-serif;
	padding:5px 10px;
	height:30px;
	background:none;
	color:#929292;
	position:relative;
}
.sfnewsletterForm,
.sfnewsletterForm .sfMessage
{
    padding:0 !important;
    margin:0 !important;
}
.btn, .sfcommentsSubmitBtn {
	display:inline-block;
	vertical-align:top;
	min-width:127px;
	border:0;
	background:#003d5f;
	text-align:left;
	color:#fff;
	font:bold 14px/20px 'Akkurat-Regular', Tahoma, Geneva, sans-serif;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	padding:10px 15px;
	position:relative;
}
.btn:hover, .sfcommentsSubmitBtn:hover {
	text-decoration:none;
	background:#7697a8;
}
.newsletter .btn {padding:5px 15px;}
#footer .logos,
.logos {
	margin:0 -99999px 12px;
	padding:27px 99999px;
	list-style:none;
	text-align:center;
	background:#f8f9fb;
}
.logos li {
	display:inline-block;
	vertical-align:top;
	padding:0 27px;
}
.logos a {
	display:table-cell;
	vertical-align:middle;
	height:45px;
}
.logos a:hover {opacity:0.85;}
.logos img {vertical-align:top;}
#footer .bottom-bar {
	font-size:12px;
	line-height:18px;
}
#footer .bottom-bar p,
#footer .bottom-bar > div:first-child {
	margin:0;
	display:inline-block;
	vertical-align:top;
}
#footer .bottom-bar nav {
	display:inline-block;
	vertical-align:top;
	font-family:'AdobeBlank';
	padding:0;
}
#footer .bottom-bar nav li {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 5px 0 9px;
	font-family:Tahoma, Geneva, sans-serif;
}
#footer .bottom-bar nav li:before {
	position:absolute;
	left:0;
	top:0;
	content:'|';
}
#footer .bottom-bar nav li:first-child:before {display:none;}
#footer .bottom-bar nav li:first-child {padding-left:0;}

#footer .bottom-bar nav a {text-decoration:none;}
#footer .bottom-bar nav a:hover {text-decoration:underline;}
/* end footer */
/* elements */
.visual {
	min-height:360px;
	background-size:cover;
	background-position:50% 50%;
	margin:0;
}
#main {
	position:relative;
	padding-top:46px;
	padding-bottom:2px;
}
#main:before {
	position:absolute;
	left:15px;
	right:15px;
	bottom:0;
	height:2px;
	background:#eee;
	content:'';
}
#content {
	float:right;
	width:66.3%;
	padding:0 0 10px;
}
.headings {padding:0 0 13px;}
.headings h2 {margin-bottom:15px;}
#content p {margin:0 0 20px;} 
#content ul {
	margin:0;
	padding:0 0 16px 2px;
	list-style:none;
}
#content ul li {
	position:relative;
	padding:0 0 0 16px;
}
#content ul li:before {
	position:absolute;
	left:0;
	top:9px;
	content:'';
	width:6px;
	height:6px;
	background:#85acc2;
	-webkit-border-radius:100%;	border-radius:100%;
}
#content ol {
	margin:0;
	padding:0 0 36px 31px;
	list-style:none;
	counter-reset:section;
}
#content ol li {padding:0 0 4px;}
#content ol li:before {
	content:counter(section)'.';
	counter-increment:section;
	margin:0 0 0 -28px;
	color:#85acc1;
	float:left;
	width:28px;
	font-weight:bold;
}
.panel {
	border-top:1px solid #c3d6e0;
	padding:14px 0 20px;
    margin-top:15px;
}
.panel:after {
	content:'';	display:block;	clear:both;
}
.back {
	float:left;
	font-size:15px;
	line-height:18px;
	color:#85acbf;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:2px 0 0;
	background:url(arrow-01.png) no-repeat 0 4px;
}
.panel .back + .back { display: none; }
#content .links,
.links {
	padding:0;
	float:right;
	font-size:18px;
	line-height:18px;
	color:#85acbf;
	font-weight:bold;
	margin:0;
	list-style:none;
}
#content .links li,
.links li {
	padding:0 0 0 60px;
	float:left;
}
#content .links li:before {display:none;}
.links a {color:#85acbf;}

.main-form {padding:0 0 55px;}
.main-form h2{margin-bottom:37px;}
.main-form .sfTxtLbl,
.sfcommentsFormWrp .sfTxtLbl{
	color:#84acc1;
	margin:0 5px 8px 0;
	display:inline-block;
	vertical-align:top;
}
.main-form .sfFieldWrap .sfTxt,
.sfcommentsFormWrp .sfTxt{
	padding:10px 7px;
	margin:0;
	border:2px solid #ccc;
	background:#fff;
	width:100%;
	color:#666;
	font-size:16px;
	line-height:21px;
	height:45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
}
.main-form .sfFormBox{
	margin-bottom:13px;
	position:relative;
}
.main-form .sfFormBox:after {
	content:'';
	display:block;
	clear:both;
}
.main-form .sfError{
	font:12px/21px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#f00;
	display:inline-block;
	vertical-align:top;
	margin:3px 0 -3px;
}
.main-form .sfErrorWrp .sfTxt{border-color:#f00;}
.main-form .sfDropdownList{
	padding:0 0 13px;
	display:block;
}
.main-form .sfFieldWrap textarea.sfTxt{
	min-height:90px;
	resize:vertical;
	overflow:auto;
}
.main-form .row{
	overflow:hidden;
	padding:19px 0 0;
	margin:0 0 -5px;
}
.main-form .row .sfFormCheckboxlist,
.main-form .row .sfFormRadiolist{
	float:left;
	min-width:168px;
	padding-right:14px;
}
.main-form .sfFormCheckboxlist .sfTxtLbl,
.main-form .sfFormRadiolist .sfTxtLbl{
	margin:0;
	overflow: hidden;
	color:#585858;
	line-height:18px;
	display:block;
}
.main-form .sfCheckListBox,
.main-form .sfFormRadiolist .sfRadioList{
	background:none;
	padding:0;
	border:0;
	float:left;
	margin:0;
	min-width:1px;
}
.main-form .sfFormSubmit {
	padding:44px 0 0;
}
.repeater-area{padding:11px 0 30px;}
.repeater-area h2{margin:0 0 17px;}
#content .repeater-area .sfnewsList,
.repeater-area .sfnewsList{
	padding:0;
	list-style:none;
	margin:0;
}
.repeater-area .sfnewsList .stnewsListItem,
#content .repeater-area .sfnewsList .stnewsListItem{
	background:#e8e8e8;
	margin:0 0 4px;
	padding:0;
	overflow:hidden;
	line-height:19px;
	font-size:16px;
}
.repeater-area .stnewsListItem .holder{
	overflow:hidden;
	padding:24px 24px 24px 29px;
}
#content .stnewsListItem:before{display:none;}
.repeater-area .sfnewsList .sfnewsTitle {margin:0 0 8px;}
.repeater-area .sfnewsList .date { display:block; }
.repeater-area .sfnewsList .img{
	float:left;
	overflow:hidden;
	width:290px;
	height:163px;
	background-size:cover;
	background-position:50% 50%;
	border-right:4px solid #fff;
    position:relative;
}
.repeater-area .sfnewsList .img > a {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.repeater-area .img img{vertical-align:top;}
.repeater-area .sfnewsSummary{display:inline;}
.repeater-area .sfnewsFullStory{
	cursor:pointer;
	color:#85acc0;
	text-decoration:underline;
}
.repeater-area .sfnewsFullStory:hover {text-decoration:none;}
.sf_pagerNumeric{padding:0 0 44px 2px;}
.custom-pager .sf_pagerNumeric { display:inline-block; vertical-align:middle }
.sf_pagerNumeric a{
	color:#666;
	display:inline-block;
	vertical-align:top;
	background:#e8e8e8;
	font:18px/30px 'Akkurat-Regular', Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	padding:0 3px;
	margin:0 15px 0 0;
	height:30px;
	min-width:24px;
	position:relative;
}
.sf_pagerNumeric .sf_PagerCurrent,
.sf_pagerNumeric .rdpCurrentPage,
.sf_pagerNumeric a:hover,
.custom-pager > a:hover {
	background:#89adc0;
	color:#fff;
}
.sf_pagerNumeric .disabled {
	color:#ccc !important;
	cursor:default;
	background:#e8e8e8 !important;
}

.custom-pager .sf_pagerNumeric { display:inline-block; vertical-align:middle }
.custom-pager > a {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width:24px;
  height:30px;
	font:18px/26px 'Akkurat-Regular', Helvetica, sans-serif;
	color:#666;
	display:inline-block;
	vertical-align:top;
	background:#e8e8e8;
	cursor:pointer;
	padding:0 3px;
	-webkit-border-radius:4px;	border-radius:4px;
    text-decoration:none;
}
.sf_pagerNumeric .rdpWrap:first-child a,
.sf_pagerNumeric .rdpNumPart + .rdpWrap a
{
	font:18px/32px 'Akkurat-Regular', Helvetica, sans-serif;
}
.sf_pagerNumeric .rdpWrap:first-child > a,
.custom-pager > a:first-child
{
    margin-right:15px;
}
/*.sf_pagerNumeric .rdpWrap:first-child > a:before,
.custom-pager > a:first-child:before
{
    content:"<";
    display:block;
}*/
.sf_pagerNumeric .rdpNumPart + .rdpWrap a img,
.sf_pagerNumeric .rdpWrap:first-child > a img
{
    display:none;
}
/*.sf_pagerNumeric .rdpNumPart + .rdpWrap > a:before,
.custom-pager .sf_pagerNumeric + a:before
{
    content:">";
    display:block;
}*/
.sf_pagerNumeric .rdpWrap
{
    display:inline-block;
    vertical-align:top;
}
.search-block ::-moz-placeholder {color:#85acbf;}
.search-block :-ms-input-placeholder {color:#85acbf;}
.search-block ::-webkit-input-placeholder {color:#85acbf;}
.search-block {
	/*background:#f8f9fb;*/
	padding:15px 20px 15px 0;
	margin-bottom:20px;
}
.search-block h2 {
	font-weight:normal;
	margin:0 0 21px;
}
.search-block .row {
	margin:0 -10px;
	overflow:hidden;
}
.search-block .row > div {
	float:left;
	width:38.5%;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	padding:0 10px 5px;
}
.search-block .row .col-2 {width:23%;}
.select-type-2 {height: 49px;}
.select-type-2 .select-opener {width:30px;}
.select-type-2 .select-opener:after{
	border:5px solid transparent;
	border-top:9px solid #85acc0;
	margin:-5px -2px 0 0;
}
.select-type-2 .center,
.search-block .sfTxt {
	border:1px solid #89adc0;
	color:#85acbf;
	padding:13px 28px;
    line-height:21px;
}
.search-block .btn {
	line-height:21px;
	padding:14px 15px;
	display:block;
	width:100%;
	min-width:100%;
        text-align: center;
}
.drop-type-2 {padding:1px 0;}
.drop-type-2 .drop-holder {
	border:1px solid #89adc0;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.drop-type-2 ul a {
	color:#85acbf;
	padding:5px 18px;
}
.drop-type-2 .item-selected a {
	text-decoration: none;
	background: #3b7793;
	color: #fff;
}
#content .people,
.people {
	padding:0 0 38px;
	margin:0;
	list-style:none;
}
#content .people li,
.people li {
	padding:31px 0;
	border-top:2px solid #eee;
}
#content .people li:first-child,
.people li:first-child {border:0;}
#content .people li:before {display:none;}
.people figure {
	margin:0;
	overflow:hidden;
}
.people figure > .img {
	float:left;
	margin:0 30px 0 0;
	position:relative;
    /*background:#F8F9FB;*/
    width:205px;
    height:205px;
    overflow:hidden;
    text-align:center;
}
.people figure img {
    max-width:100%;
}
.people figcaption {
	overflow:hidden;
	/*text-align:right;*/
	display:block;
	/*padding:30px 0 0;*/
}
.people h2 {
	font-size:20px;
	line-height:24px;
	color:#f06124;
	margin:0;
}
.people h3 {
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	margin:0 0 10px;
	color:#003d5f;
}
#content .people figcaption p,
.people figcaption p {margin:0 0 16px;}
.people .btn {
	padding:6px 18px;
	font-size:14px;
	min-width:1px;
}
/*.people > li.nth-child-even figure > .img {
	float:right;
	margin:0 5px 0 30px;
}
.people > li.nth-child-even figcaption {
	text-align:left;
	padding:18px 0 0;
}*/
#sidebar {
	float:left;
	width:31.3%;
	padding:5px 0 0;
    margin-bottom:20px;
}
.secondary-nav {margin:0 0 40px;}
.secondary-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:24px;
}
.secondary-nav ul li {border-top:2px solid #ccc;}
.secondary-nav > ul > li:first-child {border:0;}
.secondary-nav ul a {
	display:block;
	padding:9px 0;
	color:#003d5f;
    font-weight:bold;
}
.secondary-nav ul a:hover {
	text-decoration:none;
	color:#3e7792;
}
.secondary-nav > ul > li > ul > .open > a,
.secondary-nav > ul > .open > a,
.secondary-nav .active > a {color:#f06124}
.secondary-nav ul ul a {padding:7px 0 7px 10px;font-weight:normal;}
.secondary-nav > ul > .open > a:before,
.secondary-nav > ul > li > .active > a:before {content:'› ';}

.secondary-nav > ul > li > ul > li > .active > a {font-size:16px;font-weight:bold;}
.secondary-nav ul ul ul {font-size:16px;}
.secondary-nav ul ul ul a {padding-left:50px;}
.secondary-nav ul ul ul a:before {
	content:'› ';
	float:left;
	margin:0 0 0 -10px;
}
.secondary-nav ul ul ul ul a {padding-left:70px;}
.secondary-nav ul ul ul ul ul a {padding-left:106px;}
.secondary-nav .has-drop > ul {display:none;}
#sidebar .search-block .row { margin:0; }
#sidebar .search-block .row > div { padding:0 0 5px 0; width:100%; }
#sidebar .search-block .sfTxt { width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; }
#sidebar .search-block .row .col-2 { float:right; width:50%; }
.info-box {
	margin:0 0 75px;
	line-height:21px;
}
.info-box h3 {
	font: 110px/110px 'Akkurat-Bold', Helvetica, sans-serif;
	color:#86acc1;
	margin:0 0 12px -9px;
}
.info-box p {margin:0;}
.info-box a {
	font-weight:bold;
	color:#85acc0;
}
.contact-box, .small-box {
	background:#f8f9fb;
	padding:47px 18px 28px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	max-width:279px;
}
.contact-box .img {
	position:relative;
	padding:0 70px 40px 5px;
	margin:0 0 13px;
}
.contact-box .title {
	background:#82c3b7;
	padding:10px 80px 10px 14px;
	-webkit-border-radius:6px;	border-radius:6px;
	position:relative;
	color:#fff;
	font-size:14px;
	line-height:18px;
}
.contact-box .title p {margin:0;}
.contact-box .title h3 {
	font-size:14px;
	line-height:18px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
}
.close,
.plus {
	width:25px;
	height:25px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	border:1px solid #fff;
	-webkit-border-radius:100%;	border-radius:100%;
	position:absolute;
	left:-11px;
	top:-11px;
	cursor:pointer;
	z-index:20;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
	background:#c4d600 url(ico-08.png) no-repeat 50% 50%;
}
.contact-box .img > img {
	position:absolute;
	bottom:0;
	right:9px;
	max-width:153px;
}
.contact-box h3, .small-box h5 {
	font-size:20px;
	line-height:25px;
	margin:0 0 20px;
}
.contact-box .list {
	margin:0;
	padding:0 0 22px;
	list-style:none;
	font-size:15px;
	line-height:18px;
}
.contact-box .list li {
	padding:0 0 7px 21px;
	position:relative;
	background:url(ico-04.png) no-repeat 0 3px;
}
.contact-box .list a {color:#666;}
.contact-box .list .email {background:url(ico-05.png) no-repeat 0 5px;}
.btn-red {background:#ad596a;}
.btn-red:hover {background:#9e4d5d;}
.contact-box .btn {
	line-height:21px;
	padding:4px 15px 6px;
}
.full-content {padding:0 0 12px;}
.full-content h4 {margin-bottom:0px;}
.full-content p {margin:0 0 44px;}
#main .video-area {margin:0 -9999px 54px;}
.small-box
{
    padding-top:28px;
    margin-bottom:20px;
}
.small-box .img {
    margin:-28px -18px 10px -18px;
}
.small-box .img img{
    max-width:100%;
}
.small-box .btn{
    padding:5px 10px;
    min-width:100px;
    margin-top:10px;
}
.small-box h5{
    margin-bottom:10px;
}
/* end elements */
/* team */
.team-area {padding:6px 0 30px;}
.team-area h1 {margin:0 0 22px;}
.team-area:after {
	content:'';	display:block;	clear:both;
}
.team-area .name {
	font-size:30px;
	line-height:34px;

    color:#f06124;
	margin:0 0 1px;
}
.team-area .sub-ttl {
	margin:0 0 40px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
    	color:#003d5f;
}
.team-box {
	float:right;
	width:245px;
	position:relative;
	margin:-44px 0 0;
}
.team-box > img {
	float:right;
	margin:0 -133px 0 0;
	position:relative;
	z-index:2;
}
.team-box figcaption {
	background:#c4d600;
	padding:9px 55px 10px 20px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:#fff;
	font-size:14px;
	line-height:18px;
	width:145px;
	position:absolute;
	left:24px;
	top:271px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
    z-index:9999
}
.team-box figcaption h3 {
	font-size:14px;
	line-height:18px;
	margin:0;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
.back-link + .back-link { display:none; }
#content .team-area p,
.team-area p {margin:0 0 25px;}
#content .team-area ul,
.team-area ul {padding-bottom:25px;}
.team-area h3 {
	font-weight:normal;
	font-size:20px;
	line-height:24px;
}
#content .team-area .contact-list,
#content .contact-list,
.contact-list {
	margin:0;
	padding:0 0 20px;
	list-style:none;
	font-size:15px;
	line-height:18px;
}
#content .contact-list li {padding:0 0 7px 21px;}
.contact-list li {
	padding:0 0 7px 21px;
	position:relative;
	background:url(ico-04.png) no-repeat 0 3px;
}
#content .contact-list li:before {display:none;}
.contact-list a {color:#666;}
.contact-list .email {background:url(ico-05.png) no-repeat 0 5px;}
.contact-list .location {background:url(ico-06.png) no-repeat 0 2px;}
.contact-list .linkedin {background:url(ico-07.png) no-repeat 0 2px;}
.team-area .btn {
	margin:0 0 16px;
	padding:4px 18px 6px;
	line-height:21px;
}
.back-link {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	line-height:16px;
	color:#003d5f;
	font-weight:bold;
}
.back-link:before {
	content:'< ';
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.overlay-popover {
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity:0;
}
.overlay-popover.active {
	position:absolute;
	opacity:1;
	z-index:101;
}
.popover {
	position:absolute;
	background:#003d5f;
	padding:15px 20px;
	-webkit-border-radius:6px;	border-radius:6px;
	display:none;
	z-index:120;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	width:370px;
	left:-126px;
	top:-54px;
	font-size:16px;
	line-height:22px;
	color:#c4d600;
}
#content .popover p,
.popover p {margin:0 0 4px;}
.popover a {
	color:#fff;
	text-decoration:underline;
}
.popover a:hover {text-decoration:none;}
.close {
	background:#003d5f url(ico-09.png) no-repeat 50% 50%;
}
#sidebar .popover {
	left:-20px;
	width:260px;
}
/* end team */
/* services */
.visual figcaption {
	display:table;
	width:1000px;
	-webkit-box-sizing:border-box;	box-sizing:border-box;
	padding:0 15px;
	height:360px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.visual .caption {
	display:table-cell;
	vertical-align:middle;
}
.visual figcaption h2,
.visual figcaption h1 {
	font-size:20px;
	line-height:24px;
	margin:0;
	color:#fff;
	letter-spacing:1px;
}
.visual figcaption h2 strong,
.visual figcaption h1 strong {
	display:block;
	position:relative;
	font:70px/70px 'Akkurat-Regular', Helvetica, sans-serif;
	padding:8px 0 16px;
	margin:14px 0 0;
	letter-spacing:0;
}
.visual figcaption h2 strong:after,
.visual figcaption h1 strong:after,
.visual figcaption h2 strong:before,
.visual figcaption h1 strong:before {
	position:absolute;
	top:0;
	content:'';
	height:2px;
	background:#fff;
	width:287px;
	left:50%;
	margin:0 0 0 -144px;
}
.visual figcaption h2 strong:after,
.visual figcaption h1 strong:after {
	top:auto;
	bottom:0;
}
.heading {
	text-align:center;
	max-width:812px;
	margin:-6px auto 60px;
}
.heading h2 {
	font-size:24px;
	line-height:30px;
	margin:0;
	color:#85acbf;
	font-weight:normal;
}
.services {
	margin:0 auto 40px;
	padding:0;
	list-style:none;
	position:relative;
	padding: 0;
}
.services:before {
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:50%;
	/*border-left:2px dotted #9ea2a5;*/
	margin:0 0 0 -1px;
}
/*.services > li:first-child:after,
.services:after {
	position:absolute;
	width:20px;
	content:'';
	height:2px;
	background:#cfd0d2;
	bottom:0;
	left:50%;
	margin:0 0 0 -10px;
}*/
.services > li:first-child:after {
	bottom:auto;
	top:0;
}
.services > li {
	float:left;
	width: 48.5%;
	height:212px;
	margin:0;
    margin-bottom: 26px;
}
/*.services > li.last-child {margin-bottom:0;}*/
/*.services li.flip:before {
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	background:#4b5258;
	-webkit-border-radius:100%;
	border-radius:100%;
	top:50%;
	margin:-5px 0 0;
	right:-52px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}*/
.services figure {
	position:relative;
	margin:0;
	/*padding:0 17px 0 0;*/
}
.services .img {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-position:50% 50%;
	overflow:hidden;
	background:#c4d600!important;
}
.services figcaption {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:342px;
	height:212px;
	z-index:2;
	text-align:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
    position:absolute;
    left:0px;
    top:0px;
}
.services .arrow {
	position:absolute;
	right:0;
	height:34px;
	width:17px;
	margin:-17px 0 0;
	top:50%;
    display:none;
}
.services .arrow:before,
.services .arrow:after {
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	background:#fff;
	height:999px;
	content:'';
}
.services .arrow:before {
	bottom:auto;
	top:100%;
}
.services .arrow span:after {
	position:absolute;
	content:'';
	border-top: 17px solid #fff; 
	border-left: 17px solid transparent;
	top:0;
	right:0;
}
.services .arrow span:before {
	position:absolute;
	content:'';
	border-bottom: 17px solid #fff; 
	border-left: 17px solid transparent;
	bottom:0;
	right:0;
}
.services h2 {
	color:#003d5f;
	margin:0;
	position:relative;
	font:32px/40px 'Akkurat-Bold', Helvetica, sans-serif;
	padding:0 0 17px;
}
.services h2 span {color:#b1e5ff;}
/*.services h2:after,
.services h2:before {
	position:absolute;
	left:50%;
	top:0;
	content:'';
	height:1px;
	background: rgba(255, 255, 255, 0.5);
	width:92px;
	margin:0 0 0 -46px;
}*/
.services h2:after {
	top:auto;
	bottom:0;
}
.services .descr {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#003d5f;
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-align:left;
	padding:25px 10px 15px 23px;
	height:212px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
}
.services .descr p {margin:0 0 22px;}
.services .descr p a {white-space:nowrap;}
.services .descr a {
	color:#fff;
	text-decoration:underline;
}
.services .descr a:hover {text-decoration:none;}
.services .descr ul {
	margin:0;
	list-style:none;
	padding:0;
}

    .services .descr h3 {
        font: bold 21px/6px 'Akkurat-Bold', Tahoma, Geneva, sans-serif;
        color: #f06124;
    }

    .services .open {    
        width: 34px;
        height: 34px;
        border-radius: 30px;    
        background: url(plus.png) no-repeat #c4d600;
        background-position:center center;
        position: absolute;
        bottom: -18px;
        left: -20px;
        border: 2px solid #fff;

    }


/*.services .descr:before {
	position:absolute;
	content:'';
	left:100%;
	top:50%;
	border:17px solid transparent;
	border-left:17px solid #ac5a6b;
	margin:-17px 0 0;
}*/
/*.services figure:hover .descr {opacity:1;}*/
.services li:hover:before {
	width:20px;
	height:20px;
	background:#ad596a;
	margin:-10px 0 0;
	right:-57px;
}
.services > li.nth-child-even {
	float:right;
	margin:73px 0 0;
    margin-top:0;
   margin-bottom: 26px;
}

.services > li.nth-child-even:before {
	right:auto;
	left:-52px;
}
.services > li.nth-child-even:hover:before {
	right:auto;
	left:-57px;
}


.services > li.nth-child-even figure {padding:0}
.services > li.nth-child-even .arrow {
	right:auto;
	left:0;
}
.services > li.nth-child-even .arrow span:after {
	border-left:0;
	border-right: 17px solid transparent;
}
.services > li.nth-child-even .arrow span:before {
	border-left: 0;
	border-right: 17px solid transparent;
}
.services > li.nth-child-even .descr:before {
	left:auto;
	right:100%;
	border:17px solid transparent;
	border-right:17px solid #ac5a6b;
}
.services > li.nth-child-even figure:hover:before {left:-57px;}



.services .read-more
{
    display:block;
}
.services .overlay
{
    position:absolute;
    left:0;
    right:17px;
    top:0;
    bottom:0;
    background:#333;
    opacity:0.7;
}
.services > li.nth-child-even .overlay
{
    left:17px;
    right:0;
}
.services-wrap { position:relative; }
.services-wrap .filter {
  margin: 0 auto 30px;
  max-width: 812px;
}
/* end services */
/*====FILTER=====*/

.radDropdown { font: 16px/22px Tahoma,Geneva,sans-serif !important; color: #666 !important; }
.RadComboBox_MetroTouch.sfDropdownList { margin: 0; padding: 0 !important; }
.RadComboBox_MetroTouch.sfDropdownList table { border: 2px solid #ccc !important; float: right; min-width: 0; }
.radDropdown { border: 2px solid #ccc !important; margin-top: 1px; }
.RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell { padding:9px 10px 6px 10px; }
.RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell,
.RadComboBox_MetroTouch .rcbArrowCell { border: none !important; background: #fff !important;  }
.RadComboBox .rcbInput { color: #666 !important; font:16px/22px Tahoma,Geneva,sans-serif !important; padding: 0 0 3px 0 !important; }
.RadComboBox_MetroTouch .rcbInputCell, .RadComboBox_MetroTouch .rcbArrowCell { height: 26px !important; }
.RadComboBoxDropDown_MetroTouch { color: #666 !important; }
.RadComboBox_MetroTouch .rcbArrowCell a { position: absolute; z-index: 3; top: 0; right: 0; height:40px !important; cursor: pointer; text-indent: -9999px !important; background: none !important; }
.RadComboBox_MetroTouch .rcbArrowCell a:after { content: ''; border: 5px solid transparent; border-top: 5px solid #2e2e2e; position: absolute; top: 50%; right: 50%; margin: -2px -2px 0 0; }
.RadComboBox_MetroTouch .rcbArrowCell a:after { border: 7px solid transparent; border-top: 7px solid #333; margin: -2px 0px 0 0; }
.RadComboBoxDropDown_MetroTouch .rcbHovered { background: #666 !important; color: #fff !important; }
.RadComboBoxDropDown .rcbList > li { padding:4px 10px !important; }
.sfdetails .date, .pdf-version { margin:10px 0; display:block }
.events-cat.events-cat { font-size:0; }
.events-cat > div { display: inline-block; width: 45%; }
.sfeventMetaInfo .ttl div { display:inline; }
.location { margin-bottom:15px; }
.location h5 { margin-bottom:5px; }
.speakers { overflow:hidden }
.speakers .stnewsListItem {
  float: left;
  margin-top: 10px;
  padding-top:10px;
  width: 100%;
}
.speakers .stnewsListItem + div {
    border-top:2px solid #eeeeee;
}
.speakers .img {
  background: #F8F9FB;
  border-radius: 100%;
  float: left;
  height: 125px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: bottom;
  width: 125px;
}
.speakers .img > img {
  max-height: 100%;
  max-width: 100%;
}
.speakers h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.speakers h5 {
    margin-bottom: 5px;
}
#gmap_canvas { margin-bottom:25px; }
/*============COMMENTS==============*/
.sfcommentsTitle{font-size:20px;line-height:28px;padding-top:10px;margin-bottom:5px!important}
.sfLeaveCommentLnk{font-size:16px;color:#531d83;font-family:Tahoma, Arial,sans-serif}
.sfcommentsList{padding:0!important;margin:0!important;list-style:none;border:none!important;float:left;width:100%}
.sfcommentsList li:before,table .k-editor-toolbar-wrap{display:none}
.sfcommentsList li{padding-top:10px!important;padding-left:0!important}
.sfcommentsFieldsList{padding:0!important;margin:0!important;list-style:none!important}
.sfcommentsFieldsList li{margin-top:5px}
.sfcommentsFieldsList li:before{display:none}
.sfcommentsField table{border:none!important;border-spacing:0!important;margin-bottom:15px!important}
.sfcommentsField table .k-editable-area{padding:10px!important;border-color:#ccc!important;border-width:2px!important;color:#666!important;background:#fff!important}
.sfcommentsFieldsList .sfError{position:static}
.sfcommentAuthorAvatar,.sfcommentsOrderFilterWrp,.sfcommentsField.sfcommentCaptcha,.sfcommentsWrp .sfRatingReadOnly,.sfLeaveCommentLnk{display:none!important}
.sfcommentsList li{overflow:hidden;border-top:1px solid #3e7792;padding:10px}
.sfcommentAuthor{font-weight:700}
#commentsWidget > div{float:left;width:100%}
.sfcommentAuthor{padding-right:3px}
.sfcommentsSubmitBtnWrp input{border:none;margin:25px 0}
.sfcommentsFormWrp .sfError{color:red;margin-bottom:10px}
.sfcommentsField, .sfcommentsList.sfserverList {margin-top:15px;padding:0!important; display:block !important;}
.sfcommentsField.sfcommentRating { display:none }
.NavTreeview, .NavTreeview ul { padding-bottom:20px !important; }


.mobileContact {display:none;}


@media screen and (max-width: 991px) {
	#header {z-index:101;}
	.container {padding:0 20px;}
	.push .overlay {
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		z-index:100;
		background: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#main-nav {
		float:none;
		position:absolute;
		right:-340px;
		top:100%;
		height:9999px;
		background:#003d5f;
		width:320px;
		-webkit-transition: all 0.3s ease-out;		transition: all 0.3s ease-out;
		-webkit-box-sizing:border-box;		box-sizing:border-box;
		padding:15px 20px;
        display:block;
	}
	.push #main-nav {right:0;}
	.btn-menu {
		float:right;
		-webkit-box-sizing:border-box;		box-sizing:border-box;
		width:75px;
		height:62px;
		/*border-left:1px solid #acc6d3;*/
		display:block;
		text-indent:-9999px;
		overflow:hidden;
		position:relative;
		margin:0 -20px 0 0;
	}
	.btn-menu span:after,
	.btn-menu:after,
	.btn-menu:before {
		position:absolute;
		left:20px;
		right:20px;
		top:18px;
		content:'';
		height:6px;
		background:#fff;
	}
	.btn-menu:after {top:28px;}
	.btn-menu span:after {top:38px;}
	#main-nav > ul > .overlay-nav {display:none;}
	#main-nav > ul {
		float:none;
		margin:0;
            width: 100%;
	}
	#main-nav > ul > li {
		float:none;
		margin:0;
		border-top:2px solid #ccc;
        display:block;
	}
	#main-nav > ul > li:first-child {border:0;}
	#main-nav > ul > li:first-child > a,
	#main-nav > ul > li > a {
		float:none;
		display:block;
		font-size:20px;
		line-height:24px;
		padding:8px 0;
		color:#fff;
		margin:0;
		width:auto;
		text-indent:0;
		background:none !important;
		position:relative;
	}
	#main-nav > ul > li > a:first-letter {text-transform:uppercase;}
	#main-nav > ul li:hover > a {
		color:#c4d600;
		font-weight:bold;
	}
	#wrapper #main-nav > ul li.open > a,
	#wrapper #main-nav > ul li.active > a {
		font-weight:bold;
		color:#c4d600;
		padding-left:16px;
        background:none;
	}
	#main-nav > ul li.open > a:after,
	#main-nav > ul li.active > a:after {
		content:'› ';
		position:absolute;
		left:0;
	}
	#main-nav > ul ul li.open > a:after,
	#main-nav > ul ul li.active > a:after {display:none;}
	#main-nav > ul ul {
		position:static;
		height:auto;
		overflow:visible;
		opacity:1;
		z-index:1;
		background:none;
		padding:0;
		display:none;
		-webkit-transition-property: none;
		transition-property: none;
	}
    #main-nav.mobile-nav li.active > ul { display:block; }
	#main-nav > ul > li > ul:after,
	#main-nav > ul ul:before {display:none;}
	#wrapper #main-nav > ul ul li {
		border-top:2px solid #ccc;
		padding:0;
		display:block;
		width:auto;
		min-height:1px;
	}
	#wrapper #main-nav > ul ul a {
		display:block;
		font-size:14px;
		line-height:16px;
		padding:10px 0 10px 16px !important;
		color:#fff;
	}
	#wrapper #main-nav > ul ul li:hover > a {
		background:none;
		color:#c4d600;
		font-weight:bold;
	}
	#main-nav > ul ul ul {
		padding:0;
	}
	#wrapper #main-nav > ul ul ul a {
		font-weight:bold;
		padding-left:45px !important;
	}
	#wrapper #main-nav > ul ul ul li {padding:0;}
	#wrapper #main-nav > ul ul ul a:before {
		content:'› ';
		float:left;
		margin:0 0 0 -10px;
	}
	#wrapper #main-nav > ul ul ul ul a {padding-left:68px !important;}
	#wrapper #main-nav > ul ul ul ul ul a {padding-left:105px !important;}
	.banner {min-height:378px;}
	.banner figcaption {
		font-size:16px;
		line-height:16px;
	}
	.banner figcaption .block h2 {
		font-size:30px;
		line-height:34px;
		margin:0 0 7px;
	}
	.banner figcaption .block {padding:17px 20px 22px;}
	.banner .caption {
		margin-right:0;
		width:352px;
		padding:0 0 32px;
        top: -72px
	}
	.banner .caption h2,
	.banner .caption h1 {
		font-size:35px;
		line-height:35px;
		letter-spacing:0;
		text-indent:-14px;
	}
	.intro {padding:38px 0 36px;}
	.intro h2 {
		font-size:26px;
		line-height:26px;
		margin:0 0 41px;
	}
	.info-list h3 {
		font-size:70px;
		line-height:70px;
		margin:0 0 13px;
	}
	.info-list a {
		font-weight:normal;
	}
	.video-area .container {
		padding-top:36px;
		padding-bottom:19px;
	}
	.video-area h2 {
		font-size:26px;
		line-height:26px;
		margin:0 0 30px;
	}
	.video {
		width:276px;
		margin:0 23px 0 0;
	}
	.video .play {
		border:7px solid rgba(255, 255, 255, 0.3);
		width:58px;
		height:58px;
		margin:-29px 0 0 -29px;
	}
	.video .play:before {
		border:13px solid transparent;
		border-left:18px solid rgba(255, 255, 255, 0.3);
		margin:-14px 0 0 -6px;
	}
	.video-area .descr {padding:0;}
	.video-area .container:before {
		right:71%;
		-webkit-transform: skew(-47deg);
		-o-transform: skew(-47deg);
		-ms-transform: skew(-47deg);
		transform: skew(-47deg);
	}
	.logos li {padding:0 19px;}
	#footer .bottom-bar p {
		display:block;
		margin:0 0 10px;
	}
	#footer .bottom-bar nav {
		display:block;
		padding:0;
	}
	.newsletter label {margin-bottom:3px;}
	.newsletter .sfFieldWrap input {
		height:27px;
		line-height:17px;
		padding:4px 10px;
		-webkit-border-radius:0px;		border-radius:0px;
	}
	.newsletter .sfFieldWrap {margin:0 0 6px;}
	#footer .row .col {padding-bottom:50px;}
	#footer .logos,
	.logos {
		margin:0 -20px 13px;
		padding:27px 0;
	}
	/* elements */
	.visual {min-height:202px;}
	#main {padding-top:31px;}
	#sidebar {display:none;}
	#content {
		float:none;
		width:auto;
		padding-bottom:6px;
	}
	#main .video-area {margin:0 -20px 51px;}
	h2 {
		font-size:26px;
		line-height:30px;
	}
	h3 {
		font-size:24px;
		line-height:28px;
		margin:0 0 10px;
	}
	h4 {
		font-size:20px;
		line-height:24px;
	}
	h5 {
		font-size:16px;
		line-height:20px;
	}
	.headings {padding:0 0 34px;}
	#content .ttl {
		font-size:24px;
		line-height:28px;
		margin:0 0 8px;
	}
	#content p {margin:0 0 30px;}
	#content ol {padding-bottom:31px;}
	.panel {padding-bottom:26px;}
	.table-block {padding-bottom:36px;}
	.table-block h2 {
		font-weight:normal;
		font-size:24px;
		line-height:28px;
		margin-bottom:9px;
	}
	.table-block table td:first-child {padding-left:18px;}
	.table-block table th {color:#3e7792;}
	.main-form {padding-bottom:43px;}
	.main-form h2 {
		font-weight:normal;
		font-size:24px;
		line-height:28px;
		margin-bottom:26px;
	}
	.main-form .sfFieldWrap .sfTxt {
		height:30px;
		line-height:20px;
		padding:3px 10px;
		font-size:14px;
	}
	.main-form .sfTxtLbl {margin-bottom:6px;}
	.main-form .sfFormBox {margin-bottom:9px;}
	.main-form .sfDropdownList {padding-bottom:9px;}
	.select-area {height:30px;}
	.select-area .center {
		padding:3px 40px 3px 10px;
		font-size:14px;
		line-height:20px;
	}
	.select-area .select-opener {width:28px;}
	.main-form .row {
		padding: 13px 0 1px;
		margin: 0;
	}
	.main-form .sfFormSubmit {padding: 24px 0 0;}
	.btn {padding:5px 15px;}
	.repeater-area h2 {
		font-weight:normal;
		font-size:24px;
		line-height:28px;
		margin-bottom:16px;
	}
	.sf_pagerNumeric {
		text-align:center;
		padding:1px 18px 28px 0;
	}
	.sf_pagerNumeric a {margin:0 8px 0 7px;}
	.search-block .row > div {width:40.5%;}
	.search-block .row .col-2 {width:19%;}
	.select-type-2 {height: 49px;}
	.select-type-2 .select-opener {width:30px;}
	.select-type-2 .select-opener:after{
		border:5px solid transparent;
		border-top:9px solid #85acc0;
		margin:-5px -2px 0 0;
	}
	.select-type-2 .center {
		padding:13px 35px 13px 18px;
		font-size:16px;
	}
	.search-block .btn {
		line-height:21px;
		padding:14px 15px;
	}
	.drop-type-2 ul a {
		color:#85acbf;
		padding:5px 18px;
	}
	#content .people,
	.people {padding-bottom:18px;}
	.full-content {padding:0 0 42px;}
	.full-content h4 {
		font-weight:normal;
		font-size:24px;
		line-height:28px;
		margin-bottom:12px;
	}
	.full-content p {margin-bottom:25px;}
	.full-content .repeater-area .stnewsListItem .holder {padding: 20px 24px 14px 26px;}
	/* end elements */
	/* team */
	.team-area {padding:0 0 36px;}
	.team-area h1 {
		font-size:50px;
		line-height:54px;
		margin:0 0 18px;
	}
	.team-area .sub-ttl {margin:0 0 20px;}
	.team-box {width:293px;}
	.team-box > img {margin-right:-84px;}
	.team-area h3 {margin-bottom:12px;}
	/* end team */
	/* services */
	.visual figcaption {
		width:100%;
		height:202px;
	}
	.visual figcaption h2 strong,
	.visual figcaption h1 strong {font-size:69px;}
	.heading h2 {
		font-size:20px;
		line-height:25px;
	}
	.heading {margin-bottom:55px;}
	.services {
		margin-bottom:41px;
	}

	.services figcaption {
		height:198px;
		width:319px;
	}
	.services .descr {
		height:198px;
		padding:15px 20px;
	}


	.services figure:before {right:-33px;}
	.services figure:hover:before {right:-38px;}
	.services > li.nth-child-even figure:before {
		right:auto;
		left:-33px;
	}
	.services > li.nth-child-even figure:hover:before {left:-38px;}
	/* end services */

    #header .headerWrap {width:81%;margin-right:-3%;height:68px;}
    .leftTitle {display:none;}
    .tools .block { display:none;}

.socials {
   display:none;
}

#header .logo {width:22%;height:108px;background-size:auto 100%;background-position:top right;}

.headerExtension {display:none;}

.btn-menu {margin-right:-40px;}

.banner figcaption .block p {
    font-size: 13px;
}

#main-nav {top:76%;}

}
@media screen and (min-width: 992px) {
	#main-nav ul ul {display:block !important;}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	body {-webkit-text-size-adjust:none;}
    .sfdetails img { max-width:100%; }
	.hidden-xs {display:none !important;}
	.top-bar {display:none;}
	#header .logo {
		width:150px;
		height:115px;
		background-size:100%;
		margin:0;
	}
	#main-nav .tools {
		display:block;
		float:none;
		overflow:hidden;
		padding:0 0 0 110px;
		position:relative;
		font-size:15px;
		line-height:20px;
		text-align:right;
		margin:-5px 0 6px;
	}
	.tools .socials {
		position:absolute;
		left:-11px;
		top:4px;
		padding:0;
	}
	.tools .socials a {
		float:left;
		text-align:left;
	}
    .tools > div,
    .tools .block > div:first-child
    {
        float:none;
    }
    .tools .block > div { width:100%; }
	.tools a {
		float:none;
		color:#fff;
		margin:0 0 8px;
		display:inline-block;
		vertical-align:top;
	}
	.tools a:hover {
		color:#ffd965;
		text-decoration:none;
	}
	.tools .tel {font-size:14px;}
	.search-form {
		overflow:hidden;
		float:none;
		width:100%;
		margin:0;
		height:31px;
		padding: 0 50px 0 20px;
	}
	.search-form .sfFormBox input {
		line-height:17px;
		height:17px;
		padding:7px 0;
		-webkit-box-sizing:border-box;		box-sizing:border-box;
		height:31px;
	}
	.search-form .sfFormSubmit {
		top:10px;
		right:20px;
	}
	.tools .block a {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 0 16px;
		max-width:110px;
	}
	.tools .block {
		margin:-28px 0 0 -110px;
		text-align:left;
		float:none;
	}
	.banner {
		min-height:1px;
		height: 250px;
	}
	.banner > img {
	
	}
	.banner figcaption {
		position: absolute;
		left:auto;
		bottom:auto;
		right:auto;
		background:#6592a9;
		padding:0 20px 10px;
	}
	.banner figcaption .block {
		float:none;
		width:auto;
		padding:17px 15px 12px;
		border-bottom:1px solid #94b3c2;
	}
	.banner figcaption .block:last-child {
		border:0;
	}
	.banner figcaption:before {display:none;}
	.banner figcaption .block h2 {
		font-size:26px;
		line-height:26px;
		margin:0 -30px 13px;
	}
	.banner .caption {
		width:136px;
		padding:0 0 77px;
        padding:0;
        width:100%;
        margin:0;
        text-align:center;
        top:-14px;
        display:block;
	}
	.banner .caption h2,
	.banner .caption h1 {
		font-size:18px;
		line-height:18px;
		text-indent:-8px;
            text-align: left;
    padding: 20px;
	}

    .banner .caption h1 span {
        font: 18px/18px Georgia, Helvetica, sans-serif;
    }

	.intro {
		padding:28px 0 23px;
            margin-top: 130px;
	}
	.intro h2 {
		font-size:20px;
		line-height:20px;
		/*margin:0 -10px;*/
        margin:0
	}
	.info-list {margin:0;}
	.info-list li {
		float:none;
		width:auto;
		padding:40px 0 13px;
	}
	.info-list h3 {
		font-size:60px;
		line-height:60px;
	}
	.video-area {
		font-size:18px;
		line-height:22px;
	}
	.video-area .container {
		padding-top:27px;
		padding-bottom:29px;
	}
	.video-area h2 {
		font-size:20px;
		line-height:20px;
		margin:0 0 19px;
	}
	.video-area p {margin:0 0 28px;}
	.video-area .descr {display:none;}
	.video {
		float:none;
		width:100%;
		margin:0;
	}
	#footer {
		padding:37px 0;
		/*text-align:center;*/
	}
	#footer .row {margin:0;}
	#footer .row .col {
		float:none;
		width:auto;
		padding:0 0 22px;
	}
	#footer .contacts {margin:0 0 14px;}
	#footer .socials li {
		display:inline-block;
		vertical-align:top;
		padding:0 5px;
		float:none;
	}
	.newsletter {padding:0 0 10px;}
	.newsletter label {margin:0 0 10px;}
	.newsletter .sfFieldWrap {margin:0 0 14px;}
	#footer .logos,
	.logos {
		padding:19px 0;
		margin-bottom:16px;
	}
	.logos li {padding:6px 7px;}
	#footer .bottom-bar nav li.first-in-row:before {display:none;}
	#footer .bottom-bar p {margin-bottom:14px;}
	.video-area .container:before {right:88%;}
	/* elements */
	.visual {min-height:160px;}
	#main {padding-top:26px;}
	#content {
		font-size:14px;
		line-height:20px;
		padding-bottom:24px;
	}
	h2 {
		font-size:24px;
		line-height:28px;
	}
	h3 {
		font-size:22px;
		line-height:26px;
	}
	.headings {padding-bottom:26px;}
	.headings h2 {margin-bottom:12px;}
	#content .ttl {margin-bottom:25px;}
	#content ol {
		font-size:16px;
		line-height:22px;
		padding-bottom:20px;
	}
	#content ul {
		font-size:16px;
		line-height:22px;
		padding-left:0;
	}
	.table-block {padding:9px 0 45px;}
	.table-block h2 {
		font-size:20px;
		line-height:24px;
		font-weight:bold;
	}
	.table-block table th {
		color:#84acc3;
		font:16px/18px 'Oswald', Helvetica, sans-serif;
		text-transform:uppercase;
		padding:12px 0 9px;
	}
	.table-block table td:first-child,
	.table-block table td {padding: 4px 8px;}
	.main-form {padding-bottom:24px;}
	.main-form h2 {
		font-size:20px;
		line-height:24px;
		font-weight:bold;
	}
	.main-form .sfTxtLbl {
		font-size:16px;
		line-height:22px;
	}
	.main-form .sfCheckListBox {min-width:1px;}
	.main-form .row .sfFormCheckboxlist,
	.main-form .row .sfFormRadiolist{
		width:50%;
		min-width:50%;
		padding:0;
	}
	.main-form .row {
		margin: 0;
		padding: 17px 0 0;
	}
	.main-form .sfFormCheckboxlist .sfTxtLbl,
	.main-form .sfFormRadiolist .sfTxtLbl {font-size:14px;}
	.main-form .sfFormSubmit {padding:33px 0 0;}
	.repeater-area {padding-bottom:24px;}
	.repeater-area h2 {
		font-size:20px;
		line-height:24px;
		font-weight:bold;
		text-transform:uppercase;
		margin-bottom:22px;
	}
	.repeater-area .sfnewsList .img {
		float:none;
		width:100%;
		margin:0;
		height:157px;
		border:0;
	}
	.repeater-area .sfnewsList .sfnewsTitle {
		font-size:16px;
		line-height:20px;
		text-transform:uppercase;
		margin:0 0 11px;
	}
	.repeater-area .stnewsListItem .holder {
		padding: 21px 24px 27px 29px;
		font-size:14px;
		line-height:17px;
	}
	.sf_pagerNumeric {
		margin:0 -15px;
		padding:0 0 48px;
	}
	.search-block {
		margin:0 -20px 2px;
		padding:14px 20px 6px;
	}
	.search-block h2 {
		font-size:22px;
		line-height:26px;
		margin:0 0 13px;
	}
	.search-block .row {margin:0;}
	.search-block .row .col-2,
	.search-block .row > div {
		float:none;
		width:auto;
		padding:0 0 19px;
	}
	#content .people,
	.people {
		padding-top:0;
		padding-bottom:0;
	}
	#content .people li:first-child,
	.people li:first-child,
	#content .people li,
	.people li {
		padding:29px 0;
		/*border-bottom:2px solid #eee;*/
	}
	.people > li.nth-child-even figcaption,
	.people figcaption {
		padding:0;
	}
	.people > li.nth-child-even figure > .img,
	.people figure > .img {
		float:none;
		display:block;
		margin:0 auto 16px;
	}
	.people h3 {font-size:18px;}
	.full-content {
		font-size:14px;
		line-height:20px;
		padding-bottom:10px;
	}
	.full-content h4 {
		font-size:20px;
		line-height:24px;
		font-weight:bold;
	}
	#main .video-area {margin-bottom:53px;}
	/* end elements */
	/* team */
	.team-box {display:none;}
	.team-area {
		margin:-9px 0 0;
		font-size:16px;
		line-height:22px;
		padding:0 0 12px;
	}
	.team-area h1 {
		font-size:26px;
		line-height:30px;
		margin:0 0 20px;
	}
	.team-area .sub-ttl {margin:0 0 23px;}
	.team-area .btns {text-align:center;}
    .search-block .sfTxt { width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; }
	/* end team */
	/* services */
	.visual figcaption h2 strong,
	.visual figcaption h1 strong {
		font-size:45px;
		line-height:48px;
		padding: 11px 0 15px;
	}
	.visual figcaption h2 strong:after,
	.visual figcaption h1 strong:after,
	.visual figcaption h2 strong:before,
	.visual figcaption h1 strong:before {
		width:250px;
		margin-left:-125px;
	}
	.visual figcaption {
		height:160px;
        display:none;
	}
	.heading {
		margin:-3px auto 33px;
		padding:0 10px;
		-webkit-box-sizing:border-box;		box-sizing:border-box;
	}
	.heading h2 {
		font-size:18px;
		line-height:22px;
	}
	.services {
		/*max-width:280px;*/
		padding:0;
		margin-bottom:50px;
           
	}
	.services > li.nth-child-even,
	.services > li {
		float:none;
		width:97%;
		margin:0 0 20px;
	}
    .services .overlay,
    .services > li.nth-child-even .overlay
    {
        left:0;
        right:11px;
    }
	.services:before {
		left:auto;
		margin:0;
		right:9px;
	}
	.services > li:first-child:after,
	.services:after {
		left:auto;
		margin:0;
		right:0;
	}


	.services h2 {
		    font-size: 30px;
    line-height: 40px;
    padding-top: 2px;
    padding-bottom: 16px;
	}
	.services > li.nth-child-even figure,
	.services figure {padding:0 11px 0 0;}
	.services figcaption {
		height:100%;
		width:100%;
		padding:10px;
	}
	.services .descr {
		height: 100%;
		padding:10px 15px;
		font-size:11px;
		line-height:15px;
            width: 100%;
	}

    .services .descr h3 {
    font: bold 21px/31px 'Akkurat-Bold', Tahoma, Geneva, sans-serif;
}

	.services .descr p {margin:0 0 10px;}
	.services figure:before {right:-37px;}
	.services figure:hover:before {right:-42px;}
	.services > li.nth-child-even figure:before {
		right:-37px;
		left:auto;
	}
	.services > li.nth-child-even figure:hover:before {
		right:-42px;
		left:auto;
	}
	.services .arrow {
		height:22px;
		width:11px;
		margin:-11px 0 0;
	}
	.services .arrow span:after {
		border-top: 11px solid #fff; 
		border-left: 11px solid transparent;
	}
	.services .arrow span:before {
		border-bottom: 11px solid #fff; 
		border-left: 11px solid transparent;
	}
	.services .descr:before {
		border:11px solid transparent;
		border-left:11px solid #ac5a6b;
		margin:-11px 0 0;
	}
	.services > li.nth-child-even .arrow {
		right:0;
		left:auto;
	}
	.services > li.nth-child-even .arrow span:after {
		border-left: 11px solid transparent;
		border-right:0;
	}
	.services > li.nth-child-even .arrow span:before {
		border-left: 11px solid transparent;
		border-right:0;
	}
	.services > li.nth-child-even .descr:before {
		left:100%;
		right:auto;
		border:11px solid transparent;
		border-left:11px solid #ac5a6b;
	}
	/* end services */

    #main-nav { margin-right: 0px;}

	#main-nav > ul > li > ul:after {display:none;}

    #header .logo { width: 44%;height: 145px;    background-size: 145px auto;}
    #header .headerWrap { width: 63%; margin-right: -7%; height: 70px;}

    .btn-menu { margin-right: -22px;margin-top: 5px;}

    .banner figcaption .blockTwo {background:#003d5f;}
    .banner figcaption .blockTwo h2 {color:#c4d600;}
    .banner figcaption .blockTwo p {color:#c4d600;}
    .banner figcaption .blockOne {background:#c4d600;margin-right:0}
    .banner figcaption .blockOne h2 {color:#003d5f;}
    .banner figcaption .blockOne p {color:#003d5f;}

    .banner figcaption .block h2 {margin:0px;}

    /*.banner .caption {display:none;}*/

    .banner figcaption .container { padding: 0;}

    .banner figcaption {padding-bottom:0;    margin-top: 143px;    width: 100%;    top: 244px;position:center}

    .mobileContact {display:block;    margin-bottom: 20px;  border-bottom: 2px solid #ccc;}
    .mobileContact a {color: #fff;font-size: 12px;}
    .mobileContact a span {float:right;}

    #content img {max-width:100%;}

}

@media screen and (device-aspect-ratio: 40/71) { 

#header .logo {background-size:100%;}
#header .headerWrap { height: 61px;}
.btn-menu { margin-top: 0px;}


}





/*=================== DESIGN STYLE===================*/
.sfPageWrapper #header .logo
{
    text-indent:0;
    height:auto;
}
.sfPageWrapper .tools > div { max-width:200px; }