html, body{
	font-family: 'Nunito', sans-serif;
	font-size:15px;
	color:#666;
	line-height:1.45em;
	font-weight:400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Domine', serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #252525;
}
.f-14{
  font-size: 14px;
}
.f-15{
  font-size: 15px;
}
.f-16{
  font-size: 16px;
}
.f-17{
  font-size: 17px;
}
.f-18{
  font-size: 18px;
}
.m-b-0{
  margin-bottom: 0px !important;
}
.m-b-10{
  margin-bottom: 10px !important;
}
.m-b-20{
  margin-bottom: 20px !important;
}
.m-b-30{
  margin-bottom: 30px !important;
}
.m-b-50{
  margin-bottom: 50px !important;
}
.m-t-10{
  margin-top: 10px !important;
}
.m-t-20{
  margin-top: 20px !important;
}
.m-t-30{
  margin-top: 30px !important;
}
.p-b-10{
  padding-bottom: 10px !important;
}
.p-b-20{
  padding-bottom: 20px !important;
}
.p-b-30{
  padding-bottom: 30px !important;
}
.p-t-10{
  padding-top: 10px !important;
}
.p-t-20{
  padding-top: 20px !important;
}
.p-t-30{
  padding-top: 30px !important;
}
body div#pagewrapper{
	background:#eee;
}

#pagewrapper #header {
    padding: 15px 50px 10px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-bottom: 3px solid #aaa;
}

#pagewrapper #header{
	
}

#header h1 {
    margin: 0;
}

#header h1 a.logo{
    font-size: 16px;
    float: none;
    margin: 0;
    display: inline-block;
    text-align: right;
}

#header form div {
    float: none;
    margin-bottom: 15px;
}

.contact-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
            transform: translateY(-35px);
}

body .contact-form form {
    float: none;
    max-width: 500px;
    width: 60%;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 15px;
    margin: 0;
}

body .contact-form form label {
    display: none;
}

.contact-form .caption {
    color: #fff;
	width:100%;
	margin-right: 30px;
}

.contact-form .caption h1 {
    font-size: 36px;
	color:#fff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px !important;
}

.contact-form .caption p {
    font-size: 18px;
    margin: 0;
}

.contactform .formhed {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}

.contact-form .captcha {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
}

.contact-form img.captchapict {
    display: block;
	width: 150px;
    margin-bottom: 5px;
}

.contact-form label {
    margin-bottom: 0;
}

.contact-form input, .contact-form textarea{
    background: rgba(255,255,255,0.4);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    border-radius: 50px;
    border: none;
}

.contact-form textarea{
	border-radius:10px;
}

.contact-form input:focus, .contact-form textarea:focus{
	box-shadow: none;
    outline: none;
    background: rgba(255,255,255,0.5);
}

.contact-form .submit input{
	background: #18507C;
    color: #fff;
    padding: 8px 15px;
	cursor:pointer;
}

.contact-form .submit{
	margin:0;
}

.bar {
	position: sticky !important;
    top: 30px;
    height: 100%;
    overflow: visible;
}

div#sidebar {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    width: 100%;
}
#sidebar ui{
	margin-bottom:0;
}
#sidebar li{
	border-bottom:1px solid #ccc;
}
#sidebar li:last-child {
    border-bottom: none;
}
#sidebar li a {
    padding: 7px 0px 0px 20px;
    line-height: 1.2;
    margin-bottom: 7px;
    font-size: 15px;
}

#sidebar li a:hover{
	background-color: transparent;
    opacity: 0.8;
}

div#content{
	padding:20px;
}

.section-title {
    margin-bottom: 20px;
}

.section-title h3 {
    font-size: 26px;
    margin: 0;
    position: relative;
    line-height: 1.2;
    color: #252525;
}

.section-title h3:after {
    content: ' ';
    position: absolute;
    width: 5px;
    height: 100%;
    left: -16px;
    top: 0;
    bottom: 0;
    background: #003366;
}

.content-wrapper{
	margin:0 !important;
	float:none;
}

.content-block {
    background: #f5f5f5;
    padding: 15px 15px 15px;
    border: 1px solid #ccc;
}

h2.content-title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
	margin-bottom: 15px;
}

h2.content-title:after {
    content: ' ';
    background: #003366;
    width: 3px;
    height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
	margin:auto;
}

#content #main{
	margin-right:0;
	margin-left:0;
}

#content #main ul {
    margin-left: 20px;
}

#content #box.contact-sidebar{
	margin: 0;
    float: none;
	position: -webkit-sticky !important;
    position: sticky !important;
    top: 30px;
    height: 100%;
}

.contact-sidebar .info-box {
    background: #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 20px;
}

.contact-sidebar .info-box h1 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #222;
}

.contact-sidebar .info-box h2 {
    font-size: 18px;
    color: #003366;
    margin: 0 0 5px;
}

.contact-sidebar .info-box p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2;
}

.contact-sidebar .heading1{
	font-size:20px;
}

.contact-sidebar p{
	line-height: 1.75;
	margin-bottom:0;
}

div#footer {
    background: #252525;
    color: #999;
    font-size: 13px;
    padding: 20px 20px 20px;
    border-top: 3px solid #aaa;
}

div#footer p{
	padding:5px;
	font-size: 13px;
}

/*** Responsive Start ***/
@media only screen and (max-width: 992px) {
	div#barit {
		margin-bottom: 15px;
	}
	div#sidebar {
		width: 100%;
		max-width: 600px;
		background:#fff;
		border-radius:0;
	}
	#barit {
		position: fixed;
		top: 20px;
		right: 10px;
		background: #fff;
		margin: 0 !important;
		padding: 8px 8px 3px;
		text-align: center;
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		border: 1px solid #eee;
		z-index:100;
	}
	.hamb span{
		display: block;
		width: 26px;
		margin: 0px 0px 4px 0;
		padding: 2px 0;
		background: #015E99;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		cursor: pointer;
	}
	.bar{
		position:fixed !important;
		left:-15px;
		top:0;
		bottom:0;
		width:600px;
		max-width: 100%;
		height:100%;
		z-index:99;
		overflow-y:auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.m-0-responsive{
		margin:0 !important;
	}
	#pagewrapper #header{
		padding:10px;
	}
	.contact-form .caption {
		margin-bottom: 40px;
	}
	.contact-form {
		display: block;
		transform: none;
		margin: 30px 0;
	}
	#header .contact-form form{
		width:100%;
		margin:20px auto 0;
	}
	.contact-form .caption h1 {
		font-size: 30px;
		margin: 0 0 10px !important;
	}
	
	#content #box.contact-sidebar{
		margin: 0;
		width: 100%;
		float:none;
		position:static;
	}
	
	div#sidebar {
		width: 100%;
		max-width: 350px;
		background:#fff;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
	}
	div#content{
		padding:10px;
	}
	#barit {
		top: 10px;
		right: 10px;
	}
	.bar{
		width:350px;
	}
}

@media only screen and (max-width: 370px) {
	div#sidebar {
		max-width: 250px;
		min-width: 250px;
	}
}