/*
Theme Name: Netcreater
Version: 1.0
Description: A child theme of Ultra
Template: ultra
*/

@import url("../ultra/style.css");

body{
   font-size: 17px;
}

/*Header*/

a {
    color: #002C61;
    text-decoration: none;
    transition: 0.3s;
}

#top-bar {
    background: #E5E7E7;
    clear: both;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
	float:left
}

#top-bar .top-bar-text {
    box-sizing: border-box;
    display: inline-block;
    width: 7%;
    float: right;
    padding-left: 30px;
    background: url(../../../wp-content/uploads/2017/03/icon-lock.png) no-repeat 0px;
    text-transform: uppercase;
}

#top-bar .top-bar-text a{
	color:#333;
}

.main-navigation ul {
    text-align: center;
}

.site-contact {
    float: right;
	text-align:right;
	margin-top: 22px;
}

.site-contact h3 {
    margin: 0;
    color: #b31f55;
    font-weight: normal;
    font-size: 25px;
}

.site-header .site-branding img {
    display: block;
    max-height: 64px;
}

/*Menu*/

.main-navigation > div {
    float: none;
}

.main-navigation ul ul {
    border-top: 3px solid #565656;
    top: 50px;
}

.main-navigation ul ul li:hover > a {
    background: #b31f55;
    border-color: #b31f55;
    color: #fff;
}

.main-navigation div > ul > li > a {
    display: block;
    height: 50px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
	padding: 0 47px;

}

.main-navigation .current-menu-item > a, .main-navigation .current a {
    color: #ffffff;
    background: #b31f55;
}

.main-navigation {
    box-sizing: border-box;
    float: right;
    max-width: 100%;
    width: 100%;
	background: #565656;
	max-height: 50px;
}

.main-navigation ul li{
	margin-right:0;
}

.main-navigation ul li:hover > a {
    color: #ffffff;
    background: #b31f55;
}

.main-navigation div > ul > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
}

#site-navigation > div {
	height:52px;
}

.scale.scaled .main-navigation div > ul > li > a {
    height: 50px;
    line-height: 52px;
}

.main-navigation div > ul > li > a:hover {
    border-bottom:none !important;
}

/*Body*/

.page-id-29 .entry-header {
    margin-bottom:0 !important;
}

.page-template-home-panels .site-content{
	padding-top:0 !important;
}


.page .entry-thumbnail img {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page .entry-thumbnail {
    border: none;
    display: block;
	margin-top: -35px;
	overflow:hidden;
}

.page #primary{
	width:100%;
    border: none !important;
    float: left;
    padding-right: 0;
    width: 100%;
}

.site-content {
    background: #fff;
    padding: 0;
	min-height: 400px;
}

.siteorigin-panels-stretch.panel-row-style {
    padding: 60px 0;
}

.home-box h3 {
    margin: 0px;
    font-size: 15px;
    padding:10px 12px;
    text-transform: uppercase;
    background: #4B7AB5 url(../../..//wp-content/uploads/2017/03/icon-double-arrows.png) no-repeat 98% 50%;
    color: #fff;
}


.home-box .textwidget {
    border: 1px solid #A7A7A7;
    border-top: none;
    float: left;
    font-size: 13px;
    background: #FFF;
	    width: 100%;
}

.home-box .news-content {
    float: left;
    width: 90%;
    text-align: center;
    max-height: 185px;
    height: 185px;
    overflow: hidden;
	    margin: 0 0 0 5%;
}

.home-box ul{
    margin: 0;
    padding: 0;
	list-style: none;
}


.home-box p{
	margin:0;
	padding:0;
}

#home-services{
}


#home-services .panel-widget-style {
    text-align: center;
    padding: 60px;
    color: #FFF;
    height: 260px;
    display: block;
	background-blend-mode: multiply;
    background-color: #585757;
	background-size: cover;
}

#home-services .so-widget-sow-editor.so-widget-sow-editor-base {
    position: relative;
    float: left;
    width: 100%;
}

#home-services .panel-widget-style h3{
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
	top:50%;
	transition: 0.3s;
	width: 100%;
	text-align:center;
	margin-top:12%;
}

#home-services .panel-widget-style .textwidget{
	transition: 0.3s;
	opacity:0;
	margin-bottom:-40px;
	bottom:15%;
}

#home-services .panel-widget-style .textwidget p {
    width: 80%;
    margin: 15px auto;
}

#home-services .panel-widget-style:hover h3{
	margin-top: 1%;
}

#home-services .panel-widget-style:hover .textwidget{
	display:block;
	margin-top:-20px;
	opacity:1;
	bottom:35%;
}

#home-services .panel-widget-style a{
    text-align: center;
    padding: 12px 20px;
	background:#B7215A;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.document-gallery .document-icon-row {
    width: 14%;
    padding: 0;
    text-align: left;
    float: left;
    height: 235px;
}

.document-gallery .descriptions.document-icon-row img {
    width: 100%;
    max-width: 100%;
}

.document-gallery .document-icon .title {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 130%;
}

document-gallery .descriptions.document-icon-row .document-icon {
    max-width: 135px;
}

.news-thumb  {
    float: left;
    width: 155px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 12px;
    margin-bottom: 0;
    height: 224px;
}

.nf-main {
    float: left;
    width: 100%;
    float: left;
    background: #EEE;
}

.nf-left {
    float: left;
    width: 75%;
    padding: 14px;
}

.nf-right {
    float: right;
    width: 25%;
    padding: 14px;
    text-align: center;
    border-left: 1px solid #A7A7A7;
}

.nf-right a {
    padding-right: 24px;
    border-bottom: none !important;
    color: #002B64 !important;
    font-weight: bold;
    background: url(../../../wp-content/uploads/2017/03/more_arrow.png) no-repeat 100% 50%;
}

.popups {
    text-align: center;
}

.popups span {
    margin-right: 10px;
    display: inline-block;
}

/*Footer*/

.mtphr-dnt-wrapper {
    position: relative;
    width: 100%;
    top: 20px;
}

h4.mtphr-dnt-rss-title {
    color: #fff;
}

.site-footer .footer-main {
    background:#292929;
    color: #8c8c8c;
	    font-size: 13px;
}

.site-footer .footer-main a {
    color: #8c8c8c;
}

.site-footer img.alignright {
    margin: 0 2px;
}

.site-footer .alignnone {
    margin: 0 auto !important;
}

.site-footer .meet, .site-footer .footer-statement{
	padding:20px;
	text-align:center;
	color:#FFF;
}
	
.site-footer .meet{
	background:#05334F;
}

.site-footer .footer-statement{
	background:#575757;
	font-size:11px;
	color:#999;
}

hr {
    background-color: #4a4a4a;
}

.footer-main #siteorigin-panels-builder-2 {
    padding: 0;
}

.site-footer .footer-main a:hover {
    color: initial;
    text-decoration: underline;
}

/*Responsive*/


/*Max 768*/
@media (max-width: 768px){
	.site-contact {
		float: none;
		max-width: 242px;
		text-align: center;
		margin: 0 auto;
	}
}

/*Max 480*/

@media (max-width: 480px){
	.site-contact h3 {
		text-align:right;
	}
	.resp #top-bar .top-bar-text {
    text-align: left;
    width: 65%;
	}
}


/*Max 360*/