* {
	font-family: 'Nunito', Arial, Helvetica, sans-serif;
}
body {
	font-size: 18px;
	border-top: 15px solid #205b9e;
	overflow-x: hidden;
}

#toprow .container {
	position: relative;
}
#service-areas {
	color: #BDBDBD;
	font-weight: bold;
}
#phone-top {
	font-size: 40px;
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 110px;
	color: #e10000;
}
.rslides {
	border-top: 10px solid #205b9e;
	border-bottom: 10px solid #205b9e;
}
#body-main {
	min-height: 500px;
	color: #474747;
	padding-top: 30px;
	padding-bottom: 50px;
}
#footer-accent {
	width: 100%;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 30px solid #205b9e;
}
#footer-outer {
	background: #205b9e;
	padding-bottom: 10px;
}
footer a {
	color: #E0E0E0;
	display: block;
}

footer a:hover {
	color: #FFF;
}
#copyrow {
	color: #cacaca;
	background: #1a497e
}
#copy1 a, #copy2 a {color: #E0E0E0;}
#contact .section_contact_info {display:none;visibility:hidden;}

.paddy{
	padding:0px 5px 10px 5px!important;
	margin:auto;
}


/**CUSTOM STRUCTURAL CLASSES**/

/* Padding Styles */
.no-pad {
	padding-left: 0!important;
	padding-right: 0!important;
}
.low-pad {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.hi-pad {
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.v-pad {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.v-pad-low {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.v-pad-hi {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
/**/

/* Table Display */

.display-table {
	float: none!important;
	display: table!important;
	overflow: hidden;
}
.display-table-cell {
	float: none!important;
	display: table-cell!important;
}
/**/

.clearfix {
	clear: both!important;
}
/* For WordPress */
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
/**/


/**FORM VALIDATION**/

#captcha {
	display: inline-block;
}
input.error, select.error, textarea.error {
	border: 1px solid red;
}
.errormsg {
	display: block;
	width: 100%;
	position: relative;
}
.red {
	color: red!important;
}
label.error {
	color: red!important;
	font-size: 13px!important;
	z-index: 1000;
	font-weight: normal;
	width: auto;
	position: absolute;
	top: -3px;
	left: 10px;
	background: #FFF;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
label.error:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #bbb transparent;
	display: block;
	width: 0;
	top: -10px;
	bottom: auto;
	left: 20px;
	border-width: 0 10px 10px;
}
label.error:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
	top: -9px;
	bottom: auto;
	left: 21px;
	border-width: 0 9px 9px;
}
/**MOBILE HOT BUTTONS**/

#mobile-hb-container {
	position: absolute;
	width: 100%;
	height: 50px;
	padding-right: 44px;
}
#mobile-hot-buttons {
	width: 150px;/* Must be total width of buttons */
	height: 50px;/* Must be height of buttons */
	margin: 0 auto;
}
#mobile-hot-buttons a {
	float: left;
}
/**NAVBAR**/

.navbar {
	min-height: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0!important;
}
.navbar-header {
	position: relative;
}
.navbar-default {
	background: none!important;
}
/* Link Styles */
.navbar-default .navbar-nav>li>a {
	font-weight: bold;
	color: #000;
}
/* Link Hover Styles */
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #205b9e;
	background: none;
}
.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li>a:focus:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 0;
	top: -4px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 5px solid #205b9e;
}
/* Open Link Styles (when dropdown is open) */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
}
/*custom*/
.home_images_wrapper, .home_images_wrapper * {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 16px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	white-space: normal;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 1px 1px 0px #000, 2px 2px 4px #000;
}
.home_images_wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.home_images_wrapper .one_image {
	position: relative;
	margin: 0 15px 15px 0;
}
.home_images_wrapper .one_image img {
	width: 365px;
	object-fit: cover;
	height: 300px;
	display: block
}
.home_images_wrapper .one_image .caption_img {
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_images_wrapper .one_image .caption_img .text {
	color: #fff;
	padding: 10px 20px;
	position: relative;
	height: 100%;
}
.home_images_wrapper .one_image .caption_img .text strong {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000, 2px 2px 4px #000;
}
.home_images_wrapper .one_image .caption_img .text .a_wrapper {
	bottom: 10px;
	position: absolute;
}
.home_images_wrapper .one_image .caption_img .text .a_wrapper a {
	background-color: #205b9e;
	color: #fff;
	font-size: 13px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	display: block;
	font-weight: bold;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	text-shadow: none;
}
.home_images_wrapper .one_image .caption_img .text .a_wrapper a:hover, .home_images_wrapper .one_image .caption_img .text .a_wrapper a:active {
	background-color: #00A0CC
}
.global_services_wrapper .h2 {
	text-align: left;
}
.global_services_wrapper .services_wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	/*align-items: center;
    -webkit-align-items: center;*/

	align-content: flex-start;
	-webkit-align-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*justify-content: center;
    -webkit-justify-content: center;*/
	color: #777777
}
.global_services_wrapper .services_wrapper .one_service {
	margin: 0 15px 15px 0;
	width: 365px;
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	/*align-items: center;
    -webkit-align-items: center;*/

	align-content: flex-start;
	-webkit-align-content: flex-start;
	/*flex-wrap: wrap;
    -webkit-flex-wrap: wrap;*/
	word-wrap: break-word;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.global_services_wrapper .services_wrapper .one_service:hover {
	border: 1px solid #00A0CC;
	/*-webkit-box-shadow: 0px 3px 13px 5px rgba(221,221,221,1);
    -moz-box-shadow: 0px 3px 13px 5px rgba(221,221,221,1);
    box-shadow: 0px 3px 13px 5px rgba(221,221,221,1);*/

	-webkit-box-shadow: 0px 2px 24px 2px rgba(221,221,221,1);
	-moz-box-shadow: 0px 2px 24px 2px rgba(221,221,221,1);
	box-shadow: 0px 2px 24px 2px rgba(221,221,221,1);
}
.global_services_wrapper .services_wrapper .one_service .icon {
	margin-right: 10px;
}
.global_services_wrapper .services_wrapper .one_service .icon svg {
	font-size: 56px;
	color: #205b9e;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 10px;
}
.global_services_wrapper .services_wrapper .one_service .text_services {
	width: 80%;
	margin-top: 12px;
}
.global_services_wrapper .services_wrapper .one_service .text_services .service_header {
	color: #205b9e;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold
}
.global_services_wrapper .services_wrapper .one_service .text_services .service_header:hover, .global_services_wrapper .services_wrapper .one_service .text_services .service_header:active {
	color: #00A0CC
}
#maps iframe {
	width: 100%;
	height: 400px
}
.contact_info_block p {
	color: #777777;
	font-size: 18px
}
.contact_info_block .h2 {
	margin-bottom: 20px
}
.contact_info_bottom_wrapper .one_contact_info_item .icon_citem {
	float: left;
}
.contact_info_bottom_wrapper .one_contact_info_item .icon_citem svg {
	color: #205b9e;
	font-size: 34px
}
.contact_info_bottom_wrapper .one_contact_info_item .citem_text {
	float: left;
	font-size: 20px;
	margin-left: 10px;
	line-height: 33px;
}
.contact_info_bottom_wrapper .one_contact_info_item .citem_top {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.contact_info_bottom_wrapper .one_contact_info_item .citem_line {
	height: 6px;
	background: #edeceb;
	width: 100%;
	float: left;
	margin-bottom: 8px
}
.contact_info_bottom_wrapper .one_contact_info_item .citem_bottom_text {
	float: left;
	width: 100%;
}
.contact_info_bottom_wrapper .one_contact_info_item .citem_bottom_text p {
	color: #777777;
	font-size: 15px;
	margin-bottom: 0
}
.contact_info_bottom_wrapper .one_contact_info_item .citem_bottom_text a {
	color: #205b9e;
	font-size: 20px;
}
.section_contact_info {
	margin: 15px auto
}
.form_wrapper form input[type="text"], .form_wrapper form input[type="email"] {
	border: 1px solid #d0cece;
	background-color: #f2f2f2;
	height: 50px;
	border-radius: 0;
}
.form_wrapper form textarea {
	border: 1px solid #d0cece;
	background-color: #f2f2f2;
	border-radius: 0;
	min-height: 100px
}
.form_wrapper form .submit_input {
	background: #205b9e;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	padding: 10px 20px;
	border-color: transparent;
	float: right;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
.form_wrapper form .submit_input:hover, .form_wrapper form .submit_input:active {
	background-color: #00A0CC;
}
.page_thumb_wrapper {
	float: left;
	margin: 0 15px 0 0
}
.page_thumb_wrapper img {
	object-fit: cover
}
#breadcrumbs ul li svg {
	color: #205b9e
}
.standart_page .global_services_wrapper .h2 {
	text-align: left;
	margin-top: 0
}
.left_menu_page a.active {
	background: #205b9e !important
}
.p_style-0 {
	color: #205b9e;
	font-size: 1.5em;
	font-weight: bold
}
.h_style-0 {
	margin: 30px 0 15px;
}
.nofloat {
	float: none !important
}
 @media (max-width: 767px) {
	 footer.container a {padding:20px 0}
	 #footer-outer {text-align:center}
	 #logo-btm {margin:0 auto;margin-top:10px;}
	 .citem_top {margin-top:16px}
	 .citem_bottom_text {margin-bottom:20px}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	background: #FFF;
}
.icon-bar {
	background-color: #666;
}
.navbar-default .navbar-nav li a {
	border-bottom: 1px solid #000;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #000!important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #EEE;
}
	 #copy1, #copy2 {text-align:center}
}

/**SIZE SPECIFIC STYLES**/

/**COMBINATIONS**/

/**SS, XS & SM**/
@media (max-width: 991px) {
}

/**SS, XS, SM & MD**/
@media (max-width: 1199px) {
}

/**SM, MD & LG**/
@media (min-width: 768px) {
#toprow .container {
	padding-left: 0;
	padding-right: 0;
}
#logo {
	position: absolute;
	left: 0;
	top: 10px;
}
#service-areas, #navbar-outer {
	position: absolute;
}
#navbar-outer {
	right: 0;
}
#logo-btm {
	float: right;
}
.trfloat {
	position: fixed;
	width: 100%;
	z-index: 10000;
	background: rgba(255,255,255,.96);
	height: 74px;
	top: -80px;
	border-top: 3px solid #205b9e;
	border-bottom: 3px solid #205b9e;
	opacity: 0;
}
.trfloat.open {
	top: 0!important;
}
.trfloat .dropdown-menu {
	background: rgba(255,255,255,.96);
}
.trfloat #phone-top, .trfloat #service-areas, .trfloat #mobile-hb-container {
	display: none;
}
.trfloat .container {
	width: 100%;
}
.trfloat #logo {
	width: 140px;
	margin-top: -6px;
	margin-left: 4px;
}
.trfloat #navbar-outer {
	top: 8px;
}
.trfloat .navbar-nav li a {
	font-size: 15px;
}
}

/**MD & LG**/
@media (min-width: 992px) {
	.holder{
	max-width:410px;
	
}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 767px) {
#logo {
	margin: 15px auto;
	max-width: 80%;
}
#service-areas {
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
}
#navbar-outer {
	background: #E5E5E5;
	margin-left: -15px;
	margin-right: -15px;
}
.home_images_wrapper .one_image {
	margin-right: 0
}
.home_images_wrapper .one_image img {
	width: 100%;
	height: auto;
}
.global_services_wrapper .services_wrapper .one_service {
	width: 100%;
	margin-right: 0
}
.page_thumb_wrapper,  .page_thumb_wrapper img {
	width: 100%;
}
.page_thumb_wrapper {
	margin: 0 0 15px 0
}
}

/**SUPERSMALL**/
@media (max-width: 400px) {
}

/**SM**/
@media (min-width: 768px) and (max-width: 991px) {
#logo {
	max-width: 200px;
	top: 30px;
}
.trfloat #logo {
	top: 10px;
}
#navbar-outer {
	top: 0;
}
.navbar-nav li a {
	font-size: 15px;
}
#service-areas {
	top: 60px;
	right: 30px;
	font-size: 16px;
}
#toprow-outer {
	height: 130px;
}
#phone-top {
	font-size: 30px;
	top: 90px;
}
#mobile-hb-container {
	bottom: -139px;
	left: 370px;
}
#mobile-hot-buttons img {
	max-width: 40px;
	height: auto;
}
.home_images_wrapper .one_image img {
	width: 225px;
	height: 300px;
}
.global_services_wrapper .services_wrapper .one_service {
	width: 225px;
}
}

/**MD**/
@media (min-width: 992px) and (max-width: 1199px) {
#logo {
	max-width: 250px;
}
#navbar-outer {
	top: 35px;
}
.navbar-nav li a {
	font-size: 16px;
}
#service-areas {
	top: 100px;
	left: 90px;
	font-size: 16px;
}
#toprow-outer {
	height: 140px;
}
#phone-top {
	font-size: 35px;
	top: 95px;
}
#mobile-hb-container {
	top: -52px;
	left: 620px;
}
#mobile-hot-buttons img {
	max-width: 40px;
	height: auto;
}
.home_images_wrapper .one_image img {
	width: 298px;
	height: 298px;
}
.global_services_wrapper .services_wrapper .one_service {
	width: 298px;
}
}

/**LG**/
@media (min-width: 1200px) {
#logo {
	max-width: 300px;
}
#navbar-outer {
	top: 40px;
}
.navbar-nav li a {
	font-size: 17px;
}
#service-areas {
	top: 120px;
	left: 110px;
	font-size: 17px;
}
#toprow-outer {
	height: 160px;
}
#mobile-hb-container {
	top: -52px;
	left: 650px;
}
#mobile-hot-buttons img {
	max-width: 40px;
	height: auto;
}
}
