/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 28 2018 | 04:15:47 (pm)
/*
/******* Do not edit this file *******/

@import url(//fonts.googleapis.com/css?family=Droid+Sans);
@import url(//fonts.googleapis.com/css?family=Permanent+Marker);
/* @import url(//fonts.googleapis.com/css?family=Gochi+Hand); */


/*==================== VISUAL COMPOSER FIX ======================*/

.wpb_single_image img {
  width: 100%;
}


/*==================== COMMON START ======================*/
.clear {
	clear:both;
}
body {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5em;
}
#content {
	padding: 20px 0px;
}
#content p {
  margin-bottom: 30px;
}
a {
    color: #363FBF;
}
#content a {
    text-decoration: underline;
}
.headwrapper {
	height:auto;
	background:url(/wp-content/uploads/header-bg.jpg) no-repeat center #01325b;
}
.header-1-container {
	height:auto;
	width:100%;
    box-shadow:0 3px 3px #333;
}
#logo-container {
	display: block;
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	margin:15px 0px;
	padding-left: 55px;
}
.header-1-wrapper {
	background:#e9eaec;
	position:fixed;
	top:0;
	width:100% !important;
	z-index: 999;
	/*display:none;*/
  	-webkit-transition:all 300ms linear 0s;
	-moz-transition:all 300ms linear 0s;
	-ms-transition:all 300ms linear 0s;
	transition:all 300ms linear 0s;
	margin-top:-100px;
}
.header-tagline {
	color:#717171;
	font-size:24px;
	text-align:center;
}
.header-2-wrapper {
	/* background:url(/wp-content/uploads/menu_bg.png) left bottom repeat-x; */
	min-height:70px;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	font-weight: bold;
	font-family: "Droid+Sans",sans-serif;
  	color:#222222;
}
h1 {
	font-size: 38.5px;
}
h2 {
	font-size: 31.5px;  	
}
h3 {
	font-size: 24.5px;
}
h4 {
	font-size: 17.5px;}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}
.header-2-wrapper {
	min-height:70px;
}
.bodywrapper:after, .footwrapper:after, .headwrapper:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
form {
	margin:0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height:auto;
}
#content li {
  margin: 20px 0;
}
.big-text {
  color: #00468c;
  font-size: 1.5em;
  line-height: 1.5em;
}
#content .aio-icon-component a h3, #content .aio-icon-component a {
  color: #00468c;
  text-decoration: none;
}
/*=================== COMMON END =================*/

/*header start*/
.contact_info .phone {
	color: #ffeb00;
	float: right;
	font-size: 38px;
	line-height: 1;
	padding: 50px 0 0;
  	font-family: 'Antic', sans-serif;
}
.contact_info .phone span {
	font-family: "permanent marker";
	padding: 0 35px 0 0;
	text-shadow: 3px 3px #333;
}
/*============ TOP MENU START ==============*/

.navbar {
	margin-bottom: 0;
}
.navbar .nav {
	float:none;
	margin:0;
}
.navbar-inner {
	background:none;
	filter:none;
	border-radius:0;
	border:none;
	padding: 0;
	box-shadow: none;
}
.menu-main_menu-container:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.navbar .nav > li {
	padding:0 10px;
  background: #dbdbdb; /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbdb 0%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dbdbdb 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dbdbdb 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dbdbdb 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #dbdbdb 0%,#fff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #00dbff;
    box-shadow: 3px 3px 3px #000;
  	font-family: 'Julius Sans One', sans-serif;
}
.navbar .nav > li.home {
}
.navbar .nav > li.home a {
	background: url("/wp-content/uploads/home-icon.png") no-repeat left center;
	padding-left: 35px;
}
.navbar .nav > li.webdesign a {
	background: url("/wp-content/uploads/webdesign-icon.png") no-repeat left center;
	padding-left: 35px;
}
.navbar .nav > li.showcase a {
	background: url("/wp-content/uploads/showcase-icon.png") no-repeat left center;
	padding-left: 35px;
}
.navbar .nav > li.support a {
	background: url("/wp-content/uploads/support-icon.png") no-repeat left center;
	padding-left: 35px;
}
.navbar .nav > li.about a {
	background: url("/wp-content/uploads/about-icon.png") no-repeat left center;
	padding-left: 30px;
}
.navbar .nav > li.blog a {
	background: url("/wp-content/uploads/blog-icon.png") no-repeat left center;
	padding-left: 45px;
}
.navbar .nav > li.contact {
	float:right;
	padding:0;
	border-bottom: 1px solid #ffeb00;
}
.navbar .nav > li.contact a {
	background: url("/wp-content/uploads/contact-icon.png") no-repeat 20px center #ffeb00;
	padding-left: 40px;
	color:#000;
    border-radius:5px;
}
.navbar .nav > li.contact a:hover {
	color:#000 !important;
}
.navbar .nav > li:first-child {
	border-radius:5px 0 0 5px;
}
.navbar .nav > li:last-child {
	border-radius:5px;
}
.navbar .nav > li:nth-last-child(2) {
	border-radius:0 5px 5px 0;
}
.navbar .nav > li:nth-last-child(2) > a, .navbar .nav > li:nth-last-child(2) > a:hover {
	box-shadow: none;
}
.navbar .nav > li > a {
	font-size: 18px;
	color:#000;
	padding: 30px 15px;
	box-shadow:3px 0 3px #666;
	text-shadow:none;
}
/*.navbar .nav > li:last-child a{
  border:none;
  margin-right:0;
}*/
.nav > li:hover a {
	/*background:#2fbfe2;*/
  	color:#F00;
}
.menu-main_menu-container .nav > li > a:hover, .menu-main_menu-container .nav > li > a:focus {
	color:#666;
    box-shadow:3px 0 3px #000;
}
.navbar .nav > li.current-menu-item a {
	color:#F00;
	border-radius:0px;/*background:#2fbfe2;*/
}
/* TOP MENU START HERE */
.top_header {
	margin-left:0;
}
.top_header .navbar .nav > li {
	background: #ececee;
	border-bottom: 0 none;
	border-left: 1px solid #a9a9a9;
	padding:0 5px;
  	box-shadow: none;
}
.top_header .navbar .nav > li > a {
	/*border-radius: 5px;*/
    border-radius: 0;
	color: #2e2d2d;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 10px;
	text-shadow: none;
	text-transform: uppercase;
  	box-shadow: none;
}
.top_header .navbar .nav > li > a:hover {
	color: #2e2d2d !important;
}
.top_header .navbar .nav > li:first-child {
	border-radius: 0;
}
.top_header .navbar .nav > li:last-child {
	border-radius:0px;
}
.top_header .navbar .nav > li:nth-last-child(2) {
	border-radius: 0;
}
.top_header .navbar .nav > li.home {
	border-left:0;
}
.top_header .navbar .nav > li.home a {
	background: url("/wp-content/uploads/header-logo.png") no-repeat center;
	text-indent:-999px;
	width: 70px;
	height:20px;
}
.top_header .navbar .nav > li.webdesign a {
	background: none;
}
.top_header .navbar .nav > li.showcase a {
	background: none;
}
.top_header .navbar .nav > li.support a {
	background: none;
}
.top_header .navbar .nav > li.about a {
	background: none;
}
.top_header .navbar .nav > li.blog a {
	background: none;
}
.top_header .navbar .nav > li.contact {
	border-bottom: medium none;
	float: left;
	padding: 0;
}
.top_header .navbar .nav > li.contact a {
	background:#ed1c24 !important;
	/*padding-left: 15px;*/
  	color: #fff;
  	box-shadow:1px 2px 5px #000;
}
.top_header .navbar .nav > li.contact a:hover {
	color: #fff !important;
}
.top_header .navbar {
	margin-bottom: 0;
}
.header_search {
    text-align:right;
}
.header_search label {
	display: none;
}
.header_search input[type="submit"] {
	display:none;
}
.header_search input[type="text"] {
	border: medium none;
	color: #828282;
	margin: 10px 0 0;
	padding: 8px 5px 8px 29px;
	box-sizing:border-box;
	font-size: 16px;
	box-shadow: none;
	background: url("/wp-content/uploads/search-icon.png") no-repeat 10px center #fff;
	border-bottom:2px solid rgba(0,0,0,0.4);
}
/* TOP MENU END HERE */


/*.navbar .nav > li a.dropdown-toggle{
  color:#fff;
}*/
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	text-shadow:none;
	background:none;
}
.navbar > .open > a, .navbar > .open > a:hover, .navbar > .open > a:focus {
	background:#2fbfe2;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color:#333;
	border-top-color:#333;
	margin-left:5px;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
	border-bottom-color: #fff;
	border-top-color: #fff;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
	border:none;
}
.navbar .nav > li > .dropdown-menu {
	border-radius:0;
	padding:0;
	/*left:28px;*/
  margin:0;
}
.dropdown-menu > li > a {
	display: block;
	padding:5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333 !important;
	white-space: nowrap;
	background:#fff !important;
	font-size: 14px;
	border-bottom:1px solid #ccc;
}
.dropdown-menu > li:last-child a {
	border-bottom:none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff !important;
	background:#2fbfe2 !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fbfe2', endColorstr='#2fbfe2', GradientType=0) !important;
	border-radius:0 !important;
}
.wfm-mega-menu {
}
.wfm-mega-menu ul li a .wf-mega-icon {
	display: none;
}
.wfm-mega-menu ul li {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	font-weight: normal;
	background:url(/wp-content/uploads/nav-li-bg.jpg) right center no-repeat;
	text-transform:uppercase;
}
.wfm-mega-menu ul li:last-child {
	background:none;
}
.wfm-mega-menu ul.menu {
	margin-left: 0px;
}
.wfm-mega-menu ul.sub-menu li {
	margin-left: 0px !important;
}
.wfm-mega-menu ul li a {
	float: left;
	position: relative;
	height:41px;
	color:#edfffd !important;
	padding:20px 30px 0px 30px !important;
}
.ubermenu-nav li a{
	/* font-family: 'Julius Sans One', sans-serif;	*/
  	font-weight: normal !important;
}
.wfm-mega-menu ul li a:hover, .wfm-mega-menu ul li.active a {
	background:#2671db;
	color:#fff !important;
}
.wfm-mega-menu ul li ul li {
	padding:0px !important;
	margin:0px 0px 4px 0px !important;
	width:auto !important;
}
.wfm-mega-menu ul.menu ul.sub-menu {
	padding: 0px !important;
	margin: 0px !important;
}
.wfm-mega-menu ul li ul li a {
	background:#1a54a4 !important;
}
.wfm-mega-menu ul li ul li a:hover {
	background:#2671db !important;
}
.wpb_wrapper:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}


/*===================== ubermenu css start here =============*/
/*.top_header .ubermenu-menu-2 .ubermenu-nav li a img{
	display:none;	
}
.top_header .ubermenu-menu-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 25px;
}
.top_header .ubermenu-menu-2 .ubermenu-nav li{
	background: none repeat scroll 0 0 #ececee;
    border-bottom: 0 none;
    border-left: 1px solid #a9a9a9;
    box-shadow: none;
    padding: 0 5px;
}
.top_header .ubermenu-menu-2 .ubermenu-nav li a{
	border-radius: 0;
    box-shadow: none;
    color: #2e2d2d;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 10px;
    text-shadow: none;
    text-transform: uppercase;
}
.top_header .ubermenu-menu-2 .ubermenu-nav li a:hover{
	background: #ececee !important;
    color: #2e2d2d !important;
}*/
.ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
	padding-left: 40px;
}
.top_header .ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text{
	padding-left: 0px;
}
.top_header .ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background: #ececee;
    color: #000000;
}
.top_header .ubermenu-menu-2 {
    background: none ;
    border:none;
    margin-bottom: 0px;
}
.top_header .ubermenu-menu-2 .ubermenu-nav li a img{
	display:none;
  	padding-left: 0px;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li {
	background: #ececee;
	border-bottom: 0 none;
	/*padding:0 5px;*/
  	box-shadow: none;
}
.top_header .ubermenu-main > .ubermenu-nav > .ubermenu-item:first-child > .ubermenu-target{
	border-radius: 0px;
    padding: 25px 60px;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li > a {
	/*border-radius: 5px;*/
    border-radius: 0;
	color: #2e2d2d;
	font-size: 16px;
	font-weight: bold;
	/*padding: 17px 15px;*/
	text-shadow: none;
	text-transform: uppercase;
  	box-shadow: none;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li > a:hover {
	color: #2e2d2d !important;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li:first-child {
	border-radius: 0;
  	/*padding: 11px 10px;*/
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li:last-child {
	border-radius:0px;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li:nth-last-child(2) {
	border-radius: 0;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.home {
	border-left:0;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.home a {
	background: url("/wp-content/uploads/header-logo.png") no-repeat center;
	text-indent:-999px;
	width: 80px;
	height:20px;
  	/*padding:28px 10px;*/
}
/*.top_header .ubermenu-menu-2 .ubermenu-nav > li.home a:hover{
	background: none;
}*/
.top_header .ubermenu.ubermenu-main .home:hover > .ubermenu-target, .top_header .ubermenu-main .home.ubermenu-active > .ubermenu-target {
 background:url("/wp-content/uploads/header-logo.png") no-repeat center center; 
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.webdesign a {
	background: none;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.showcase a {
	background: none;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.support a {
	background: none;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.about a {
	background: none;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.blog a {
	background: none;
  	/*padding: 17px 23px;*/
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.contact {
	border-bottom: medium none;
	float: left;
	padding: 0;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.contact a {
	background:#ed1c24 !important;
	/*padding-left: 15px;*/
  	color: #fff;
  	/*padding: 17px 12px;*/
  	border-radius:0;
}
.top_header .ubermenu-menu-2 .ubermenu-nav > li.contact a:hover {
	color: #fff !important;
}
.ubermenu-menu-2 .ubermenu-nav > li.contact a{
 	border-radius:0 10px 10px 0; 
}

/*===================== ubermenu css end here =============*/
/*=============== TOP MENU END ==================*/

/*============= FOOTER START ===============*/
.footwrapper {
	height:auto;
	color:#CCCCCC !important;
	font-size:14px;/*padding:40px 0;*/
}
.footwrapper a {
/* color:#FF0000 !important; */
}
.footer-column-1 .inner-container {
	margin-bottom:0;
}
.footer-column-1 {
	width:100% !important;
	text-align:center;
}
.footer-column-1 ul {
	display:inline-block;
	margin-bottom:10px;
}
.footer-quote {
	color:#67645d;
	font-size:20px;
	float:right;
}
.footer-phone {
	color:#00809d;
	font-size:25px;
	font-weight:bold;
	display:block;
}
.footer-bottom-wrapper {
	text-align:center;
	background:#f2f2f2;
	padding: 20px 0;
}
.site-credits {
	font-size:14px;
	color:#707070;
}
.site-credits a {
	color:#707070 !important;
}
.fixed-right {
	position: fixed;
	right: 0;
}
.copyright {
	color: #161616;
	font-size: 14px;
	padding: 8px;
}
.footer-wrapper {
	/*background:#001e3a;*/
   background:url(/wp-content/uploads/footer-bg.jpg)no-repeat left center;
	text-align: center;
	background-size:cover;
}
.footer-wrapper:before {
	border-left: 95px solid transparent;
	border-right: 95px solid transparent;
	border-top: 57px solid #ffffff;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 50%;
}
.footer-wrapper:after {
	border-bottom: 57px solid #f2f2f2;
	border-left: 95px solid transparent;
	border-right: 95px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-bottom: -6px;
}
.footer_content {
	text-align: left;
}
.footer_content h2 {
	color: #fff;
	font-size: 50px;
	margin: 0;
	padding: 0 0 16px;
	text-transform: uppercase;
}
.footer_content p {
	color: #fff;
	font-size: 16px;
	min-height: 135px;
	line-height: 28px;
}
.footer_form {
	/*background:#ebebeb;
	padding:30px;*/
	text-align: center;
}
.footer_form .wpb_content_element {
	margin:0;
}
.footer_form br {
	display:none;
}
.footer_form .ether-form {
	margin-top:0;
	float:right;
}
.footer_form .ether-form label {
	/*float:left;
  width:100%;
  text-align:left;*/
    color: #ffffff;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}
.footer_form .ether-form .ether-buttonset-1 {
	float:right;
	/*margin-top:34px; */
  margin-top:0;
}
.footer_form .ether-form .ether-buttonset-1 .ether-button {
	background-color:#ffd100;
	border:none;
	border-bottom: 4px solid #e9b005;
	border-radius: 12px;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	margin: 0 !important;
	padding: 17px 53px;
	text-transform: uppercase;
}
.footer_form textarea {
	height: 120px;
}
/* ============= Footer Menu ============*/
.footwrapper ul.menu li {
	padding: 0 10px;
}
.footwrapper ul.menu li a {
    color: #EAEAEA;
    font-weight: 100;
    font-size: 15px;
}
.footwrapper ul.menu li .sub-menu {
	float:none;
}
.footwrapper ul.menu li .sub-menu li {
	margin:10px 0;
	float:none;
	font-weight:normal;
}
/*================ FOOTER END ===================*/

/*================== SHOWCASE START ======================*/

.bubble-links a {
  background-color: #ccc;
  border-radius: 5px;
  color: #000;
  line-height: 2.5em;
  margin: 20px 0;
  padding: 5px;
  white-space: nowrap;
}
.showcase-single-main-image {
    box-shadow: 5px 5px 5px #999;
}

/*================== SHOWCASE END ======================*/

/*================== GRID SYSTEM START ======================*/

.grid-item {
	background: none repeat scroll 0 0 #FAFAFA;
	border-bottom: 1px solid #D8D7D2;
	border-radius: 10px 10px 10px 10px;
	color: #55606E;
	float: left;
	font-size: 14px;
	margin: 0 1em 4em 0;
	padding-top: 0;
	text-align: center;
	width: 223px;
}
.grid-item img {
	max-width:100% !important;
	width:100% !important;
	height:auto !important;
}
.grid-item p:first-child {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.grid-item p {
	margin-bottom:0;
}
.grid-item h3 {
	font-size:18px;
	font-weight:bold;
	margin: 20px 0;
    min-height:5em;
}
.grid-item h3 a {
	color: #00264c !important;
}
.grid-item h3 a:hover {
	color:#8a2529 !important;
}
a.grid-item-button {
	position: relative;
	display: inline-block;
	background:url(/wp-content/uploads/red_btn_bg.jpg) repeat-x #73001a !important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 15px;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
	color: #fff !important;
	font-size:14px;
	bottom:-19px;
	border:1px solid #830000;
}
a:focus:active.grid-item-button {
	background: #231f20;
}
a:hover.grid-item-button {
	background: #00264c;
}
.grid-excerpts-button-1 .grid-item {
	background: none;
	border-bottom: none;
	border-radius:0;
	color: #55606E;
	float: left;
	font-size: 14px;
	margin: 0 6em 4em 0;
	padding-top: 0;
	text-align: center;
	width: 300px;
	padding-bottom:0;
}
.grid-excerpts-button-1 .grid-item:nth-child(4n) {
	margin-right:0;
}
.grid-excerpts-button-1 .grid-item p:first-child {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.grid-excerpts-button-1 .grid-item h3 {
	font-size:22px;
}
.grid-excerpts-button-1 .grid-item h3 a {
	color: #363f48 !important;
	font-size:22px !important;
}
.grid-excerpts-button-1 .grid-item h3 a:hover {
	color:#363f48 !important;
}
/*================== GRID SYSTEM END ======================*/

/*=============== CONTACT FORM ALL START ================*/


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color:#ebebeb;
	border:none;
	border-bottom: 4px solid #e9b005;
	border-radius: 12px;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
  
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
select, input, textarea {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.contact-form-large input, .contact-form-large textarea {
    font-size: 25px;
	padding: 17px;
}
.sidebar-form input, .sidebar-form textarea {
	font-size: 19px !important;
	padding: 15px 17px !important;
}
.sidebar-form input[type="submit"] {
    padding: 15px 10px;
}
.contact-form-large input[type="submit"] {
	background-color:#ffd100;
	text-transform: uppercase;
	padding: 17px 53px;
  	border-bottom: 4px solid #e9b005;
	border-radius: 12px;
	font-size: 20px;
	font-weight: bold;
    width: auto;
}
.contact-form-large input[type="submit"]:hover {
  background-color: #090;
  color: #FFF;
}
.field-wrap {
    margin-bottom: 15px;
}
.field-wrap.submit-wrap {
  text-align: right;
}
.contact-form-large textarea {
  height: 200px;
}
.form-two-cols .field-wrap {
  float: left;
  width: 49%;
}
.form-short-cols .field-wrap {
  /* width: 90%; */
}
.form-two-cols .field-wrap:nth-child(2n) {
  margin-left: 2%;
}
.ninja-forms-error-msg {
    color: #FFF;
    white-space: normal;
    background-color: #F00;
    border-radius: 5px;
    padding: 5px !important;
    text-align: center;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
/*=============== CONTACT FORM ALL END ====================*/

/*=============== BLOG START ==================*/

.post {
    box-shadow: 0px 0px 6px #999;
    padding: 20px;
    margin: 20px 0;
}
.post:hover {
    background-color:#F1F1F1;
}
.post h2 {
	font-size: 22px;
}
.post .featured-image {
	float: left;
	margin: 0px 10px 10px 0px;
}
.post .post-meta {
	clear: both;
	font-size:14px;
    background-color:#EAEAEA;
}
.post span.separator {
	border-bottom:1px solid #CCC;
}
.post .readmore {
	margin-bottom: 0 !important;
	clear: both;
	padding: 20px 0;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}
.post a.readmorecontent {
	background:url(/wp-content/uploads/red_btn_bg.jpg) repeat-x #73001a !important;
	border:1px solid #830000;
	border-radius:5px;
	color:#fff !important;
	font-size:16px;
	padding:5px 15px;
}
.col-2-blog .widget {
    margin-top: 25px;
}
.col-2-blog li.cat-item, .col-2-blog .element-title {
    border-bottom: 1px dotted;
    padding-left: 5px;
}
.left-column-25-column-1 {
    background: url("/wp-content/uploads/left-column-bg.jpg") no-repeat right top;
    min-height: 486px;
}
.subpages_sidebar_menu h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 20px 0;
    text-decoration: none;
}
.subpages_sidebar_menu {
    padding: 0 0 40px;
}
.subpages_sidebar_menu ul {
    margin: 0;
}
.subpages_sidebar_menu ul li a {
    border-bottom: 1px dotted #d3d3d3;
    box-shadow: -2px 0 3px 0 #cdcdcd;
    color: #4d7b99;
    display: block;
    font-size: 15px;
    height: 32px;
    padding: 14px 0 0 21px;
}
.subpages_sidebar_menu ul li a:hover, .subpages_sidebar_menu ul li.current_page_item a {
    background:#d5f4d4;
    color: #000;
    text-decoration: none;
}
.col-2-blog form {
    background:#fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 9px 10px;
    width: 100%;
}
.col-2-blog form input[type="search"] {
    background:#ffffff;
    border:none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
}
.col-2-blog form button {
    background: url("/wp-content/uploads/search-icon.png") no-repeat scroll 10px 5px rgba(0, 0, 0, 0);
    border: none;
    text-indent: -9999px;
    width: 25px;
  	box-shadow:none;
}
.col-2-blog form button:hover, .col-2-blog form button:focus{
	background-position:10px 5px;
  	background-color: inherit;
}

/*================ BLOG END ===================*/

/*=============== SEARCH RESULTS START ==================*/
.search .post {
	width:100%;
	float:none;
}
.search .post:nth-child(2n+0) {
	margin-right: 0;
}
/*=============== SEARCH RESULTS END ==================*/


/*=============== Call To Action Box Start ==================*/
.cta-box, .cta-box h2 {
	color: #FFF;
}
/*============== LANDING PAGE START ================*/
body.ut-layout-landing-page-no-menu {
  background-color: #1d2937;
}
.landing-intro-section {
	text-align: center;
}
.hero-banner img {
	display: block;
	margin: 0 auto;
}
.wpb_separator.wpb_content_element {
	width: 100%;
	height: 12px;
	border-bottom:none !important;
	background: url(/wp-content/uploads/shadow.png) bottom center no-repeat;
	background-size:100%;
}
.landing-wrapper {
    position: fixed;
    top: 0;
}
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5, .landing-page h6 {
    font-weight: bold;
    margin-bottom: 0.3em;
}
.landing-main-column-1 .colwrapper {
    background-color: #fff;
    box-shadow: 10px 0 10px #222;
    padding: 35px 35px 0;
}
.landing-main-column-1 h1 {
    color: #000;
}
.landing-main-column-1 h3 {
    font-weight: normal;
    line-height: 1.4em;
}
.content-block-text {
    margin-bottom: 30px !important;
    width: 55%;
}
.content-block-image {
    margin-bottom: 30px;
    width: 40%;
}
.content-block-text {
    text-align: left;
}
.hr-divider {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 30px auto;
    width: 90%;
}
.landing-main-column-2 {
    color: #c1d82a;
}
.landing-main-column-2 .contextual-form p{
	margin:0;
}
.landing-main-column-2 div.colwrapper {
    position: fixed;
    top: 8%;
}
.landing-main-column-2 #form-headline {
    color: #c1d82a;
}
.landing-main-column-2 .glow {
    left: -19px;
    position: absolute;
    z-index: -999;
}
.button-submit {
	background: #dbfd84;
	background: -moz-linear-gradient(top,  #ED4145 0%, #B80307 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED4145), color-stop(100%,#B80307));
	background: -webkit-linear-gradient(top,  #ED4145 0%,#B80307 100%);
	background: -o-linear-gradient(top,  #ED4145 0%,#B80307 100%);
	background: -ms-linear-gradient(top,  #ED4145 0%,#B80307 100%);
	background: linear-gradient(top,  #ED4145 0%,#B80307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED4145', endColorstr='#B80307',GradientType=0 );
	box-shadow: 0 0 9px #333;
	-webkit-box-shadow: 0 0 9px #333;  
	-moz-box-shadow: 0 0 9px #333;

	border-radius: 10px;
	border:0;
	color: #FFF !important;
	top: 21px;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em 1em;
	margin:auto;
	display:block;
	cursor: pointer;
    text-align:center;
}
.button-submit:hover {
	color: #182028;
	background: #dbfd84;
	background: -moz-linear-gradient(top,  #dbfd84 0%, #048302 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbfd84), color-stop(100%,#048302));
	background: -webkit-linear-gradient(top,  #dbfd84 0%,#048302 100%);
	background: -o-linear-gradient(top,  #dbfd84 0%,#048302 100%);
	background: -ms-linear-gradient(top,  #dbfd84 0%,#048302 100%);
	background: linear-gradient(top,  #dbfd84 0%,#048302 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbfd84', endColorstr='#048302',GradientType=0 );
}
.content-block-text .button-submit:hover{
  	text-decoration: underline !important;
}
.ut-layout-landing-page-no-menu .ninja-forms-all-fields-wrap input, .ut-layout-landing-page-no-menu .ninja-forms-all-fields-wrap textarea {
  padding: 6px 10px;
  font-size: 1em;
  max-height: 150px;
}

/*============== LANDING PAGE END ================*/

/*================ HERO BANNER START ================*/

/*.hero-wrapper .hero-column .colwrapper {
	display:inline-block;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 30px;
}
.hero-wrapper h1 {
	color:#00264c;
	font-size:34px;
	font-weight:bold;
	letter-spacing:-1px;
}
.hero-wrapper h3 {
	color:#414141;
	font-size:30px;
}*/
.hero-wrapper h1, .hero-wrapper h2, .hero-wrapper h3 {
  color: #fff;
  font-family: "Permanent Marker",sans-serif;
  text-shadow: 3px 3px 3px #333;
}
.hero-wrapper:after {
	background: url("/wp-content/uploads/slider-img.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 8px;
	width: 100%;
}
.banner_form_heading {
	text-align:center;
	color: #FFF;
}
.banner_form_heading h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	margin:0;
}
.banner_form_heading p {
	/*color: #0088ff;*/
    font-size: 15px;
	font-weight: bold;
}

/*================== MISC START ================*/

blockquote {
	background: url("/wp-content/uploads/quote-l.png") no-repeat scroll 3px 6px transparent;
	color: #444444;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px 10px 45px;
	border:0;
}
.permanent-marker {
  font-family: 'Permanent Marker';
}
.column-highlight {
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #CCC;
}
.two-cols {
  float:left;
  max-width:50%;
}
.noshow {
    display:none !important;
}
/*================ MISC END ================*/


/*================= RESPONSIVE ====================*/


@media only screen and (max-width : 1024px) {
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
}
.contact-form-col-1, .contact-form-col-2 {
	width: 90%;
	float: none;
	padding-left: 0;
}
.contact-form-horizontal input.wpcf7-text {
	width:100%;
	display:block;
	margin-bottom: 10px !important;
}
.contact_horizontal .ether-form label {
	float:none;
	width:100%;
}
.navbar .nav > li {
	padding: 0 3px;
}
.top_header .navbar .nav > li > a {
	padding: 17px 4px;
}
.header_search {
	width: 26%;
}
  .landing-main-column-2 div.colwrapper {
    width: 30%;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.navbar .nav {
	float:none;
}
.navbar .nav > li {
	margin:0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius:0;
}
.nav-collapse .dropdown-menu li + li a {
	margin:0;
}
.navbar .nav > li.contact {
	float: none;
}
.contact_info .phone {
	font-size: 29px;
	padding-top: 95px;
}
  .landing-main-column-2 div.colwrapper {
    width: 30%;
}
.button-submit {
    font-size: 1.1em;
    padding: 0.4em 0.6em;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.header-1-wrapper {
	display:none;
}
#logo-container {
	float: none;
}
.navbar .nav {
	float:none;
}
.navbar .nav > li {
	margin:0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius:0;
}
.nav-collapse .dropdown-menu li + li a {
	margin:0;
}
.navbar .nav > li.contact {
	/*border-bottom: 1px solid #ffeb00;
    padding: 0;*/
     float: none;
}
.contact_info .phone {
	font-size: 35px;
	padding: 18px 0 0;
}
  .landing-main-column-2 div.colwrapper {
    position: relative;
}
  .landing-main-column-2 div.colwrapper {
    width: 100%;
}
  .content-block-text {
    width: 100%;
}
  .content-block-image {
    text-align: center;
    width: 100%;
}
  .landing_page_callout {
    background-color: #fff;
    text-align: center;
}
  .landing-wrapper {
    position: absolute;
}
  .landing-main-column-2 .glow {
    display: none;
}
.sidebar-form {
    width: 90%;
    margin: auto;
}
  .button-submit {
   display: inline-block;
   margin: 20px 0;
}
.landing-main-column-2 #form-headline {
    color: #000;
}
.form-two-cols .field-wrap {
  width: 100%;
}
.form-two-cols .field-wrap:nth-child(2n) {
  margin-left: 0;
}
.landing_page_callout .ninja-forms-cont {
  margin: auto;
  width: 90%;
}
.left-column-25-column-1 {
    background: none;
    min-height: auto;
}
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
.header-1-wrapper {
	display:none;
}
#logo-container {
	float: none;
}
.navbar .nav {
	float:none;
}
.navbar .nav > li {
	margin:0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius:0;
}
.nav-collapse .dropdown-menu li + li a {
	margin:0;
}
.navbar .nav > li.contact {
	float: none;
} 
.sidebar-form {
    width: 90%;
    margin: auto;
}
.contact_info .phone {
	font-size: 20px;
	padding: 20px 0;
}
  .landing-main-column-2 div.colwrapper {
    position: relative;
}
  .landing-main-column-2 div.colwrapper {
    width: 100%;
}
  .content-block-text {
    width: 100%;
}
  .content-block-image {
    text-align: center;
    width: 100%;
}
  .landing_page_callout {
    background-color: #fff;
    text-align: center;
}
  .landing-wrapper {
    position: absolute;
}
  .landing-main-column-2 .glow {
    display: none;
}
.button-submit {
   display: inline-block;
   margin: 20px 0;
}
.landing-main-column-2 #form-headline {
    color: #000;
}
.button-submit {
    font-size: 1em;
    padding: 0.5em 1.7em;
    
}
.form-two-cols .field-wrap {
  width: 100%;
}
.form-two-cols .field-wrap:nth-child(2n) {
  margin-left: 0;
}
.landing_page_callout .ninja-forms-cont {
  margin: auto;
  width: 90%;
}
.left-column-25-column-1 {
    background: none;
    min-height: auto;
}
}
@media screen and ( max-height: 610px ){
  .landing-main-column-2 div.colwrapper {
	position: relative;
  }
}
@media screen and ( max-height: 700px ){
  .contact-form-large textarea {
	height: 150px;
  }
  .landing-main-column-2 div.colwrapper {
	top: 5%;
  }
}