@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');


html {
	position: relative;
    min-height: 100%;
}
body {
	color: #000;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, p, form, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
body.sticky-footer {
	margin-bottom: 300px !important;
}
h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: normal;
}
p {
	line-height: 1.438em;
	margin-bottom: 1em;
}
table {
	border-spacing: 0;
    border-collapse: collapse;
}
#content {
	padding: 0px;
}
#header {
	background-color: #fff;
}
#header, #footer, #content {
	position: relative;
}
.container, #headerInner, #footerInner {
/*	width: 990px;*/
    width: 1300px;
	margin: 0px auto;
	position: relative;
	padding: 0 10px;
/*
    padding-left: 10px !important;
    padding-right: 10px !important;
*/
    
}
.container-big {
	position: relative;
}
.container-photo {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.container-photo-home {
	height: 679px !important;
}
.container-photo-header {
	height: 550px;
}
.container-photo .table-cell {
	display: table-cell;
    height: 480px;
    padding: 0px 50px;
    vertical-align: middle;
    text-align: center;
	width: 990px;
}
.container.inner-header {
	padding-top: 0px;
	padding-bottom: 0px;
}
.row {
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.no-offset {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.block {
	position: relative;
	display: block;
}
a {
	text-decoration: none;
	color: #3bbce1;
	/*transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;*/
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.fixCellPadding {
	line-height: 0px !important;
}
UL  {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;	
}
UL LI {
	margin: 0px;
	padding: 0px;	
}
.custom-content ul {
	list-style-type: disc;
    padding-left: 20px !important;
    margin: 1em 0px 1em 1em !important;
}
.custom-content li {
	padding: 0px !important;
}
.custom-content iframe {
	max-width: 100%;
    width: 100%;
}
.custom-content img {
	max-width: 100%;
    height: auto;
}
.bullets-custom {
	margin-top: 1em;
	margin-bottom: 1em;
}
.bullets-custom-indent {
	padding-left: 20px !important;
}
.bullets-custom LI {
	margin-bottom: 1em;
	line-height: 1.3em;
}
input, textarea, select {
	
	font-size: 1em;
	color: #000;
	width: 100%;
	padding: 6px 7px;
    border: 1px solid #999;
    background-color: #fff;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}
.dropdown::after {
	position: absolute;
    z-index: 10;
    top: 50%;
	margin-top: -7px;
    right: 8px;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1em;
    content: "\f078";
    color: #000;
    pointer-events: none;
}
select {
	padding: 6px 25px 6px 7px;
	background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.06));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.06));
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
.fieldContainer {
	display: inline-block;
	width: 100%;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
.field-icon {
	border: 1px solid #999;
	border-radius: 3px;
}
.field-icon input {
	border: 0px;
}
.field-icon-left input {
	padding-left: 40px;
}
.field-icon-right input {
	padding-right: 40px;
}
.field-icon-left i, .field-icon-right i {
	position: absolute;
    top: 0px;
    text-align: center;
    padding: 6px;
    min-width: 35px;
    height: 100%;
    line-height: 1em;
    font-size: 1.33em;
}
.field-icon-left i {
	left: 0px;
}
.field-icon-right i {
	right: 0px;
}
.field-icon-fade i {
    opacity: 0.2;
}
.field-icon-short i {
	min-width: 25px;
}
.field-icon-left-short input {
	padding-left: 27px;
}
.field-icon-right-short input {
	padding-right: 27px;
}
.fieldContainer-wrap-50, .fieldContainer-wrap-50-right {
	display: inline-block;
	position: relative;
    width: 49%;
}
.fieldContainer-wrap-50-right {
	float: right;
}
textarea {
	resize: none;
}
input[type="radio"], input[type="checkbox"], input[type="image"] {
	width: auto;
	border: none;
	background: none;
	padding: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border-color: #66afe9 !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
a.button, input[type=submit] {
	padding: 15px 30px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	
	font-size: 26px;
	background-color: #0085a8;
	border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	border: 0px;
	cursor: pointer;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0px 5px 5px 0px;
}
a.button-small {
	font-size: 0.9em;
    background-color: #999;
    padding: 5px 10px;
}
a.button-large {
	font-size: 1.4em;
}
a.button:hover, input[type=submit]:hover {
	background-color: #005172;
}
a.button-reverse {
    background-color: #fff;
    border-color: #fff;
	color: #808080 !important;
}
a.button-reverse:hover {
    border-color: #fff;
    color: #fff !important;
	background-color: transparent;
}
a.button-outline {
    border-color: #fff;
    color: #fff !important;
    background-color: transparent;
}
a.button-outline:hover {
    border-color: #fff;
    color: #fff !important;
    background-color: transparent;
}
.transparent-field {
	border: 0px;
	width: 110px;
	padding: 0px;
}
::-webkit-input-placeholder {
	color: #999 !important;
}
::-moz-placeholder {
	color: #999 !important;
}
input:-ms-input-placeholder {
	color: #999 !important;
}
textarea:-ms-input-placeholder {
	color: #999 !important;
}
.placeholder {
	color: #999 !important;
}
.selectOption {
	color: #000;
}
.long {
	width: 250px;
}
.medium {
	width: 150px;
}
.short {
	width: 50px;
}
.full {
	width: 99%;
}
.headerText-table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	color: #fff;
	text-align: center;
	width: 1900px;
	max-width: 100%;
	padding: 0px 15px;
}
.headerText {
    position: relative;
    margin-top: 18px;
    padding-left: 225px;
}
#headerInner {
/*	height: 110px;*/
    height: 70px;
	padding: 0px 15px;
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: #fff;
    top: 0;
}
#menu-floating {
	position: relative;
	float: right;
}
#menu {
	position: relative;
    background-color: #FFF;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
	line-height: 0px;
}
#footer {
	border-top: 3px solid #3bbce1;
}
#footer.sticky-footer {
	position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
}
#footerInner {
	padding: 50px 15px 0;
}
#footerInner a {
	color: #000;
	text-decoration: none;
}
#footerInner a:hover {
	color: #3bbce1;
}
#logo {
	position: absolute;
	left: 15px;
/*	bottom: 15px;*/
	width: 182px;
}
#logo-footer {
	width: 182px;
}
#logo img, #logo-footer img {
	width: 76%;
	height: auto;
	display: block;
}
#smallmenu {
	float: right;
	position: relative;
	margin-top: 15px;
	clear: both;
}
#mainmenu-floating {
	float: right;
	position: relative;
	margin-top: 0px;
	clear: both;
}
#mainmenu {
    position: relative;
    display: inline-block;
}
.menus li, .mobileMenuList LI {
	float: left;
	position: relative;
   
    font-size: 22px;
}
.menus li a {
	color: #000;
    text-decoration: none;
    display: block;
    line-height: 1em;
    padding: 52px 14px 36px;
}
.menus li a:hover {
	color: #fff;
    background-color: #3bbce1;
}
.smallmenus li {
	float: left;
	font-size: 0.857em;
	padding: 0px 15px;
	text-transform: uppercase;
	border-right: 1px solid #91c379;
}
.smallmenus li:last-child {
	border-right: none;
}
.menus li:last-child {
	margin-right: 0px;
}
#smallmenu a {
	color: #91c379;
}
#smallmenu a:hover {
	text-decoration: none;
	color: #fff;
}
a.menuOn {
	color: #fff !important;
    background-color: #3bbce1 !important;
}
.submenu {
	position: absolute;
	z-index: 1000;
	min-width: 100%;
	white-space: nowrap;
	background-color: #3bbce1;
	padding: 10px 15px;
	text-align: left;
	display: none;
}
.submenuList li {
	float: none;
    font-weight: normal;
    margin-right: 0px;
    line-height: 1.438em;
    
    font-size: 18px;
}
.submenuList li a {
	color: #fff !important;
	padding: 5px 0px !important;
}
.submenuList li a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 0.80em;
}
.subheader2, .subheader3 {
	margin-bottom: 0.5em;
}
.header, .subheader, .subheader2 {
	line-height: 1.2em;
	
}
.header {
	font-size: 3em;
    color: #fff;
    font-weight: bold;
	/* [disabled]margin-bottom: 1em; */
}
.subheader {
	font-size: 2.25em;
	margin-bottom: 1em;
    font-weight: bold;
    color: #3bbce1;
    border-bottom: 3px solid #3bbce1;
}
.subheader2 {
	font-size: 2em;
}
.subheader3 {
	font-size: 1.3em;
	font-weight: bold;
}
.column {
	float: left;
	position: relative;
	padding-right: 15px;
    padding-left: 15px;
}
.column-left {
	float: left;
	position: relative;
    padding-left: 15px;
}
.column-right {
	float: right;
	position: relative;
	padding-right: 15px;
}
hr {
	background-color: #ccc;
	height: 1px;
	width: 100%;
	border: 0px;
	margin: 2em auto;
	position: relative;
}
.hr-large {
	margin: 4em auto;
}
.anchor:before {
	display: block;
	content: " ";
	margin-top: -140px;
	height: 140px;
	visibility: hidden;
}
.table {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}
.table-alternate TR:nth-child(odd) {
	background-color: #f9f9f9;
}
.table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.table-form td {
	vertical-align: middle;
	border: 0px;
	border-spacing: 0px;
    padding: 0px 5px 0px 0px;
}
.label-align-top {
	vertical-align: top !important;
	padding-top: 5px !important;
}
.vertical-align-middle td {
	vertical-align: middle;
}
.table-header-row {
	font-weight: bold;
	background-color: #f0f0f0 !important;
	text-transform: uppercase;
}
.table-top-row {
	border-top: 1px solid #ccc;	
}
.required {
	color: #d2232a;
    font-weight: bold;
    font-size: 1.125em;
    
    line-height: 1em;
}
.column16, .column20, .column25, .column30, .column33, .column50, .column66, .column75, column100 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.column16 {
	width: 16.66666667%;
}
.column20 {
	width: 20%;
}
.column25 {
	width: 25%;
}
.column30 {
	width: 30%;
}
.column33 {
	width: 33.33333333%;
}
.column50 {
	width: 50%;
}
.column66 {
	width: 66.66666667%;
}
.column75 {
	width: 75%;
}
.column100 {
	width: 100%;
	padding: 0px;
}
.first {
	padding-left: 0px !important;
}
.last {
	padding-right: 0px !important;
}
.sliderImage {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.sliderDetails {
	position: absolute;
	bottom: 75px;
    font-size: 25px;
    width: 100%;
	padding: 0px 15px;
}
.popupOutter {
	position: fixed;
	z-index: 10000;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	padding: 20px;
}
#windowPopup {
	display: none;
}
#popupBox {
	position: relative;
    background-color: #fff;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.8);
}
.windowContent {
	line-height: 0px;
	cursor: zoom-out;
}
.close {
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	line-height: 0px;
	padding: 0px;
	background-color: #999;
}
.stickToTop {
	position: fixed !important;
	z-index: 10000 !important;
	width: 100% !important;
	top: 0px !important;
}
#footerCopyright {
	color: #999;
	font-size: 0.80em;
/*	margin-top: 50px;*/
    padding-bottom: 9px;
}
#footerCopyright a {
	color: #999;
}
.socialMedia {
	display: inline-block;
    margin-right: 20px;
}
.footerMenu {
	/* [disabled]font-size: 0.875em; */
}
.footerMenu h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.footerMenu li {
    margin-bottom: 0.8em;
    line-height: 1.3em;
}
a.subscribeButton {
	display: block;
	padding: 5px;
	background-color: #a1a1a1;
	color: #FFF !important;
	font-size: 12px;
	margin-top: 10px;
}
.no-margin {
	margin: 0px !important;
}
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.margin-top-half {
	margin-top: 0.5em !important;
}
.margin-top-small {
	margin-top: 1em !important;
}
.margin-top-large {
	margin-top: 2em !important;
}
.margin-bottom-half {
	margin-bottom: 0.5em !important;
}
.margin-bottom-small {
	margin-bottom: 1em !important;
}
.margin-bottom-large {
	margin-bottom: 2em !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.verticalMiddleText {
	vertical-align: middle;
}
#at15s {
	display: none !important;
}
#map-canvas {
	width: 100%;
	height: 600px;
}
a.moreLink {
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 0.875em;
}
.align-icons li i {
	top: 0px;
}
.ui-tooltip {
	background: #fff !important;
	font-size: 11px !important;
	padding: 10px !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 10px #CCC !important;
	border: 1px solid #000 !important;
}
#websiteBackground {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 450px;
}
.caps {
	text-transform: uppercase;
}
.boxes-list li {
	display: inline-block;
	margin-right: -5px;
	position: relative;
	vertical-align: top;
}
.boxes-list li img {
	display: block;
}
.red {
    color: #f00000 !important;
}
.credit-card {
	width: 200px;
}
.expiration {
	width: 70px;
}
#credit-card-icon i {
	vertical-align: middle;
	color: #666;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-thumb {
    /*border-radius: 8px;*/
    /*border: 1px solid #dadada;*/
    background-color: #999;
}
::-webkit-scrollbar-track {
    background-color: #dadada;
    /*border-radius: 8px;*/
}
.fa-ul {
	line-height: 1.438em;
	margin-left: 1.75em;
}
.features-list {
    position: relative;
    display: inline-block;
    width: 990px;
	margin-top: 2em;
    margin-left: -15px;
    margin-right: -15px;
	text-align: center;
}
.features-list li {
    display: inline-block;
    margin-right: -5px;
    text-align: center;
    vertical-align: top;
    padding: 0px 15px;
	font-size: 1em;
	position: relative;
}
.features-2 li {
	width: 495px;
	max-width: 50%;
}
.features-3 li {
	width: 330px;
	max-width: 33.33333333%;
}
.features-4 li {
	width: 247.5px;
	max-width: 25%;
}
.features-5 li {
	width: 198px;
	max-width: 20%;
}
.features-6 li {
	width: 165px;
	max-width: 16.66666666%;
}
.features-7 li {
	width: 141.43px;
	max-width: 14.28571428%;
}
.features-list li .list-container {
    display: table-cell;
    text-align: center;
	vertical-align: middle;
}
.features-2 li .list-container {
	width: 465px;
	height: 465px;
}
.features-3 li .list-container {
	width: 300px;
	height: 300px;
}
.features-4 li .list-container {
	width: 217.5px;
	height: 217.5px;
}
.features-5 li .list-container {
	width: 168px;
	height: 168px;
}
.features-6 li .list-container {
	width: 135px;
	height: 135px;
}
.features-7 li .list-container {
	width: 111.43px;
	height: 111.43px;
}
.features-list li a {
	display: block;
	text-decoration: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.features-list img {
	margin-bottom: 25px;
	display: block;
}
.features-list-image-only img {
	margin-bottom: 0px;
	display: block;
}
.features-list-multirow li {
	margin-bottom: 30px;
}
.graph-bar {
	background-color: #1181c7;
	height: 20px;
}
.graph-bar-striped {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}
.large-font {
	font-size: 1.5em;
}
.news-list li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.news-list li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.gallery li {
	position: relative;
	width: 33.33333333%;
	padding: 0px 15px;
	display: inline-block;
	margin-right: -5px;
	margin-bottom: 25px;
	line-height: 0px;
}
.gallery  li a {
	/* [disabled]border: 1px solid #999; */
	/* [disabled]padding: 5px; */
}
.note-box {
	border: 2px solid green;
    padding: 15px;
	font-size: 0.8em;
}
.note-icon {
	color: green;
}
.field-note {
	font-size: 0.80em;
    margin-bottom: 5px;
}
.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.padding-small {
	padding-top: 50px;
    padding-bottom: 50px;
}

/* MOBILE STYLES */
#mobileMenu {
	display: none;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
#mobileMenuIcon {
	display: none;
	position: absolute;
    top: 21.5px;
	right: 15px;
    font-size: 16px;
	line-height: 1em;
	color: #000;
}
#mobileLangIcon {
	display: none;
	position: absolute;
    top: 24.5px;
    font-size: 28px;
    line-height: 1em;
    left: 15px;
    text-align: center;
}
.mobileMenuList LI {
	float: none;
    margin-right: 0px;
}
.mobileMenuList LI a {
	display: block;
    padding: 10px 15px;
    color: inherit;
	text-decoration: none;
}
.mobileMenuList LI a:hover {
}
.mobileMenuList .small {
    font-size: 0.857em;
    font-weight: inherit;
}
.mobileSubmenu {
	padding: 0px;
	background-color: #3bbce1;
	display: none;
}
.telDesktop {
	display: inline-block;
}
.telMobile {
	display: none;
}
.tel {
    text-decoration: none !important;
    cursor: text;
}
.mobileElement, .mobileElement-inline {
	display: none !important;
}
.tabletElement, .tabletElement-inline {
	display: none !important;
}
.desktopElement {
	display: block !important;
}
.desktopElement-inline {
	display: inline-block !important;
}
.img-responsive {
	max-width: 100%;
    height: auto;
}
/* END MOBILE STYLES */












/* #################################################################### CUSTOM STYLES ################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/

#Menu1 {
    cursor: default;
}
.background-blue {
	background-color: #3bbce1;
}
.background-green {
	background-color: #9fcc70;
}
.sliderWhiteOverlay {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0px;
/*
	background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}
.green {
	color: #9fcc70;
}
.blue {
	color: #3bbce1;
}
.gray {
	color: #636363;
}
.home-services a {
	color: #000;
	font-size: 1.2em;
}
.headerBar-overlay {
    height: 100px;
    background-color: #3bbce1;
    opacity: 0.65;
}
.headerBar {
	position: absolute;
    height: 100px;
    width: 990px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	padding: 0px 15px;
}
.container-short {
	padding-left: 0;
}
.container-short .features-list {
	width: 720px;
}
.green-box {
	background-color: #9fcc70;
	padding: 30px;
	color: #fff;
}
.team li {
	padding: 0px;
	text-align: left;
}
.team li a:hover {
	opacity: 0.7;
}
.team-arrow {
	display: none;
	position: absolute;
	bottom: -16px;
	left: 82px;
	z-index: 1000;
}
.profile-description {
	display: none;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 3px solid #3bbce1;
}
.hr-blue {
	height: 3px;
	background-color: #3bbce1;
}
.team-title {
	font-size: 16px;
	font-weight: bold;
}
.gallery-50 li {
	width: 50%;
}
.description {
	position: absolute;
    left: 15px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
}
.menus-en li a {
    padding: 29px 22px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}










@media only screen and (min-width: 1440px) {
.container-photo-header {
	height: 430px;
}
}
@media only screen and (min-width: 1680px) {
.container-photo-header {
	height: 735px;
}
}
@media only screen and (min-width: 1900px) {
.container-photo-header {
	height: 832px;
}
}


@media print {
.stickToTop {
	position: relative !important;
}
#content {
	padding: 0px;
}
}

/* #################################################################### RESPONSIVE SCREEN SIZES ######################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/




@media only screen and (max-width: 992px) { /* under 1024 */
.desktopElement, .desktopElement-inline {
	display: none !important;
}
.tabletElement {
	display: block !important;
}
.tabletElement-inline {
	display: inline-block !important;
}
.container, #headerInner, #footerInner, .container.short {
	width: 100%;
	padding: 25px 15px;
}
#logo, #logo-footer {
	position: relative;
    left: inherit;
    bottom: inherit;
	top: inherit;
    width: 122px;
}
#logo {
	margin: 0px auto;
}
#headerInner {
	padding: 15px;
    height: 75px;
}
.container-header {
	height: 250px;
}
#menu, #menu-floating {
	display: none;
}
#mobileMenuIcon, #mobileLangIcon {
	display: block;
}
.submenuList {
	display: block;
	padding: 0px 15px;
}
.submenuList li {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.submenuList li a {
	padding: 10px 0px !important;
}
.footerMenu {
	margin-right: 0px;
	margin-bottom: 25px;
}
.header {
	font-size: 2.5em;
}
.subheader {
	font-size: 2em;
}
.subheader2 {
	font-size: 1.75em;
}
.subheader3 {
	font-size: 1.1em;
}
.column16, .column20, .column25 {
	width: 50%;
}
.column75 {
	width: 66%;
}
.column-mobile {
	margin-bottom: 0px;
}
.last {
	margin: 0px;
}
.table.header-row {
	width: auto;
}
#map-canvas {
	height: 300px;
}
.fieldBackground {
	width: 97%;
}
.telDesktop {
	display: none;
}
.telMobile {
	display: inline-block;
}
.text-left-mobile {
	text-align: left;
}
.text-center-mobile {
	text-align: center;
}
.text-right-mobile {
	text-align: right;
}
#footerCopyright {
	width: 100%;
	line-height: 2em;
}
.mobile-50 {
	width: 50% !important;
}
.mobile-full {
	width: 100% !important;
}
.anchor:before {
	display: block;
	content: " ";
	margin-top: -227px;
	height: 227px;
	visibility: hidden;
}
.features-list {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.features-2 li, .features-3 li, .features-4 li, .features-5 li, .features-6 li, .features-7 li  {
	margin-bottom: 30px;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
	border: 1px solid #dadada;
}
.table-responsive table {
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-responsive .table td {
}
::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.field-icon-left i, .field-icon-right i {
	font-size: 1.6em;
}
.container-photo-header {
    height: 330px;
}
.footerMenu {
	width: 25% !important;
}
input[type="radio"], input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
}


/* #################################################################### CUSTOM STYLES ################################################################################*/

.headerBar {
	max-width: 100%;
}
.headerBar-overlay, .headerBar {
	height: 75px;
}
.headerText {
	padding-left: 0px;
}
.team li a:hover {
    opacity: 1;
}
}

@media only screen and (max-width: 767px) { /* iPad Tall + iPad Mini Tall */
.tabletElement, .tabletElement-inline {
	display: none !important;
}
.mobileElement {
	display: block !important;
}
.mobileElement-inline {
	display: inline-block !important;
}
.column30, .column33 {
	width: 50%;
}
.column66 {
	width: 100%;
}
.table-mobile {
	width: 100% !important;
}
.table-mobile #headerRow {
	display: none;
}
.table-mobile td {
	display: inline-block;
	width: 100% !important;
}
.no-margin-top-mobile {
	margin-top: 0px !important;
}
.no-margin-bottom-mobile {
	margin-bottom: 0px !important;
}
.no-padding-left-mobile {
	padding-left: 0px !important;
}
.margin-top-small-mobile {
	margin-top: 1em !important;
}
.margin-top-large-mobile {
	margin-top: 2em !important;
}
.margin-bottom-small-mobile {
	margin-bottom: 1em !important;
}
.margin-bottom-large-mobile {
	margin-bottom: 2em !important;
}
.features-2 li, .features-3 li {
	max-width: 100%;
}
.features-4 li, .features-5 li, .features-6 li, .features-7 li {
	max-width: 50%;
}
}

@media only screen and (max-width: 736px) { /* iPhone 6 Plus Wide */
}

@media only screen and (max-width: 667px) { /* iPhone 6 Wide */
}

@media only screen and (max-width: 600px) { /* Mobile Devices */
.tabletElement, .tabletElement-inline {
	display: none !important;
}
.mobileElement {
	display: block !important;
}
.mobileElement-inline {
	display: inline-block !important;
}
.fieldContainer-wrap-50, .fieldContainer-wrap-50-right {
	width: 100% !important;
}
.column16, .column20, .column25, .column30, .column33, .column50, .column75  {
	width: 100% !important;
}
.column-right {
	float: left;
	padding-left: 15px;
}
.header {
	font-size: 2em;
}
.subheader {
	font-size: 1.625em;
}
.subheader2 {
	font-size: 1.5em;
}
.short, .medium, .long {
	width: 100% !important;
}
a.button-large {
    font-size: 1.2em;
}
.gallery li {
	width: 100%;
}
.container-photo-header {
    height: 200px;
}

/* #################################################################### CUSTOM STYLES ################################################################################*/

.sliderDetails {
	font-size: 18px;
    background-color: rgba(255,255,255,0.7);
    padding-top: 15px;
    padding-bottom: 15px;
	bottom: 35px;
}
}

@media only screen and (max-width: 568px) { /* iPhone 5 Wide */
}

@media only screen and (max-width: 480px) { /* iPhone 4 Wide */
.payment td {
    display: inline-block;
	width: 100%;
}
.payment td span {
	white-space: nowrap;
}
.videos li {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
}
}

@media only screen and (max-width: 414px) { /* iPhone 6 Plus */
}

@media only screen and (max-width: 375px) { /* iPhone 6 */
.windowContent iframe {
	max-width: 100%;
}
.features-4 li, .features-5 li, .features-6 li, .features-7 li {
	max-width: 100%;
}
.features-5.team li {
	max-width: 50%;
}
}

@media only screen and (max-width: 320px) { /* iPhone 4 + iPhone 5 */
}







.services_div{
    padding: 30px 0;
/*
    left: 0;
    top: -323px;
    position: absolute;
    z-index: 11;
*/
}
.service1-div{
    padding: 10px;
    text-align: center;
     box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     height: 294px;
    background-position: center center;
    color: #fff;
    position: relative;
    z-index: 2;
}
.service1-div::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;  
}
.service1-div p{
        font-size: 25px;
    font-weight: bold;
/*    padding-top: 20px;*/
    position: relative;
    z-index: 1;
    top: 18%;
}
.service1-div a{
    padding: 5px 10px;
    margin: 0 5px;
    background-color: dodgerblue;
    color: #fff;
    font-weight: bold;
}
.service1-div a:hover{
    text-decoration: none;
    font-weight: normal;
}
.service1-div span{
/*    margin-top: 60px;*/
    display: block;
    position: relative;
    z-index: 1;
    transition: 1s;
    bottom: 36%;
    position: absolute;
    left: 24%;
}
/*
.service1-div:hover.service1-div span{
    margin-top: 90px !important;
}
*/
.service1-div img{
    width: 100%;
    float: left;
}
#service1_span{
/*    margin-top: 98px !important;*/
    bottom: 36%;
    position: absolute;
    left: 24%;
}
#service2_span{
    margin-top: 45px;
}
#service1_span a{
    background-color: #fff;
    color: #f50057;
    border-radius: 2px;
    box-shadow: 0 0 17px -1px rgba(0,0,0,0.5);
    font-size: 17px;

}
#service3_span a{
   background-color: #fff;
    color: #f50057;
    border-radius: 2px;
    box-shadow: 0 0 17px -1px rgba(0,0,0,0.5);
    font-size: 17px;
}
#service2_span a{
    background-color: #fff;
    color: #d500f9;
    border-radius: 2px;
    box-shadow: 0 0 17px -1px rgba(0,0,0,0.5);
    font-size: 17px;
}
/*
.service1-div:hover #service1_span{
    margin-top: 60px !important;
}
*/

.services_parent{
/*
    box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 12px;
*/
}
.border_shadow{
    box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service_sub_img img{
    border: 5px solid beige;
    width: 100%;
    }
.service_sub_text h3{
    font-size: 25px;
    font-weight: bold;
    border-bottom: 3px solid #3bbce1;
    color: #3bbce1;
}
.contact_form{
      box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 50px 30px;
    margin: 10px;
}
.contact_form p{
    font-size: 25px;
    font-weight: bold;
    border-bottom: 3px solid #3bbce1;
    color: #3bbce1;
}
.form_submit{
    background-color: #3bbce1;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    border-radius: 0;
}
.form_submit:hover{
    background-color: #3bbce1;
    font-weight: normal;
    color: #fff;
}
#slides, #slides .slide{
    height: 350px !important;
    
}
.footer_bigapp_logo a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*
.footer_bigapp_logo{
    margin-top: 10px !important;
}
*/
.footer_bigapp_logo img{
    margin-left: 5px;
}
/*
.serivice-height1{
       background-color: #f50057;
}

.serivice-height2{
    background-color: #76ff03;
    }
.serivice-height3{
     background-color: #d500f9;
}
*/
.slidesjs-pagination{
    left: 95% !important
}
.service_sub_main{
    padding: 50px 0;
}
.experience_list li{
    margin: 15px 0 0 20px;
    position: relative;
}
.experience_list li::before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #3bbce1;
    left: -15px;
    top: 8px;
}
.contact_form_parent{
    padding: 50px 0;
}
.sliderDetails{
    background-color: rgba(18,184,222,0.6);
    padding: 10px;
}
.sliderDetails h2{
    color: #fff;
    font-weight: bold;
}
#contact_page_address{
    font-size: 30px;
    color: #3bbce1;
    margin-bottom: 10px;
}
.experience_table table{
    font-size: 15px;
}
.home_banner_height{
    height: 344px !important;
        margin-top: 4%;
}
.leadership_parent{
    padding: 50px 0;
}

/*
.services_parent{
    background-image: url(images/about-us-banner.jpg);
}
.services_parent_relative{
    position: relative;
}
.services_parent:after{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
*/








 @media(max-width:520px){
    .home_service_mobile{
        float: left !important;
        margin: 10px 0;
    }
}
@media(max-width:385px){
    .footer_bigapp_logo a{
        font-size: 12px;
    }
    .footer_bigapp_logo img{
        width: 41%;
    }
}