body:not(.home) .entry-header-wrapper {
	background:#abc4dc;
	height: 205px;
	overflow: hidden;
	margin-bottom: 40px;
}
body:not(.home) .non-sticky-header .entry-header-wrapper .entry-header {
	margin-top: 64px !important;
}
body:not(.home) .entry-header-wrapper h1 {
	color:#FFF!important;
}
body:not(.home) .entry-content > .wpb_row > .wrapper {
	margin-top:0px;
}
body.home .entry-header-wrapper .entry-header{
	max-width: none !important;
} 
body.home .entry-header-wrapper{
	margin-top: -90px;
    margin-bottom: 30px;
}
body.home .tp-caption.large_bold_black,
body.home .tp-caption.medium_light_black{
	margin-top: 40px;
}



#content .flex-direction-nav .flex-next:before {
	background: url(../images/right.png) no-repeat;
    text-indent: 60px;
    background-size: 22px;
    background-position: 6px 7px;
}
#content .flex-direction-nav .flex-prev:before {
	background: url(../images/left.png) no-repeat;
    text-indent: 60px;
    background-size: 22px;
    background-position: 6px 7px;
}
.wpb_heading, .entry-content .wpb_heading {
    font-size: 65px;
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 40%;
    text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.41);
}
.sogeside{
	width: 50%;
    text-align: center;
    margin: 0px auto 100px auto;
}
.sogeside input#s {
    color: #999;
    height: 50px;
    padding: 6px 6px 7px 23px;
    text-shadow: none;
    background: #fff;
    -webkit-appearance: none;
    width: 100%;
}

.sogeside input#searchsubmit {
    display: block;
    text-align: center;
    margin: 26px auto;
    background: #abc4dc;
    border: 1px solid #9DB1C4;
    padding: 10px 61px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 3px 0px #EEE;
    cursor: pointer;
}
body #access .nav-menu {
    margin-left:55px;
    float:left;
}
img.logo-default {
    width:100%;
}
body #access .site-title-custom {
    max-width: 300px;
    margin-top:20px;
}
body #access #searchform {
    float:left;
    width:100px;
    margin-left:10px;
}
body #access #searchform input[type="text"] {
    font-size:16px;
    height: auto;
    margin-top:32.5px;
    margin-left:15px;
    padding:0px;
}
body #access #searchform input[type="text"]:focus {
    border-bottom:3px solid #1e73be;
}




@media (max-width:1024px) { 
	.wpb_heading, .entry-content .wpb_heading {
    	font-size: 45px;
    }
    .tp-caption.large_bold_black{
		font-size: 50px !important;
		padding-left: 72px !important;
	}
	.tp-caption.medium_light_black{
		left: 585px !important;
	}
}
@media (max-width:768px) { 
	.wpb_heading, .entry-content .wpb_heading {
    	font-size: 40px;
    	top: 30%;
    }
    .tp-caption.large_bold_black{
		font-size: 37px !important;
		padding-left: 72px !important;
	}
	.tp-caption.medium_light_black{
		left: 430px !important;
	}
}
@media (max-width:568px) { 
	.wpb_heading, .entry-content .wpb_heading {
    	font-size: 31px;
    	top: 23%;
    }
    .tp-caption.large_bold_black{
		font-size: 28px !important;
		padding-left: 37px !important;
	}
	.tp-caption.medium_light_black{
		font-size: 16px !important;
		left: 330px !important;
	}
}
@media (max-width:320px) { 
	.wpb_heading, .entry-content .wpb_heading {
    	font-size: 17px;
    	top: 15%;
    }
    .tp-caption.large_bold_black{
		font-size: 14px !important;
		padding-left: 30px !important;
	}
	.tp-caption.medium_light_black{
		font-size: 12px !important;
		left: 128px !important;
	}
}