/*
 Theme Name:   Nucleus Computer Services
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url("../twentyfifteen/style.css");

* {
	max-height: 100000px;
}

body {
	margin: 0;
	color: #000;
	font: 17px/24px 'Open Sans', Arial, Helvetica, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 1226px;
}
img {border-style: none;}
a {
	text-decoration: none;
	color: #000;
	transition:all 0.6s ease 0s;
}
input, textarea, select {
	font: 100% 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
header, footer, article, section, hgroup, nav, figure, aside {
	display: block;
}
input[type="text"], input[type="password"], input[type="file"], 
input[type="submit"], input[type="search"], input[type="email"], textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]:hover {
	cursor: pointer;
}
#wrapper {
	position:relative;
	overflow:hidden;
}
.container {
	max-width:1220px;
	margin:0 auto;
}
.sub-container {
	max-width:1070px;
	margin:0 auto;
}
.container:after,
.sub-container:after {
	display:block;
	clear:both;
	content:"";
}
#header {
	padding:0;
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:9999;
	background:#fff;
	background:rgba(255,255,255, .9);
}
.header-content { 
	overflow:hidden;
	padding:0 0 8px;
}
.logo2 {
	float:right;
	padding:3px 0 0;
}
#header .info {
	float:left;
	padding:44px 0 0;
}
.social {
	margin:0 0 3px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.social li {
	float:left;
	margin:0 22px 0 0;
}
.social li a {
	background:url(images/social.png) no-repeat;
	display:block;
	font-size:0;
	line-height:0;
	width:9px;
	height:20px;
	transition:none;
}
.social li.twitter a {
	background-position:-31px -2px;
	width:22px;
	height:16px;
	margin:2px 0 0;
}
.social li.gplus a {
	background-position:-73px -1px;
	width:19px;
	height:20px;
}
.social li a:hover { background-position:0 -23px;}
.social li.twitter a:hover { background-position:-31px -25px;}
.social li.gplus a:hover { background-position:-73px -24px;}
.tel {
	display:block;
	color:#f89828;
	font-weight:700;
	font-size:20px;
	line-height:30px;
}
.tel a { color:#f89828;}
.tel a:hover { color:#015696;}
.logo {
	overflow:hidden;
	text-align:center;	
	padding:19px 52px 0 0;
}
.logo img {
	display:inline-block;
	vertical-align:top;
	margin:0 0 11px;
}
.logo span {
	display:block;
	font-size:16px;
	line-height:22px;
	color:#f89828;
	font-weight:700;
}
.right-area {
	overflow:hidden;
}
#nav { position:relative;}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	line-height:21px;
	font-weight:700;
	text-transform:uppercase;
	display:table;
	width:100%;
	height:100%;
	background:#015696;
	text-align:center;
	text-shadow:0 1px 0 #012f52;
}
#nav ul li {
	display:table-cell;
	vertical-align:middle;
}
#nav ul li span { 
	display:block;
	position:relative;
}
#nav ul li span:after {
	position:absolute;
	left:0;
	top:0;
	content:"";
	bottom:0;
	width:1px;
	background:#fff;
}
#nav ul li span a {
	display:block;
	padding:15px;
	color:#fff;
}
#nav ul li:first-child span:after { display:none;}
#nav ul li.current-menu-item a,
#nav ul li:hover a {background:#f89828;}
.visual {
	position:relative;
}
#new-royalslider-1 {
	display:block;
	width:100%;
	height:auto;
	min-height:734px;
}
.page #header{ position:static}
.page .visual { max-height:600px; overflow: hidden; }
.page .visual img{ width:100%; height:auto;}
/*.visual .img {
	width:1800px;
	left:50%;
	position:relative;
	margin:0 0 0 -900px;
}*/
.slideshow {
	position: relative;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right:0;
}
.slideshow div.slide.active {
	z-index: 2;
}
div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}
.slideshow .btn-prev,
.slideshow .btn-next {
	background:url(images/arrow.png) no-repeat;
	width:31px;
	height:41px;
	font-size:0;
	line-height:0;
	position:absolute;
	left:0;
	top:65%;
	margin:-20px 0 0;
	z-index:999;
}
.slideshow .btn-next {
	background-position:0 100%;
	left:auto;
	right:0;
}
.visual .caption {
	position:absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 20px;
	margin:0 auto;
	z-index:99;
	width:100%;
}
.caption .container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.visual .caption .container { height:100%;}
.visual .caption .box {
	float:right;
	 width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-size:30px;
	line-height:35px;
	font-weight:800;
	text-transform:uppercase;
	padding:12px 20px;
/*padding:150px 20px;*/
/*	background: url("images/bg-caption.png");*/
	background-color: rgba(0, 0, 0, 0.35)
}
.home .visual .caption .box {
	font-size:30px;
	line-height:35px;
	/*font-size:49px;
	line-height:59px;
	width:840px;
	padding:26px 30px 30px;*/
	width:550px;
	margin:50px 0 0 -151px;
	float:right;
	padding:12px 20px;
	/*background:url("images/bg-caption.png") repeat;*/
	color:#fff !important
	
}
.visual .caption .box span {
	display:block;
	margin: 0 0 10px;
}
.visual .caption .btn {
	display:block;
	width:168px;
	height:50px;
	background:#f89828;
	font-weight:800;
	color:#fff;
	text-align:center;
	font-size:16px;
	text-shadow:0 1px 0 #885316;
	line-height:50px;
}
.visual .caption .btn:hover { background:#015696;}
.topics {
	background: #005796;
	background: -moz-linear-gradient(top,  #005796 0%, #005595 100%);
	background: -webkit-linear-gradient(top,  #005796 0%,#005595 100%);
	background: linear-gradient(to bottom,  #005796 0%,#005595 100%);
	padding:35px 0 29px;
	margin:0 0 30px;
}
.topics ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:17px;
	line-height:25px;
	text-align:center;
	text-shadow:0 1px 0 #012f52;
}
.topics ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 33px;
}
.topics ul li img {
	display:block;
	margin:0 auto 25px;
}
.topics ul li span {
	display:block;
	color:#fff;
}
.topics ul li a:hover span {
	color:#f89828;
}
.topics ul li a:hover img { opacity:0.75;}
.section {
	position:relative;
}
.block {
	float:left;
	width:48.5%;
	position:relative;
	margin:0 0 30px;
}
.block.add {
	float:right;
}
.block img {
	width:100%;
	height:auto;
	display:block;
}
.block .caption {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	background:url(images/bg-caption2.png) ;
	padding:15px 18px 12px 28px;
	color:#fff;
	font-size:14px;
	line-height:18px;
	font-weight:300;
}
.block .caption h2 {
	margin:0;
	font-size:25px;
	line-height:28px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #804e16;
}
.block .caption p {
	margin:0;
}
.block .caption .btn {
	display:inline-block;
	vertical-align:middle;
	background:#015696;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	padding:0 8px;
	height:26px;
}
.block .caption .btn:hover { background:#000;}
.section2 {
	margin:0 0 24px;
}
.section2 .sub-container { position:relative;}
.section2 .inner {
	display:table;
	width:100%;
	height:100%;
}
.section2 .inner2 {
	display:table-cell;
	vertical-align:middle;
}
.section2 .caption {
	position:absolute;
	right:26px;
	top:0;
	bottom:0;
	width:40.4%;
	text-align:center;
}
.section2 h2 {
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:800;
	color:#fff;
	margin:0 0 28px;
	padding:0 0 15px;
	border-bottom:1px solid #7c7c7c;
}
.section2 .form {
	background:#fff;
}
.validation_error{ background:#f89828; text-indent:10px}
.gform_wrapper li.gfield.gfield_error { background:#FFD19B !important; }
.gform_wrapper div.validation_error { color: #A25700 !important; border-bottom-color: #A25700 !important; border-top-color: #A25700 !important; }
#gform_4 .validation_error{ font-size:12px !important; font-weight:normal !important}
#gform_4 img.gform_ajax_spinner {
	    display: none!important;
	}
.gform_wrapper .validation_message { color: #A25700 !important; }
.section2 .form input[type="text"] {
	float:left !important;
	font-size:16px !important;
	line-height:20px; !important
	font-weight:300 !important;
	height:44px !important;
	border:none !important;
	width:75% !important;
	padding:12px 10px !important;
	font-weight:300 !important;
}
.section2 .form input[type="submit"] {
	float:right !important;
	background:#f89828 !important;
	color:#fff !important;
	text-transform:uppercase !important;
	font-size:18px !important;
	height:44px !important;
	line-height:44px !important;
	font-weight:700 !important;
	width:25% !important;
	border:none !important;
	padding:0 !important;
	text-shadow:0 1px 0 #804e16 !important;
}
#gform_wrapper_4 .gform_footer{ clear:none !important; margin:0 !important; padding:0 !important}
#gform_wrapper_4{ max-width:100% !important; margin:0 !important}
.section2 .form input[type="submit"]:hover {
	background:#015696;
}
.section3 {
	background:#015696;
	padding:29px 0 38px;
}
.section3 ul {
	margin:0 -17px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.section3 ul li {
	float:left;
	background:#fff;
	margin:0 15px 18px 0;
	border:1px solid #012c4d;
	position:relative;
	width:31.3%;
}
.section3 ul li:after {
	position:absolute;
	left:7px;
	top:50%;
	background:url(images/star.png) no-repeat;
	width:10px;
	height:10px;
	content:"";
	margin:-5px 0 0;
}
.section3 ul li+li+li+li:after { display:none;} 
.section3 ul li input[type="text"] {
	width:96% !important;
	background:f89828;
	border:none;
	height:44px;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	color:#000;
	padding:12px 20px;
	text-indent:0 !important
}

#gform_wrapper_2 .gform_footer{ margin:0 !important; padding:0 !important}
.gform_wrapper{ margin:1em 0 0 !important}
#field_2_7, #field_6_7 {
	width:98.2% !important;
	margin:0 17px 18px 0 !important;
}
#field_2_7 textarea, #field_6_7 textarea {
	width:100% !important;
	height:124px !important;
	padding:15px 19px;
	font-weight:300;
	font-size:16px;
	line-height:22px;
	border:none;
}
.section3 h2 {
	text-align:center;
	font-size:35px;
	line-height:40px;
	text-transform:uppercase;
	position:relative;
	color:#fff;
	margin:0 0 4px;
	text-shadow:0 1px 0 #012f52;
}
.section3 h2 span {
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	position:relative;
	z-index:99;
	background:#015696;
}
.section3 h2:after {
	position:absolute;
	left:0;
	top:50%;
	height:1px;
	/*content:"";*/
	background:#2089d4;
	right:0;
}
.section3 .text {
	display:block;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 30px;
	color:#fff;
}
.section3 .text em {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 0 0 15px;
	font-style:normal;
}
.section3 .text em:after {
	position:absolute;
	left:0;
	top:50%;
	content:"";
	background:url(images/star.png) no-repeat;
	width:10px;
	height:10px;
	margin:-5px 0 0;
}
#input_3_6{ height:42px; width:100%; border:none; padding:5px 20px}
#gform_submit_button_2, #gform_submit_button_3 , #gform_submit_button_6 {
	font-size:20px;
	line-height:50px;
	width:212px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	display:block;
	margin:0 auto !important;
	padding:0 !important;
	clear:none !important;
	border:none;
	background:#f89828;
	box-shadow:0 0 4px 0 rgba(0,0,0, .2);
	text-shadow:0 1px 0 #885316;	
}
#gform_wrapper_3 .gform_body{ margin:35px 0 0;}
#gform_fields_2 li.gfield_error{ width:31.3% !important}
#gform_wrapper_3 .gform_footer{ margin:0 auto !important; width:100% !important}
#gform_submit_button_2:hover, #gform_submit_button_3:hover { background:#000;}
#main {
	position:relative;
	border-bottom:11px solid #015696;
	background:url(images/bg-main.jpg) repeat-x;
	padding:25px 0 30px;
}
#content {
	position:relative;
	font-size:15px;
	line-height:25px;
}
.breadcrumbs {
	margin:0 0 39px;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:16px;
	color:#b8b8b8;
	overflow:hidden;
}
.breadcrumbs li {
	float:left;
	padding:0 11px 0 15px;
	position:relative;
}
.breadcrumbs li:after {
	position:absolute;
	left:0;
	top:4px;
	content:"";
	background:url(images/separator.png) no-repeat;
	width:5px;
	height:11px;
}
.breadcrumbs li:first-child { padding-left:0;}
.breadcrumbs li:first-child:after { display:none;}
.breadcrumbs li a { color:#b8b8b8;}
.breadcrumbs li a:hover { color:#000;}
#content p { margin:0 0 20px;}
#content h1 {
	margin:0 0 20px;
	text-transform:uppercase;
	font-size:32px;
	line-height:36px;
	position:relative;
}
#content h1:after {
	position:absolute;
	top:90%;
	left:0;
	right:0;
	height:1px;
	background:#8c8c8c;
	content:"";
}
#content h1 span {
	display:inline-block;
	vertical-align:top;
	background:#fff;
	position:relative;
	z-index:99;
	padding-right:10px;
 color: #015696;
}
#content .alignleft {
	float:left;
	margin:8px 30px 20px 0;
}
#content .alignright img,
#content .alignleft img {
	width:100%;
	height:auto;
	display:block;
}
#content .alignright {
	float:right;
	width:20.8%;
	margin:0 0 35px 24px;
}
.clear { clear:both;}
#content h2 {
	font-size:25px;
	line-height:32px;
	margin:0 0 20px;
	text-transform:uppercase;
}
#content h3 {
	font-size:20px;
	line-height:25px;
	margin:0 0 20px;
	text-transform:uppercase;
}
#content b, strong {
    font-weight: bolder;
 color: #015696;
}
#footer {
	padding:36px 0 30px;
	background:#f89828;
	color:#000;
	text-shadow:0 1px 0 #fab769;
}
#footer a:hover { text-decoration:underline;}
.footer-nav { 
	position:relative;
	margin:0 0 30px;
}
.footer-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:700;
}
.footer-nav ul li {
	padding:0 24px;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.footer-nav ul li:after {
	position:absolute;
	left:1px;
	content:"";
	width:1px;
	background:#885316;
	top:0;
	bottom:0;
}
.footer-nav ul li:first-child:after { display:none;}
.info2 {
	text-align:center;
	position:relative;
	margin:0 0 25px;
}
.info2:after {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	height:1px;
	content:"";
	background:#885316;
}
.info2 .holder {
	position:relative;
	z-index:99;
	background:#f89828;
	padding:0 11px;
	display:inline-block;
	vertical-align:middle;
}
.info2 strong {
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
color: #000!important;
}
.info2 ul {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
	list-style:none;
	font-size:14px;
	line-height:18px;
	overflow:hidden;
}
.info2 ul li {
	float:left;
	padding:0 7px 0 9px;
	position:relative;
}
.info2 ul li:after {
	position:absolute;
	left:0;
	top:2px;
	bottom:1px;
	width:2px;
	content:"";
	background:#402b13;
}
.info2 ul li:first-child:after { display:none;}
.col-holder {
	position:relative;
	overflow:hidden;
	margin:0 0 25px;
}
.col {
	float:left;
	width:49.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col.add {
	position:relative;
	float:right;
	width:48%;
	padding-left:7.5%;
}
.col.add:after {
	position:absolute;
	left:0;
	bottom:0;
	height:47px;
	content:"";
	background:#885316;
	width:1px;
}
.col h3 {
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	color:#045999;
	margin:0 0 20px;
}
.col a { color:#000;}
.info-holder { 
	overflow:hidden;
}
.info-holder .holder {
	float:left;
	width:43.5%;
	font-size:14px;
	line-height:25px;
}
.info-holder .holder.add {
	margin:0 0 0 7%;
}
.col .tel {
	font-size:14px;
	line-height:25px;
	font-weight:400;
	color:#000
}
#gform_wrapper_5 input, #gform_wrapper_5 textarea{ border:1px solid #999}
#gform_wrapper_5 input[type="submit"]{background: #015696 ;
    color: #fff;
    display: table;
    font-weight: 700;
    height: 37px;
    padding: 0 12px;
    vertical-align: middle;
	line-height:25px}
#gform_wrapper_5 input[type="submit"]:hover{ background:#f89828}
.footer-bottom {
	position:relative;
}
.footer-bottom:after {
	position:absolute;
	left:0;
	right:0;
	bottom:5px;
	height:1px;
	content:"";
	background:#885316;
}
.footer-bottom .copy {
	display:inline-block;
	vertical-align:middle;
	background:#f89828;
	margin:0;
	position:relative;
	z-index:99;
	padding-right:15px;
	font-size:14px;
	line-height:18px;
}
.footer-bottom .social {
	float:right;
	margin:0;
	background:#f89828;
	position:relative;
	z-index:99;
	padding:0 0 20px 10px;
	
}
.footer-bottom .social li { margin:0 0 0 18px;}
.footer-bottom .social li:first-child { margin:0;}
.footer-bottom .social li a {
	background:url(images/social2.png) no-repeat;
	display:block;
	font-size:0;
	line-height:0;
	width:9px;
	height:20px;
}
.footer-bottom .social li a:hover { opacity:0.75;}
.footer-bottom .social li.twitter a {
	background-position: -31px -2px;
	width:22px;
	height:16px;
	margin:2px 0 0;
}
.footer-bottom .social li.gplus a {
	background-position:-69px -1px;
	width:19px;
	height:20px;
}
.des { display:block !important;}
.mob { display: none !important;}
.wrap2{
	overflow:hidden;
}
.opener {
	display:none;
	float:left;
	position:relative;
	border-radius:3px;
	color:#fff;
	font-weight:600;
	line-height:19px;
	font-size:16px;
	margin:12px 0 14px 5px;
	
}
.opener.add {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:31px;
	height:31px;
	margin:6px 10px 0 20px;
}
.opener.add:before,
.opener.add:after,
.opener.add span{
	background:#fff;
	border-radius:4px;
	position:absolute;
	top:16px;
	left:5%;
	right:5%;
	height:3px;
	margin-top:-2px; /* height/2 */
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.opener.add:before,
.opener.add:after{
	content:'';
	top:10px;
}
.opener.add:after{top:22px;}
/* close button transition */
.close-btn span,
.active .opener span{opacity:0;}
.opener:hover{opacity:.9;}
.close-btn:after,
.close-btn:before,
.active .opener:after,
.active .opener:before{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:16px;
	left:15%;
	right:15%;
}
.close-btn:after,
.active .opener:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.menu .drop{float:none;}
#gform_2 label, #gform_3 label, #gform_6 label{ display:none}
.section3 ul li{ clear:none !important}
.section3 ul li div.ginput_container{ margin:0 !important}

.break {
    clear: both;
    height: 20px;
}
.moveright{
margin-left:340px!important;}
.gform_wrapper li.gfield_error input[type="email"], .gform_wrapper li.gfield_error input[type="number"], .gform_wrapper li.gfield_error input[type="password"], .gform_wrapper li.gfield_error input[type="tel"], .gform_wrapper li.gfield_error input[type="text"], .gform_wrapper li.gfield_error input[type="url"], .gform_wrapper li.gfield_error textarea{ width:102.6% !important}
.gform_confirmation_message{ padding:10px; background:#f89828; color:white}
#gform_4 label{ display:none}
#field_4_1 .validation_message{ display:none}
#gform_fields_4 li.gfield_error{ margin-top:-20px;}
#gform_wrapper_4 div.validation_error{ padding:10px 2% 20px; text-indent:0px; width:96%; border:none; margin:0 !important}
#gform_wrapper_4 .top_label .gfield_error{ width:100%; border:none}
#gform_wrapper_4 .top_label .gfield_error .ginput_container{ max-width:73%}

#gform_3 label{ display:none}
#field_3_1 .validation_message{ display:none}
#gform_fields_3 li.gfield_error{ margin-top:-20px;}
#gform_wrapper_3 div.validation_error{ padding:10px 2% 20px; text-indent:0px; width:96%; border:none; margin:0 !important}
#gform_wrapper_3 .top_label .gfield_error{ width:100%; border:none}
#gform_wrapper_3 .top_label .gfield_error .ginput_container{ max-width:73%}
.lrn {
	display:inline-block;
	vertical-align:middle;
	background:#f89828;
	color:#fff;
	font-weight:700;
	padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
	height:35px;
}
.lrn:hover { background:#015696;}
.collapseomatic {
    background-image: url("images/arrow-down.png");
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 18px!important;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}
.call
{font-size:18px;}
.spring{
float:right; margin-top:-140px; padding-right:60px; color: #015696; font-weight:bold;}
.blog_title
{color:#015696!important;  font-size: 15px!important; font-weight: bolder;}
#gform_submit_button_4:hover{ background:#000 !important}
#gform_submit_button_6:hover{ background:#000 !important}

.section3 .text1 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.visual .caption1 {
	position:absolute;
	left:0;
	top:10%;
	display:table;
	margin:0 auto;
	right:0;
	z-index:99;
	width:100%;
}
.visual .caption1 .inner {
	display:table;
	width:100%;
	height:100%;
}
.visual .caption1 .inner2 {
	display:table-cell;
	vertical-align:middle;
}
.visual .caption1 .container { height:100%;}
.visual .caption1 .box {
	float:right;
	 width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-size:30px;
	line-height:35px;
	font-weight:800;
	text-transform:uppercase;
	padding:12px 20px;
/*padding:150px 20px;*/
/*	background: url("images/bg-caption.png");*/
	background-color: rgba(0, 0, 0, 0.35)
}
.visual .caption1 .box span {
	display:block;
	margin: 0 0 10px;
}
.visual .caption1 .btn {
	display:block;
	width:168px;
	height:50px;
	background:#f89828;
	font-weight:800;
	color:#fff;
	text-align:center;
	font-size:16px;
	text-shadow:0 1px 0 #885316;
	line-height:50px;
}
.visual .caption1 .btn:hover { background:#015696;}


.visual .caption2 {
	position:absolute;
	left:120px;
	top:68%;
	display:table;
	margin:0 auto;
	right:0;
	z-index:99;
	width:100%;
}
.visual .caption2 .inner {
	display:table;
	width:100%;
	height:100%;
}
.visual .caption2 .inner2 {
	display:table-cell;
	vertical-align:middle;
}
.visual .caption2 .container { height:100%;}
.visual .caption2 .box {
	float:right;
	 width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-size:30px;
	line-height:35px;
	font-weight:800;
	text-transform:uppercase;
	padding:12px 20px;
/*padding:150px 20px;*/
/*	background: url("images/bg-caption.png");*/
	background-color: rgba(0, 0, 0, 0.35)
}
.visual .caption2 .box span {
	display:block;
	margin: 0 0 10px;
}
.visual .caption2 .btn {
	display:block;
	width:168px;
	height:50px;
	background:#f89828;
	font-weight:800;
	color:#fff;
	text-align:center;
	font-size:16px;
	text-shadow:0 1px 0 #885316;
	line-height:50px;
}
.visual .caption2 .btn:hover { background:#015696;}

#gform_6 label{ display:none}
#field_6_1 .validation_message{ display:none}
#gform_fields_6 li.gfield_error{ margin-top:-20px;}
#gform_wrapper_6 div.validation_error{ padding:10px 2% 20px; text-indent:0px; width:96%; border:none; margin:0 !important}
#gform_wrapper_6 .top_label .gfield_error{ width:100%; border:none}
#gform_wrapper_6 .top_label .gfield_error .ginput_container{ max-width:73%}
#gform_6 .validation_error{ font-size:12px !important; font-weight:normal !important}
#gform_6 img.gform_ajax_spinner {
	    display: none!important;
	}
#gform_wrapper_6 input, #gform_wrapper_6 textarea{ border:none solid #999}
.footerNav{ display:none;}

.contact-page #gform_wrapper_2 {
	max-width: 1070px;
	margin: 0 auto !important;
}

@media screen and ( max-width:1500px ) { 
	/*.visual img {
		width:1800px;
		left:50%;
		position:relative;
		margin:0 0 0 -900px;
	}*/
	.home  .visual .caption .box { margin:50px 0 0 0;}
}
@media screen and ( max-width:1226px ) {
	body { min-width:320px;}
	.container, .sub-container { padding:0 10px;}
	#nav ul {
		font-size:14px;
	}
	.topics ul li {
		margin:0 12px;
	}
	.block .caption { font-size:12px;}
	.section2 img {
		width:1070px;
	}
	.section3 ul li { width:31.4%;}
	.footer-nav ul {
		font-size:13px;
	}
	.footer-nav ul li { padding:0 19px;}
	.info-holder .holder { font-size:12px;}
}

@media screen and (max-width: 1090px) {
	.contact-page #gform_wrapper_2 {
		max-width: 98%;
	}
}

@media screen and ( max-width:999px ) {
	.wrap2.side-push{
		overflow:hidden;
		position:relative;
	}
	.wrap2.side-push .drop {
		position:absolute; /* change to fixed */
		top:0;
		left:-100%;
		width:100%;
		bottom:0;
		-webkit-transition:all 0.25s linear;
		transition:all 0.25s linear;
		background:rgba(0, 0, 0, 0.75);
		z-index:9999;
	}
	.wrap2.side-push .drop > .opener.add { margin-top:0;}
	.wrap2.side-push .hold{
		-webkit-transition:all 0.25s linear;
		transition:all 0.25s linear;
	}
	.wrap2.side-push.active .hold{
		margin:0 0 0 240px;
		min-width:480px;
	}
	.wrap2.side-push.active .drop{left:0;}
	.wrap2.side-push .drop .opener{
		position:absolute;
		right:5px;
		top:5px;
		z-index:999;
	}
	.opener { display:block;}
	.drop{
		overflow:scroll !important;
		position:fixed !important;
		top:100%;
		left:0;
		right:0;
		z-index:999;
	}
	.wrap2.side-push.active .drop .inner {
		position:absolute;
		left:0;
		top:0;
		width:240px;
		bottom:0;
		background:#015696;
		padding-top:40px;
	}
	#nav { 
		overflow:hidden;
		background:#015696;
	}
	#nav ul {
		float:none !important;
		width:100% !important;
		text-align:center !important;
		font-size:14px;
		line-height:22px;
	}
	#nav ul li {
		display:block;
		text-align:center;
		margin:0;
		border-bottom:1px solid #3b3b3b;
		padding:0;
		float:none;
	}
	#nav ul li span:after { display:none;}
	#nav ul li a {
		display:block;
		padding:12px 5px;
	}
	#nav ul li a:hover { 
		background:#f89828;
		color:#fff;
	}
	.moveright {
		margin-left: 0 !important;
	}
	.visual .caption { top: initial; bottom: 20px; }
	.visual .caption .box {
		width:100%;
	}
	.home .visual .caption .box {
		width:100%;
		margin:0;
	}
	.tel { font-size:20px;}
	.logo { padding:15px 10px;}
	.home .visual .caption .box {
		font-size:43px;
		line-height:47px;
	}
	.visual .caption .box {
		font-size:26px;
		line-height:30px;
	}
	.topics ul li { margin-bottom:20px;}
	.block .caption h2 {
		font-size:20px;
		line-height:24px;
	}
	.block .caption p .btn { margin:8px 0 0;}
	.block .caption { padding:10px 10px 8px 15px;}
	.section2 .caption { width:50%;}
	.section3 ul li { width:31%;}
	.footer-nav { display:none;}
	#new-royalslider-1 {
		/*width:1400px;
		left:50%;
		position:relative;
		margin:0 0 0 -700px;*/
		min-height:600px !important
	}
	.des { display:none !important;}
	.mob { display: block !important;}
	#header .container { padding:0;}
	.header-content { padding:0 10px;}
	.footerNav{ display:table; width:100%; clear:both; margin:-36px auto 12px}
}
@media screen and ( max-width:767px ) {
	.logo span, .logo2 { display:none;}
	.home .visual .caption .box {
		font-size:22px;
		line-height:28px;
		width:100%;
	}
	.visual .caption .box {
		font-size:18px;
		line-height:22px;
	}
	.header-content {
		position:relative;
		padding:80px 0 15px;
	}
	.logo {
		position:absolute;
		left:0;
		top:0;
		right:0;
	}
	#header .info {
		float:none;
		text-align:center;
	}
	.social {
		text-align:center;
	}
	.social li {
		display:inline-block;
		vertical-align:top;
		float:none;
		margin:0 10px;
	}
	.block {
		float:none !important;
		width:100% !important;
	}
	.section2 .caption {
		width:90%;
		left:0;
		right:0;
	}
	.section2 .caption { padding-left:30px;}
	.section3 ul li {
		float:none;
		margin:0 0 15px;
		width:100%;
	}
	#field_2_7 {
		width:100% !important;
		margin:0 0 15px !important;
	}
	.section3 ul { margin:0;}
	.col,
	.col.add {
		float:none;
		width:100%;
		padding-left:0;
		margin:0 0 10px;
	}
	.col h3 { margin:0 0 10px;}
	.footer-bottom .social {
		float:none;
	}
	.info2 strong { 
		display:block;
	}
	.col.add:after { display:none;}
	#header .container { padding:0;}
	#content .alignleft {
		width:45%;
		margin:8px 15px 13px 0;
	}
	#content h1 { 
		font-size:25px;
		line-height:30px;
		margin:0 0 15px;
	}
	#content h2 { 
		font-size:20px;
		line-height:25px;
		margin:0 0 15px;
	}
	#content h3 { 
		font-size:16px;
		line-height:20px;
		margin:0 0 15px;
	}
	#gform_fields_2 li.gfield_error{ width:96% !important}
	#new-royalslider-1{ min-height:500px}
	.visual .caption .btn{ height:30px; line-height:30px;}
	.home .visual .caption .box{ padding:10px 10px 13px}
	.visual .caption{ top:initial; bottom: 20px; width: 100%; } 
	.home .visual .caption .box { background: rgba(0,0,0,0.5); }
}
@media screen and ( max-width:580px ) { 
.topics ul li{ display:block}
#new-royalslider-1{ min-height:400px}
.visual .caption1 .box {
	width: 100%;
}
.page .visual {
	height: 200px;
}
.page .visual img {
	height: 100%;
}
}
@media screen and ( max-width:479px ) { 
	.visual .caption .box { font-size:15px; line-height:20px; padding: 10px; }
	.home .visual .caption .box { font-size:15px; line-height:20px;}
	.block .caption {
		font-size:11px;
		line-height:14px;
	}
	.block .caption h2 {
		font-size:14px;
		line-height:17px;
	}
	.section2 h2 {
		font-size:20px;
		line-height:24px;
	}
	.section2 .caption { width:86%;}
	.section2 .form input[type="submit"] {
		font-size:14px;
	}
	.section2 .form input[type="text"] { font-size:13px;}
	.section3 h2 {
		font-size:24px;
		line-height:28px;
	}
	.info2 ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 0 10px;
	}
	.info2 strong { 
		margin:0 0 12px;
		font-size:12px;
	}
	.info2 .holder { padding:0;}
	.info2 ul li { padding:0 5px 0 7px;}
	.footer-bottom .copy {
		display:block;
		text-align:center;
	}
	.col-holder { margin:0;}
	#new-royalslider-1{ min-height:370px}
	.page .visual img {
		width: auto;
	}
}
.tags-links{ display:none}
.entry-footer a{ font-size:14px;}
.entry-footer{ line-height:20px}
.form-submit input[type="submit"]{background: #015696;
    color: #fff;
    display: table;
    font-weight: 700;
    height: 37px;
    line-height: 25px;
    padding: 0 12px;
    vertical-align: middle; border:1px solid #015696; max-width:145px; margin:0 auto}
.form-submit input[type="submit"]:hover{ background:#f89828;}

@media screen and (min-width: 59.6875em){
#post-10 .entry-content {
    padding: 0 10px 10%;
}
}
@media screen and (min-width: 38.75em){
#post-10 .entry-content {
    padding: 0 10px 10%;
}
.page-id-10 .hentry{
margin: 0;
}
}
