/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import '../fonts/aleo-family/stylesheet.css';
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: rgb(37,37,37);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255,255,255);
}
.frmMicroSearch.dynamicColors {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.frmMicroSearch.dynamicColors input[type="search"] {
   width: 100%;
    font: normal 700 0.8rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}
.frmMicroSearch.dynamicColors input[type="search"]::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmMicroSearch.dynamicColors input[type="search"]::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmMicroSearch.dynamicColors input[type="search"]:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmMicroSearch.dynamicColors input[type="search"]:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}
.frmMicroSearch.dynamicColors button[type="submit"] i {
     color: inherit);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    font-weight: 500;
}
.frmMicroSearch.dynamicColors button[type="submit"] {
    position: absolute; 
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.8rem;
    line-height: 0;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

#searchBarHeaderModal footer {
    display: none;
}
#searchBarHeaderModal .modalTitle i {
    display: inline-block;
    margin-right: 1rem;
}
#searchBarHeaderModal .modal-dialog {
    max-width: 500px;
}
#searchBarHeaderModal input[type="search"] {
    font-size: 0.9rem;
    color: rgb(119,119,119)!important;
    width: 100%;
    display: block;
    padding: 1rem;
    border: none;
    border: 1px solid rgba(0,0,0,0.1);
}
#searchBarHeaderModal button[type="submit"] {
    width: 100%!important;
    display: block!important;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.9s infinite linear;
  -o-animation: bounce 0.9s infinite linear;
  -webkit-animation: bounce 0.9s infinite linear;
  animation: bounce 0.9s infinite linear;

}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: #1e527b;
    padding: 0;
    margin: 0 0 1rem;
}
h1 {
	font-family: "Lovato W00 Demi" !important;
	font-size: 2.188rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0;
	-moz-osx-font-smoothing: normal;
	font-weight: normal;
	color:#1e527b;
	text-transform:capitalize;
}
h2{
	font-family: "Lovato W00 Demi" !important;
	font-size: 1.563rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0;
	-moz-osx-font-smoothing: normal;
	font-weight: normal;
	color:#1e527b;
	text-transform:capitalize;
}
h3 {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1.25rem;
	font-weight:600;
	font-style:normal;    
	color:#1e527b;
	text-transform:uppercase;
}
h4 {
    font-family:'Open Sans', Arial, sans-serif;
	font-size:1.125rem;
	font-weight:600;
	font-style:normal;    
	color:#353535;
	text-transform:uppercase;
}
h5 {
    font-family:'Open Sans', Arial, sans-serif;
	font-size:1rem;
	font-weight:600;
	font-style:normal;    
	color:#1e527b;
	text-transform:capitalize;
}
h6 {
    font-size: 1rem;
}

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: #e88a33;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
a:visited {
    color: #e88a33;
}
a:hover,
ul.directory-list button:hover {
    color: #5c87a9;
    text-decoration: none;
}
a:active,
ul.directory-list button:active {
    color:#5c87a9;
}
a:focus,
ul.directory-list button:focus {
    color:#5c87a9;
    text-decoration: none;
}

.homeCatTitle:before,
.menuIcon::after,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before {
    content: "\f10c";
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-right: 0.5rem;
}

ol.breadCrumb,
ol.breadCrumb > li,
ul.socialList,
ul.socialList > li,
ul.footerNav,
ul.footerNav > li,
ul.sideMenu,
ul.sideMenu > li,
ul.subSideMenu,
ul.subSideMenu > li,
ul.mainMenu,
ul.mainMenu > li,
ul.subMainMenu,
ul.subMainMenu > li,
ul.subSubMainMenu,
ul.subSubMainMenu > li, 
ul.footerMnu, 
ul.footerMnu > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}
.container.plugin-form {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}


/** Set the .container's width here based on the design **/
.container {
    position: relative;
    max-width: 1700px;
    padding: 1rem;
}
.masterHeader .container {
    max-width: 100%;
}
.mainContainer .container {
    padding-top: 0;
    padding-bottom: 0;
}

.footerBottom .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.btnScrollup {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 1;
}
/*.btnScrollup:hover {
    color: rgb(255,255,255);
    background: rgb(227,83,13);
}
.btnScrollup:focus {
    color: rgb(255,255,255);
    background: rgb(227,83,13);
}*/

.masterHeader {
    position: absolute;
	width:100%;
	z-index:2;
}
.headerTop {
    background: rgba(30,82,123,.85);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.siteLogo {
    float: left;
    width: 364px;
	height: 80px;
    display: inline-block;
   margin: 1.85rem 5rem 2rem 6rem;
}/*
.siteLogo > a,
.siteLogo > a:link {
    width: inherit;
    height: inherit;
    display: block;
	text-indent: -9999rem;
	background: url(../images/logo.png) left center no-repeat;
		background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}*/
.siteLogo > a, .siteLogo > a:link {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/logo-new.png) right center no-repeat;
    background-size: auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.headerCompanyInfo {
    float: left;
    line-height: 75px;
    margin-left: 2rem;
}

.headerCompanyInfo a,
.headerCompanyInfo a:link {
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 2rem;
}
.headerCompanyInfo a i {
    display: inline-block;
    margin-right: 0.3rem;
}

.headerCompanyInfo a.searchLink {
    display: none;
}
.headerCompanyInfo a.searchLink span {
    position: absolute;
    top: -99999rem;
    left: -99999rem;
}

.headerBottom {
    padding: 0.2rem;
}

.row.headerTop-menu {
	position:relative;
    background: #fff;
    /*-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);*/
}
.pageCoverCont{
	min-height:600px;
	position: relative;
}
.pageCoverCont:after{
	content: "";
position: absolute;
bottom: 0;
left: 0;
width: 311px;
height: 383px;
display: block;
background: url(../images/bannerSun.png) left bottom no-repeat;
    background-size: auto;
z-index: 1;
background-size: 100%;
}
.pageCoverGradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,207cca+49,2989d8+50,282728+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(40,39,40,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(40,39,40,0.75) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(40,39,40,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#282728',GradientType=0 );
    z-index: 0;
}

.categoryTitle {
	position: absolute;
    top: 60%;
	right: 10rem;
	left: 10rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;	
	margin-bottom: 0;
	text-transform:uppercase;
	line-height: 1.35;	
	text-align: center;
	z-index:1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5rem 1rem;
	display: block;
	background-image: linear-gradient(-90deg, rgba(255,255,255,0), rgba(0,0,0,0.30), rgba(255,255,255,0));
	text-shadow: 0 0 5px rgba(0,0,0,0.50);
	letter-spacing:2px;
}
.categoryTitle span{
	font-family: "Lovato W00 Demi" !important;
	font-size: 2.5rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	display:block;
	text-transform:uppercase;
	letter-spacing:2px;
}

/*.breadCrumbCont {
    position: absolute;
    top: 55%;
}*/
/** Navigation **/
.menuIcon, .closeNav, 
.desktopNav .moreOptionMainMenu, 
.desktopNav .moreOptionSubMainMenu,
 .desktopNav ul.subSubMainMenu, 
 .desktopNav ul.mainMenu > li:first-child, 
 nav .mobileNav, ul.mainMenuCol2 h3 {
    display: none;
}
nav .desktopNav {
    display: block;
}
.desktopNav ul.mainMenu > li {
    float: left;
    /*height: 10rem;*/
    display: table;

}
.desktopNav ul.mainMenu > li:first-child{
	margin-left: 16.66%;
}
.desktopNav ul.mainMenu > li > a,.desktopNav ul.mainMenu > li > a:link {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
   padding: 3.7rem 1.8rem;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
	line-height: 23px;
	    /*margin: 0 1.5rem;*/
		letter-spacing: 1px;

}

.navContainer{
	display:none;
}
/*.desktopNav ul.mainMenu > li:hover > a:after,.desktopNav ul.mainMenu > li.selected > a:after{
	border-bottom: 5px solid #f69e1f;
	content: "";
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
}*/
.desktopNav ul.mainMenu > li > a:visited {
    color: #fff;
}
/*.desktopNav ul.mainMenu > li > a:hover, 
.desktopNav ul.mainMenu > li > a:focus,
.desktopNav ul.mainMenu > li > a:active {
    color: #f69e1f;
}

.desktopNav ul.mainMenu > li.selected > a, 
.desktopNav ul.mainMenu > li:hover > a, 
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a {
    color: #f69e1f;
}*/
.desktopNav ul.mainMenu > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(220,230,229);
    display: block;
    z-index: 1;
}

.desktopNav ul.mainMenu > li:hover a::after, 
.desktopNav ul.mainMenu > li.selected a::after,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a:after {
    bottom: 0;
    width: 15rem;
}
.desktopNav ul.mainMenu > li:hover a::after,
.desktopNav ul.mainMenu > li.selected a::after
 {
    top: 0;
	border-top: 8px solid #f69e1f;
}
ul.subMainMenu,
ul.subSubMainMenu {
    display: none;
}

.menuIcon {
    position: absolute;
    right: .2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	 font-family: 'Open Sans', sans-serif;
	font-size:1.1rem;
	font-weight:700;
	font-style:normal;    
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
	background:none;
	color: rgb(255,255,255);
	letter-spacing:1px;
}
.menuIcon:hover {
    color: #f69e1f;
 }
.menuIcon:focus {
    color: #f69e1f;
}
.menuIcon::after {
    content: "\f0c9";
    margin-left: 0.5rem;
}
.menuIcon i {
    color: inherit;
    display: inline-block;
    margin-right: 0.5rem;
}
.menuIcon:hover i {
    color: rgb(255,255,255);
}




/** Aside Menu - Inside Pages **/
.sideMenuNav,
.moreOption > span,
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    display: inline-block;
    padding: 1.1rem;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
	color: rgb(255,255,255) !important;
}
.moreOption:hover {
    color: rgb(255,255,255) !important;
}

.moreOption:before {
    content: "\f078";
    margin-right: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}
.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a,
ul.sideMenu a:link {    
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1.125rem;
	font-weight:400;
	font-style:normal;
    display: block;
    padding: 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
	text-transform:uppercase;
	color:#ffffff;
	letter-spacing:1px;
	background:#1e527a;
}
ul.sideMenu a:visited {
    color:#ffffff;
	background:#1e527a;
}
ul.sideMenu a:hover,
ul.sideMenu a:active, 
ul.sideMenu a:focus,
ul.sideMenu > li.selected a {
    color:#ffffff;
    background: #5c87a9;
}
ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu > li.selected .moreOption {
    color: rgb(255,255,255);
}
ul.sideMenu > li:hover > a {
    color:#ffffff;
    background: #5c87a9;
}
ul.sideMenu > li:hover .moreOption {
    color: rgb(255,255,255);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-family:'Open Sans', Arial, sans-serif;
	font-size:1.125rem;
	font-weight:400;
	font-style:italic;
    padding: 1rem 1rem 1rem 2.5rem !important;
    display: block;
	text-transform:capitalize !important;
	background: #194568 !important;
	color: #ffffff !important;
	letter-spacing:2px;
	-webkit-transition: all 300ms ease 0s !important;
	-moz-transition: all 300ms ease 0s !important;
	-o-transition: all 300ms ease 0s !important;
	transition: all 300ms ease 0s !important;
}
ul.subSideMenu a:visited {
    color: #ffffff !important;
}
ul.subSideMenu a:hover, 
ul.subSideMenu a:active,
ul.subSideMenu a:focus, 
ul.subSideMenu > li.selected a {
    color: #194568 !important;
    background: #ffffff !important;
}

.innerPage{
	background:#eef3f6;
}
.innerPage main.col-9{
	background:none!important;
}
.innerPage .container{
	padding:0;
}
aside.col-3 {
    padding: 0;
	background:#1e527a;
}

main {
    padding-bottom: 0;
	background:#eef3f6;
}

main.col-9 {
    padding-left: 4rem;
    padding-bottom: 3rem;
}




.categoryTitleSection {
    position: relative;
    margin-bottom: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}
.categoryTitleSection.withBackgroundImageHome {
    min-height: 350px;
}
.categoryTitleSection.nohBackgroundImageHome {
    min-height: 200px;
}
.categoryTitleSection.withBackgroundImagePages {
    min-height: 200px;
}
.categoryTitleSection.nohBackgroundImagePages {
    min-height: 100px;
}




.categoryTitleSection figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 1rem;
    text-align: center;
}
.categoryTitleSection h2 {
    margin-bottom: 0;
    padding: 0 1rem;
}
.categoryTitleSection h2.categoryTitlePages {
    text-align: center;
    text-shadow: none;
}

.categoryTitleSection.withBackgroundImagePages h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}


.toolBox {
	position: absolute;
	bottom: 6rem;	
	z-index: 4;		
	left: 50%;
	transform: translateX(-50%);
}

.toolBox-content{
	position: absolute;
	bottom: 6rem;
	
	z-index: 4;
	margin: 0 auto;
	
}
.toolBox-content h3 {
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 0;
}
.toolBox-content h3 > span {
     display: inline-block;
   font-size: 2.3rem;
}
#google_translate_element,
#google_translate_element1 {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadCrumbCont .container{
	padding:0;
}

.breadcrumb {
	background:none;
	border-bottom:1px solid #919495;
	padding: 2rem 0;
	border-radius:0;
}
ol.breadcrumb a,
ol.breadcrumb a:link {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1rem;
	font-weight:700;	
    color: #353535; 
    padding:0;
	text-transform:uppercase;
    display: inline-block;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
	letter-spacing:2px;
}
ol.breadcrumb a:visited{
	color: #353535;     
}
ol.breadcrumb a:hover,
ol.breadcrumb a:active,
ol.breadcrumb a:focus{
	color:#194568;
}

.breadcrumb-item + .breadcrumb-item::before {    
    color: #194568;    
	padding-right:2rem;
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
}
ol.breadcrumb > li:last-child a {    
	color:#194568;
}
.project-next{
	text-align:left;
}
.project-back{
	text-align:center;
}
.project-next{
	text-align:right;
}
.project-back .fal.fa-grip-horizontal {
    font-size: 2rem;
}

ul.textResizer,
ul.textResizer > li{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.textResizer {
/*width: 10%;
margin: 0 auto;*/
}
ul.textResizer > li {
    float: left;
    margin-right: 0.2rem;
}
ul.textResizer > li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:0.875em/0;
	font-weight:700;
	line-height:0;
    color: #333233;
    text-transform: uppercase;
    display: inline-block;
}
ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
}
ul.textResizer a:visited {
    color: #333233;
}
ul.textResizer a:hover {
    color: #be7c1c;
}
ul.textResizer a:active {
    color: #be7c1c;
}
ul.textResizer a:focus {
    color: #be7c1c;
}

ul.textResizer span {
    margin-right: 0.5rem;
}
ul.textResizer a.small-text {
    font-size: 0.875rem;
}

ul.textResizer a.medium-text {
    font-size: 1.125rem;
}

ul.textResizer a.large-text {
    font-size: 1.5rem;
}
ul.textResizer a.textresizer-active {
    color:  #be7c1c;
}
.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
}
.btnPrint::before {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
    content: "\f02f";
    font-weight: 600;
    color: #000;
}
/*.footerTop h2 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.footerTop h2 i {
    display: inline-block;
    margin-right: 1rem;
}
.footerTop .col-sm:first-of-type p,
.footerTop .col-sm:first-of-type p a,
.footerTop .col-sm:first-of-type p a:link {
    position: relative;
}
.footerTop .col-sm:first-of-type p:first-of-type,
.footerTop .col-sm:first-of-type a,
.footerTop .col-sm:first-of-type a:link {
    padding-left: 2rem;
}
.footerTop .col-sm:first-of-type p:last-of-type {
    margin-bottom: 0;
}
.footerTop .col-sm:first-of-type p i,
.footerTop .col-sm:first-of-type p a i {
    position: absolute;
    left: 0;
    top: 0.25rem;
}*/
.footerTop.desk{
	background:#1e527b;
}
.footerTop.desk .container {
    padding: 2.5rem 1rem; 
	
}
.footerTop.desk .container .row{
		
}
.footerTop.desk .col-sm:first-child{
	max-width:27%;
	/*display:flex;
	justify-content:flex-start;
	align-item:center;*/
	padding:0;	
}
.footerTop.desk .col-sm:nth-child(2){
	max-width:70%;
	/*display:flex;
	justify-content:flex-start;
	align-item:center;*/
	padding:0;	
}
.footerTop.desk .col-sm:last-child{
	max-width:23%;
	/*display:flex;
	justify-content:flex-end;
	align-item:center;*/
	padding:0;
	padding-top: 0.8rem;
}
.footerTop.desk .footerAdd a,.footerTop.desk .footerAdd span.hours , 
.footerTop.desk .footerAdd a:link {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
	font-style:normal;
    color: #fff;
    text-transform: normal;
	margin-right:0.6rem;
	letter-spacing:1px;
	line-height: 2.2;
}
.footerTop.desk .footerAdd span.pipe{
	color:#fff;
	margin-right: 0.6rem;
}
.footerTop.desk .footerAdd span.hours span{
	 font-weight: 700;
	text-transform:uppercase;
}
.footerTop.desk .footerAdd span.hours i{
	margin-right:0.5rem;
}
/*.footerTop.desk .footerAdd a:last-of-type{
	color:#be7c1c;
}*/
.footerTop.desk .footerAdd a:visited{
	color: #fff;
}
.footerTop.desk .footerAdd a:hover,
.footerTop.desk .footerAdd a:active,
.footerTop.desk .footerAdd a:focus{
	color:#f69e1f;
}
.footerTop.desk .col-sm:last-child small{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.875rem;
	font-weight:400;
	font-style:normal;
	color:#fff;
	text-transform:uppercase;
	text-align: right;
	display:block;
	letter-spacing:1px;
}
.footerTop.desk  cite a,
.footerTop.desk  cite a:link{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.8125rem;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	float: right;	
	margin-top: 1.1rem;
	letter-spacing:1px;
}
.footerTop.desk .footerAdd{
	float:left;
	padding-top: 0.5rem;
}
.footerTop.desk .footerSocial{
	float:right;
}
.footerTop.desk .footerSocial a,
.footerTop.desk.footerSocial a:link{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight:400;
	font-style:normal;
	color:#fff;
	text-transform:capitalize;
}
.footerTop.desk .footerSocial a:visited{
	color:#fff;
}
.footerTop.desk .footerSocial a:hover,
.footerTop.desk .footerSocial a:active,
.footerTop.desk .footerSocial a:focus{
	color:#f69e1f;
}
.footerTop.desk .footerSocial a i{
	color:#f69e1f;
	margin-left:0.5rem;
}
.footerTopNav.desk{
	background:#194568;
}
.footerTopNav.desk .container{
	
	padding: 1.5rem 10rem;
}
/*.footerBottom.desk .col-sm:first-child{
	max-width:80%;
	display:flex;
	justify-content:flex-start;
	align-item:center;
	padding:0;
}
.footerBottom.desk  .col-sm:last-child{
	max-width:20%;
	display:flex;
	justify-content:flex-end;
	align-item:center;
	padding:0;
}*/
.footerTopNav.desk  .footerNav ul.footerMnu li{
	float: none;
	display: inline-block;
	width: 24%;
	text-align:center;
}
.footerTopNav.desk .footerNav ul.footerMnu li a, 
.footerTopNav.desk  .footerNav ul.footerMnu li a:link{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	text-transform:uppercase;
	padding:0 1.5rem;
}
.footerTopNav.desk  .footerNav ul.footerMnu li a:visited{
	color:#fff;
}
.footerTopNav.desk  .footerNav ul.footerMnu li a:hover,
.footerTopNav.desk  .footerNav ul.footerMnu li a:focus, 
.footerTopNav.desk  .footerNav ul.footerMnu li a:active{
	color:#f69e1f;
}
.footerTopNav.desk  .footerNav ul.footerMnu li a:first-of-type{
	padding:0 0 0 0; 
}

.footerTop.mob,.footerBottom.mob{
	display:none;
}
.footerTop.mob .col-sm, 
.footerBottom.mob .col-sm{
	max-width:100%;
	flex-basis: auto;
	text-align: center;
}
.footerTop.mob .footerNav{
	margin-bottom:1rem;
}
.footerTop.mob .footerNav ul.footerMnu li a, 
.footerTop.mob .footerNav ul.footerMnu li a:link {
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    font-style: normal;
    color: #282728;
    text-transform: uppercase;
    padding: 0 1.5rem;
}
.footerTop.mob .footerNav ul.footerMnu li a:visited{
	color:#282728;
}
.footerTop.mob .footerNav ul.footerMnu li a:hover,
.footerTop.mob .footerNav ul.footerMnu li a:focus, 
.footerTop.mob .footerNav ul.footerMnu li a:active{
	color:#be7c1c;
}
.footerTop.mob .footerAdd a,
 .footerTop.mob .footerAdd a:link{
	 position: relative;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-transform: normal;	
	display:block;
	line-height: 1.85;
 }
 .footerTop.mob .footerAdd a span {
    font-weight: 700;
    text-transform: uppercase;
}
 .footerTop.mob .footerAdd a i {
    margin-right: 0.5rem;
}
/*.footerTop.mob .footerAdd a:last-of-type {
    color: #be7c1c;
}
.footerTop.mob .footerAdd a:last-of-type{
	color:#be7c1c;
}*/
.footerTop.mob .footerAdd a:visited{
	color: #fff;
}
.footerTop.mob .footerAdd a:hover,
.footerTop.mob .footerAdd a:active,
.footerTop.mob .footerAdd a:focus{
	color:#f69e1f;
}
.footerTop.mob .footerSocial a, .footerTop.mob .footerSocial a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    font-style: normal;
    color: #282728;
    text-transform: capitalize;
}
.footerTop.mob .footerSocial a i {
    color: #be7c1c;
    margin-left: 0.5rem;
}
.footerTop.mob .col-sm:last-child small{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.8rem;
	font-weight:400;
	font-style:normal;
	color:#fff;
	text-transform:uppercase;
	text-align: center;
	display:block;
	letter-spacing:1px;
	margin-bottom: 0.5rem;
}
.footerTop.mob  cite a,
.footerTop.mob  cite a:link{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.8125rem;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	float: none;	
	margin-top: 1.1rem;
	letter-spacing:1px;
}



.categoryTitleSection {
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.homeCaption {
    max-width: 1180px;
    margin: auto;
}


/*********** PHOTO GALLERY ************/

.micro-carousel {
	padding: 2.25rem 15px 0;
}

.micro-carousel a {
	height: 220px;
    width: 100%;
    display: block;
	overflow: hidden;
}

.micro-carousel a .photogallery-img {
	height: 100%;
	width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center;
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.micro-carousel a:hover .photogallery-img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.micro-carousel .owl-dots {
	text-align: center;
	padding-top: 1rem;
}

.micro-carousel .owl-dots .owl-dot {
	background: #E4E4E4;
	width: 1rem;
	height: 1rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
	margin: .25rem;
}

.micro-carousel .owl-dots .owl-dot.active {
	background: #AFAFAF;
}

/*********** ART GALLERY ************/
.artGallery{
	background:url(../images/bgArtGallery.png) bottom center no-repeat;
	background-size: cover;
padding: 4rem 0 10rem;
position:relative;
}	
.artGallery .row{
	margin:0 !important;
}
.artGallery .row .artGalleryItem {
	padding-bottom:2rem;
}
.artGallery a,.artGallery a:link {
	 position: relative;
	 display:block;
}
.artGallery a img{
	display: block;
   width: 100%;
   height: auto;
}
.artGallery a .artLink{
	position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   opacity: 0;
   transition: .5s ease;  
   background-color:rgba(200,144,62,0.85);
}
.artGallery a:hover .artLink {
  opacity: 1;
}

.artGallery a .artLink .artLinkText{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	font-style: normal;
	position: absolute;	
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 0.8rem 2rem;
    border:1px solid #ffffff;
    text-transform:uppercase;
	border-radius:0.2rem;
   
}
.artGallery a .art-details {
	background:#ffffff;
	padding: 2rem 4rem;
	display: block;
	position: relative;
}
.artGallery a .art-details h4{
	font-family: 'Roboto Slab', serif;
	font-size: 1.875rem;
	font-weight: 700;
	font-style: normal;	
	margin-bottom:0;
	color:#88a141;
	
}
.artGallery a .art-details p{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.563rem;
	font-weight: 400;
	font-style: normal;
	margin-bottom:0;
	color:#333233;
}

.artGalleryHead{	
	text-align: center;
	position: relative;
	padding: 1rem 0 4rem;
	margin-top: -7rem;
	z-index: 1;
}
.artGalleryHead .artGalleryHeadTitle h2, .artGalleryDetails .artGalleryContent h2{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1.5rem;
	font-weight:300;
	font-style:normal;
	color:#282728;
	margin-bottom:0;
	text-transform:capitalize;
}
.artGalleryHead .artGalleryHeadTitle h3, .artGalleryDetails .artGalleryContent h3{
	font-family: 'Roboto Slab', serif;
	font-size: 2.5rem;
	font-weight: 700;
	font-style: normal;
	color:#88a141;
	margin-bottom: 1rem;
	text-transform: capitalize;
	line-height: 1;
}
.artGalleryDetails .artGalleryContent h3{
	margin-bottom:1.5rem;
}
.artGalleryHead .artGalleryHeadContent p{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1.25rem;
	font-weight:400;
	font-style:normal;
	color:#282728;		
	max-width:70%;
	margin:0 auto 3rem;
	margin-bottom:0;
}
.artGalleryDetails .artGalleryContent p{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1rem;
	font-weight:400;
	font-style:normal;
	color:#333233;
}
.artGalleryDetails{
	background:url(../images/bgartGalleryDetail.png) bottom center no-repeat;
	background-size: cover;
	padding: 4rem 0 10rem;
	position:relative;
}
.artGalleryDetails #carousel-artgallery .carousel-inner .carousel-item img{
	width:100% !important;
}
.artGalleryDetails .artGalleryNav{
	padding-top:1.5rem;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-prev:first-child{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-back:nth-child(2){
	display:flex;
	align-items:center;
	justify-content:center;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-next:nth-child(2){
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a,
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a:link, 
.artGalleryDetails .row.artGalleryNav .col-4.project-next a,
.artGalleryDetails .row.artGalleryNav .col-4.project-next a:link,
.artGalleryDetails .row.artGalleryNav .col-4.project-back a,
.artGalleryDetails .row.artGalleryNav .col-4.project-back a:link{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:1.12rem;
	font-weight:600;
	font-style:normal;
	color:#be7c1c;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a:visited,
.artGalleryDetails .row.artGalleryNav .col-4.project-next a:visited,
.artGalleryDetails .row.artGalleryNav .col-4.project-back a:visited{
	color:#be7c1c;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a:hover,
.artGalleryDetails .row.artGalleryNav .col-4.project-next a:hover,
.artGalleryDetails .row.artGalleryNav .col-4.project-back a:hover,
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a:focus,
.artGalleryDetails .row.artGalleryNav .col-4.project-next a:focus,
.artGalleryDetails .row.artGalleryNav .col-4.project-back a:focus,
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a:active,
.artGalleryDetails .row.artGalleryNav .col-4.project-next a:active,
.artGalleryDetails .row.artGalleryNav .col-4.project-back a:active{
	color:#f69e1f;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-prev a i{
	margin-right:0.5rem;
}
.artGalleryDetails .row.artGalleryNav .col-4.project-next a i{
	margin-left:0.5rem;
}
.artGalleryDetails #carousel-artgallery .carousel-indicators {    
    bottom: -3.5rem;    
}
.artGalleryDetails #carousel-artgallery .carousel-control-next, 
.artGalleryDetails #carousel-artgallery .carousel-control-prev{
	top: 50%;
	bottom: auto;
	transform:translateY(-50%);
	background-color: rgba(190,124,28,0.85);
	padding:1.5rem 0;
	width:10%;
	opacity:0.85;
}
.artGalleryDetails #carousel-artgallery .carousel-control-next:focus, 
.artGalleryDetails #carousel-artgallery .carousel-control-next:hover, 
.artGalleryDetails #carousel-artgallery .carousel-control-prev:focus, 
.artGalleryDetails #carousel-artgallery .carousel-control-prev:hover{
	opacity:1;
}
.artGalleryDetails #carousel-artgallery .carousel-control-next{
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.artGalleryDetails #carousel-artgallery .carousel-control-prev{
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.artGalleryDetails #carousel-artgallery .carousel-indicators li {
    width: 12px;
    height: 12px;    
    border-radius: 50%;
	background-color:#d7d7d7;
	opacity: initial;
}
.artGalleryDetails #carousel-artgallery .carousel-indicators .active {
    opacity: initial;
	background-color:#88a141;	
}
.artGalleryDetails .row:first-child{
	padding-bottom:5rem;
	border-bottom:1px solid #b3b1b1;
}
/*********** END ART GALLERY ************/

/* instagram start */
	.instagramWidget{
		position:relative;
		padding: 2rem 0 0 0;		
	}	
	/*.instagramWidget:after{
		content:"";
		position:absolute;
		bottom:0;
		background:url(../images/bgFooterShape.png)left bottom no-repeat ;
		background-size:cover;
		height: 35px;
		width: 100%;
	}	*/
	.instagramWidget .instagramWidgetTitle{
		text-align:center;
	}
	.instagramWidget .instagramWidgetTitle h4{
		font-family: 'Open Sans', sans-serif;
		font-size: 1.25rem;
		font-weight: 700;
		font-style: normal;
		color:#1e527b;
		text-transform:uppercase;
		margin-bottom:0;
		letter-spacing:1px;
	}
	.instagramWidget .instagramWidgetTitle h5{
		font-family: "Lovato W00 Demi" !important;
		font-size: 2.5rem;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0;
		-moz-osx-font-smoothing: grayscale;
		font-weight: normal;
		margin-bottom:0;
		text-transform:uppercase;
		color:#1e527b;
		letter-spacing: 3px;
	}
	.instagramWidget .instagramCont{
		padding:2rem 0;
	}
/* instagram end */

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1890px){
	.desktopNav ul.mainMenu > li > a, 
	.desktopNav ul.mainMenu > li > a:link{
		font-size:1.15rem;
		margin: 0 1.15rem;
	}
	.desktopNav ul.mainMenu > li:hover a::after, 
	.desktopNav ul.mainMenu > li.selected a::after, 
	.desktopNav ul.mainMenu > li[aria-expanded="true"] > a::after {
		bottom: 0;
		width: 13rem;
	}
}

@media only screen and (max-width:1800px){
	.siteLogo {		
		width: 320px;
		height: 69px;	
		margin: 1.5rem 6rem 1.65rem 5rem;
	}
	.desktopNav ul.mainMenu > li > a, 
	.desktopNav ul.mainMenu > li > a:link{
		font-size:1rem;
		padding: 3rem 1.8rem;
	}
	ol.breadcrumb a, ol.breadcrumb a:link{
		font-size:0.9rem;
	}	
	/*.pageCoverCont::after{
		background-size:100% 100%;
	}*/
	.pageCoverCont {
		min-height: 550px;		
	}
	
}
@media only screen and (max-width:1680px){
	.siteLogo {
		margin: 1.5rem 6rem 1.65rem 3rem;
	}
	.desktopNav ul.mainMenu > li > a, 
	.desktopNav ul.mainMenu > li > a:link {
		margin: 0 .5rem;
	}
	
	.instagramWidget .instagramWidgetTitle h4{
		font-size: 1rem;
	}
	.instagramWidget .instagramWidgetTitle h5{
		font-size:2rem;
	}
	
	.categoryTitle{
		padding: 4rem 1rem;
		font-size: 1.65rem;
	}
	main.col-9 {
		padding-left: 3rem;
	}
	.breadcrumb{
		padding: 1.5rem 0;
	}
	ul.sideMenu a, ul.sideMenu a:link {
		font-size: .95rem;
	}
	.moreOption {
		font-size: .8rem;
	}	
	.pageCoverCont {
		min-height: 500px;
	}
	.categoryTitle span {
		font-size: 2.25rem;
	}
	.pageCoverCont::after{
		background-size: 80%;
	}
	.artGalleryHead .artGalleryHeadTitle h2, 
	.artGalleryDetails .artGalleryContent h2{
		font-size:1.25rem;
	}
	.artGalleryHead .artGalleryHeadTitle h3,
	.artGalleryDetails .artGalleryContent h3{
		font-size:2.25rem;
	}
	.artGalleryHead .artGalleryHeadContent p{
		font-size:1rem;
	}
	.artGalleryHead {		
		margin-top: -5rem;	
		padding: 1rem 0 2rem;		
	}
	.toolBox {		
		bottom: 4rem;		
	}
	.footerTopNav.desk .container {
		padding: 1.5rem 6rem;
	}
	.footerTopNav.desk .footerNav ul.footerMnu li a, 
	.footerTopNav.desk .footerNav ul.footerMnu li a:link {
		font-size: 1.05rem;
	}
	.footerTop.desk .footerAdd a, 
	.footerTop.desk .footerAdd a:link,
	.footerTop.desk .footerSocial a,
	.footerTop.desk.footerSocial a:link,
	.footerBottom.desk .footerNav ul.footerMnu li a, 
	.footerBottom.desk .footerNav ul.footerMnu li a:link{
		font-size:0.95rem;
	}
	.footerTop.desk .col-sm:last-child small{
		font-size:0.85rem;
	}
}
@media only screen and (max-width:1580px) {
    /*.siteLogo {
        width: 240px;
    }
    .headerCompanyInfo {
        line-height: 60px;
    }
    .menuIcon {
        font-size: 0.9rem;
    }*/
	.siteLogo {
		width: 290px;
		height: 61px;
		margin: 1.15rem 6rem 1.4rem 3rem;
	}
	.desktopNav ul.mainMenu > li > a, 
	.desktopNav ul.mainMenu > li > a:link {
		font-size: 0.85rem;
		padding: 2.3rem 1rem;
	}
	.desktopNav ul.mainMenu > li:hover a::after, 
	.desktopNav ul.mainMenu > li.selected a::after, 
	.desktopNav ul.mainMenu > li[aria-expanded="true"] > a::after {
		bottom: 0;
		width: 11rem;
	}
	ol.breadcrumb a, ol.breadcrumb a:link {
		font-size: 0.85rem;
	}
	.categoryTitle {
		padding: 3rem 1rem;
		font-size: 1.35rem;
	}
	.categoryTitle span {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:1480px) {
    .frmMicroSearch.dynamicColors,
    .headerCompanyInfo a span {
        display: none;
    }
    #searchBarHeader.frmMicroSearch.dynamicColors {
        display: inherit;
    }
    .headerCompanyInfo a i {
        margin-right: 0;
    }
    .headerCompanyInfo a.searchLink {
        display: inline-block;
        margin-right: 0;
    }
    .headerCompanyInfo a, 
    .headerCompanyInfo a:link {
        font-size: 1.2rem;
    }
	.footerTop.desk .col-sm:first-child {
		max-width: 20%;
	}
	.footerTop.desk .col-sm:nth-child(2) {
		max-width: 63%;
		padding:0 1rem;
	}	
	.footerTop.desk .col-sm:last-child {
		max-width: 17%;
	}
	.footerTop.desk .footerAdd a, 
	.footerTop.desk .footerAdd a:link,
	.footerTop.desk .footerSocial a,
	.footerTop.desk.footerSocial a:link{
		font-size:0.85rem;
	}
	.footerTop.desk .col-sm:last-child small{
		font-size:0.75rem;
	}
	.footerBottom.desk .footerNav ul.footerMnu li a, 
	.footerBottom.desk .footerNav ul.footerMnu li a:link{
		font-size:0.75rem;
	}
	.footerTop.desk .container {
		padding: 1.5rem 1rem;		
	}
	
}
@media only screen and (max-width:1350px){
	.siteLogo {
		width: 250px;
		height: 53px;
		margin: 1rem 6rem 1.2rem 1rem;
	}
	.desktopNav ul.mainMenu > li > a, 
	.desktopNav ul.mainMenu > li > a:link {
		font-size: 0.78rem;
		padding: 2.1rem 1rem;
		/* margin: 0 0.6rem; */
	}
	main.col-9 {
		padding-left: 2rem;
	}
	ul.sideMenu a, ul.sideMenu a:link {
		font-size: .85rem;
		letter-spacing: 1.5px;
	}
	.moreOption {
		font-size: .75rem;
		padding: 1rem;
	}
	.breadcrumb {
		padding: 1rem 0;
	}
	ol.breadcrumb a, ol.breadcrumb a:link {
		font-size: 0.8rem;
		letter-spacing: 1px;
	}	
	.breadcrumb-item + .breadcrumb-item::before {
		padding-right: 1rem;
	}
	.pageCoverCont {
		min-height: 400px;
	}
	
	.pageCoverCont::after {
		background-size: 65%;
	}
	ul.textResizer span {
		font-size: 0.8rem;
	}
	.artGalleryHead {
		margin-top: -3rem;
		padding: 1rem 0;
	}
	.toolBox {
		bottom: 2rem;
	}
	.artGalleryHead .artGalleryHeadTitle h2,
	.artGalleryDetails .artGalleryContent h2 {
		font-size: 1rem;
	}
	.artGalleryHead .artGalleryHeadTitle h3,
	.artGalleryDetails .artGalleryContent h3 {
		font-size: 2rem;
		margin-bottom:1rem;
	}
	.artGalleryHead .artGalleryHeadContent p {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width:1300px) {
	/*.siteLogo {
		width: 250px;
		height: 59px;
	}
	.desktopNav ul.mainMenu > li > a, 
	.desktopNav ul.mainMenu > li > a:link {
		font-size: 0.75rem;
		padding: 1.11rem 1rem;
	}*/
    .categoryTitleSection h2 {
        font-size: 1.5rem;
    }
	.categoryTitle {
		padding: 2rem 1rem;
		font-size: 1.2rem;
		right: 7rem;
		left: 7rem;
	}
	.categoryTitle span {
		font-size: 1.55rem;
	}

}
@media only screen and (max-width:1190px){
	.siteLogo {
		margin: 0.85rem 1rem;
	}
	.headerTop {		
		height: 5rem;
	}
	nav .desktopNav {
		display: none;
	}
	.menuIcon, nav .mobileNav{
		display:block;
	}
	.menuIcon i {
    color: inherit;
    display: inline-block;
    margin-right: 0.5rem;
}
.menuIcon:hover i {
    color: rgb(255,255,255);
}
header.masterHeader{
	position:relative;
}
.moreOptionMainMenu,
.moreOptionSubMainMenu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    padding: 1rem 1.1rem;
    cursor: pointer;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 5;
}
.moreOptionSubMainMenu {
    padding: 0.9rem 1.1rem;
}
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before {
    content: "\f078";
    margin-right: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}
.moreOptionMainMenu.openIcon:before,
.moreOptionSubMainMenu.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.moreOptionMainMenu:hover,
.moreOptionSubMainMenu:hover {
    color: #fff;
}

nav.navOpen {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.closeNav {
    position: absolute;
    top: 0.5rem;
    right: 0;
    font-size: 1.3rem;
    color: #ffffff;
    padding: 0.5em 1em;
    margin: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: none;
	display:block;
}
nav i:empty {
	display: block;
}
nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    min-width: 300px;
    text-align: right;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index: 20;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: #1e527b;
}

ul.mainMenu {
    margin-top: 4rem;
}
ul.mainMenu > li,
ul.subMainMenu > li{
    position: relative;
}

ul.mainMenu > li > a, ul.mainMenu > li > a:link {
    position: static;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	border-left: none;
	display: block;
	padding: 1rem;
	color:#fff;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	text-transform:uppercase;
	background:#1e527b;
}
ul.mainMenu > li > a:visited {
		color:#fff;
		background:#1e527b;
	}
	ul.mainMenu > li > a:hover,
	ul.mainMenu > li > a:focus,
	ul.mainMenu > li > a:active {
		background:#268dc8;
	}
	ul.mainMenu > li.selected > a {
		background:#268dc8;
	}	
	ul.subMainMenu{
		display:none;
	}
ul.subMainMenu > li > a,
	ul.subMainMenu > li > a:link {
		font-family: 'Open Sans', sans-serif;
		font-size: 1rem;
		font-weight: 600;
		font-style: normal;		
		color:#fff !important;
		text-transform: none !important;
		padding: 1rem 1rem 1rem 2rem !important;
		border-bottom: none !important;
		background: #194568  !important;
		letter-spacing: 1px;
		text-align: left;
		border-left: none;
		display: block;
		-webkit-transition-property: background;
		-moz-transition-property: background;
		-o-transition-property: background;
		transition-property: background;
	}
	ul.subMainMenu > li > a:visited {
		color:#fff !important;
	}
	ul.subMainMenu > li > a:hover,
	ul.subMainMenu > li > a:focus,
	ul.subMainMenu > li > a:active {
		background: #5c87a9 !important;
	}
	ul.subMainMenu > li.selected > a {
		background: #5c87a9 !important;
	}
	ul.subSubMainMenu > li > a, ul.subSubMainMenu > li > a:link {
		font-style: normal;
		color: rgb(255,255,255) !important;
		background: #0f2940 !important;
		border-bottom: none !important;
		padding: 0.8rem 1rem 0.8rem 3rem !important;
		position: static;
		text-align: left;
		display: block;
		font-size: .9rem !important;
		font-weight: 600;
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
	}
	ul.subSubMainMenu > li > a:visited {
		color:#fff !important;
	}
	ul.subSubMainMenu > li > a:hover,
	ul.subSubMainMenu > li > a:focus,
	ul.subSubMainMenu > li > a:active {
		background: #fff !important;
		color:#194568 !important;
	}
	ul.subSubMainMenu > li.selected > a {
		background: #fff !important;
		color:#194568 !important;
	}
	.pageCoverCont {
		min-height: 325px;
	}
	.pageCoverCont::after {
		background-size: 53%;
	}
	.artGalleryHead {
		margin-top: 0rem;		
	}
	.toolBox {
		bottom: 0;
	}
	.artGalleryHead .artGalleryHeadTitle h2, 
	.artGalleryDetails .artGalleryContent h2 {
		font-size: 0.9rem;
	}
	.artGalleryHead .artGalleryHeadTitle h3, 
	.artGalleryDetails .artGalleryContent h3 {
		font-size: 1.5rem;
	}
	.artGalleryHead .artGalleryHeadTitle h3{
		padding-bottom:0;
	}
	.artGalleryHead .artGalleryHeadContent p {
		font-size: 0.85rem;
		max-width: 100%;
	}
	.footerTop.desk .footerAdd a, 
	.footerTop.desk .footerAdd a:link,
	.footerTop.desk .footerSocial a,
	.footerTop.desk.footerSocial a:link{
		font-size:0.75rem;
		margin-right: .3rem;
	}
	
	.footerTop.desk .footerAdd a, 
	.footerTop.desk .footerAdd a:link {		
		
	}
	.footerTop.desk .footerAdd span.pipe {
		margin-right: 0.35rem;
	}
	.footerTop.desk .col-sm:last-child small{
		font-size:0.6rem;
	}
	.footerTop.desk cite a, .footerTop.desk cite a:link {
		font-size: 0.7rem;
	}
	.footerBottom.desk .footerNav ul.footerMnu li a, 
	.footerBottom.desk .footerNav ul.footerMnu li a:link{
		font-size:0.65rem;
		padding: 0 1rem;
	}
	
	.footerBottom.desk .footerNav ul.footerMnu li a:first-of-type {
		padding: 0 1rem 0 0;
	}
	.footerTopNav.desk .container {
		padding: 1.5rem 3rem;
	}
	.footerTopNav.desk .footerNav ul.footerMnu li a, 
	.footerTopNav.desk .footerNav ul.footerMnu li a:link {
		font-size: 0.95rem;
	}
}

@media only screen and (max-width:1100px) {
    .toolBox h2,
    footer h2 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:1023px) {
    /** Sidemenu **/
    ul.sideMenu {
        display: none;
    }

    .mainContainer .container {
        padding-left: 0;
        padding-right: 0;
    }
    .mainContainer .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .sideMenuNav {
        position: relative;
        display: inherit;
        width: 100%;
        font: normal 600 1rem 'Open Sans', Arial, sans-serif;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
		background: #1e527a;
		color:#fff;
		letter-spacing:1px;
		
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f055"; 
		margin-left:0.5rem;	
		margin-right: 0;
		font-weight: 700;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
		margin-left:0.5rem;
		
    }
	.sideMenuNav.openSideMenuIcon{
		background: #143753;
	}
	ul.sideMenu a, ul.sideMenu a:link {
		padding: .9rem 1rem;
	}
	ul.subSideMenu a, ul.subSideMenu a:link {
		padding: .9rem 1rem .9rem 2rem !important;
	}
    /*.menuIcon {
        font-size: 0.95rem;
    }*/
    nav {
        width: 360px;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }
    ul.subMainMenu a, 
    ul.subMainMenu a:link {
        font-size: 0.95rem;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
       /* padding-top: 0.9rem;
        padding-bottom: 0.9rem;*/
    }

    aside.col-3,
    main.col-9 {
        flex-basis: auto;
        max-width: 100%;
    }
    main.col-9 {
        padding: 0 1.5rem 1.5rem;
    }
}
@media only screen and (max-width:991px) {
	main {
		padding-top: 0 !important;
	}
	.footerTop.mob,.footerBottom.mob{
		display:block;
		background:#1e527b;
	}
	.footerTop.desk,.footerBottom.desk{
		display:none;
	}
	
	.instagramWidget .instagramWidgetTitle h4{
		font-size: 0.75rem;
	}
	.instagramWidget .instagramWidgetTitle h5{
		font-size:1.35rem;
	}
	
	.footerTopNav.desk .footerNav ul.footerMnu li {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}
	.footerTopNav.desk .container {
		padding: 1rem 3rem 0.5rem 3rem;
	}
	.footerTop.mob .col-sm {
        padding-bottom: 1.15rem;
        margin-bottom: 1.15rem;
        border-bottom: 1px dotted rgba(255,255,255,0.2);
    }
    
    .footerTop.mob .col-sm:last-of-type {
        flex-basis: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
}
@media only screen and (max-width:950px) {
    /*.footerTop .col-sm {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px dotted rgba(255,255,255,0.2);
    }
    .footerTop .col-sm:first-of-type,
    .footerTop .col-sm:nth-child(2) {
        flex: 2;
    }
    .footerTop .col-sm:last-of-type {
        flex-basis: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }*/
}

@media only screen and (max-width: 850px) {
    main .col-sm {
        flex-basis: auto;
    }
}
@media only screen and (max-width:767px){
	.artGalleryDetails {		
		padding: 1rem 0 3rem;
	}
	.artGalleryDetails .artGalleryImage {
		margin-bottom: 3rem;
	}
	.artGalleryDetails .row:first-child {
		padding-bottom: 1rem;		
	}
	.artGalleryDetails .row.artGalleryNav .col-4.project-prev a span, 	
	.artGalleryDetails .row.artGalleryNav .col-4.project-next a span{		
		display:none;	
	}
}
@media only screen and (max-width:730px) {
    .footerTop .col-sm:first-of-type,
    .footerTop .col-sm:nth-child(2) {
        flex-basis: auto;
    }
}

@media only screen and (max-width:700px) {
    .siteLogo {
      width: 200px;
		height: 37px;
    }
	.headerTop {
		height: 4rem;
	}
    .headerCompanyInfo {
        line-height: 48px;
    }
    .headerCompanyInfo a,
    .headerCompanyInfo a:link {
        font-size: 1rem;
        margin-right: 1rem;
    }
    .menuIcon {
        font-size: 0.8rem;
    }
	.categoryTitle {
		font-size: 1rem;
		right: 3rem;
		left: 3rem;
		padding: 1.75rem 1rem;
	}
	.categoryTitle span {
		font-size: 1.25rem;
	}
	.pageCoverCont {
		min-height: 280px;
	}
	.breadCrumbCont {		
		top: 51%;
	}
	.pageCoverCont::after {
		background-size: 45%;
	}
}

@media only screen and (max-width:680px) {
    .sideMenuNav {
        font-size: 0.95rem;
    }
    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.8rem !important;
    }
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem !important;
    }
	ul.sideMenu a, ul.sideMenu a:link {
			padding: .75rem 1rem;
	}
	ul.subSideMenu a, ul.subSideMenu a:link {
		padding: .75rem 1rem .75rem 1.5rem !important;
	}
	.moreOption {
		font-size: .7rem;
		padding: 0.85rem;
	}
    nav {
        width: 300px;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9rem !important;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.9rem;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        font-size: .85rem;
    }

	ul.subSubMainMenu > li > a,
	ul.subSubMainMenu > li > a:link {
		font-size: .85em !important;
	}



    .categoryTitleSection figcaption {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .categoryTitleSection h2 {
        font-size: 1.2rem;
    }
   .footerTop.mob .footerAdd a,
   .footerTop.mob .footerAdd a:link {
		font-size: 0.75rem;
	}
	.footerTop.mob .col-sm:last-child small {
		font-size: 0.7rem;
	}
	.footerTop.mob cite a, .footerTop.mob cite a:link {
		font-size: 0.7rem;
	}
}

@media only screen and (max-width:660px) {
    .footerBottom .col {
        flex-basis: auto;
        text-align: center;
    }
    .footerBottom .col:last-of-type {
        text-align: center;
    }


    /*.toolBox {
        padding: 1.5rem 0;
    }
    .toolBox h2 i {
        margin-right: 0.5rem;
    }*/
    #google_translate_element,
    #google_translate_element1 {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0.5rem;
    }
}

@media only screen and (max-width:570px) {
    /*.menuIcon span {
        display: none;
    }*/
    .masterHeader .container {
        padding: 0.3rem;
    }
    /*.menuIcon {
        right: 0.6rem;
    }
    .menuIcon i {
        margin-right: 0;
    }
    .siteLogo {
        width: 155px;
    }*/

    .headerCompanyInfo {
        margin-left: 1rem;
    }
    .headerCompanyInfo a, 
    .headerCompanyInfo a:link {
        margin-right: 0.5rem;
    }
	
}
@media only screen and (max-width:480px){
	 .siteLogo {
      width: 150px;
		height: 30px;
		margin: 0.5rem 0.7rem;
    }
	.headerTop {
		height: 3rem;
	}
	.menuIcon {
		padding:0.5rem;
	}
	.footerTopNav.desk .footerNav ul.footerMnu li a, 
	.footerTopNav.desk .footerNav ul.footerMnu li a:link {
		font-size: 0.85rem;
	}
	.footerTopNav.desk .footerNav ul.footerMnu li {
		margin-bottom: 0.8rem;
	}
	.pageCoverCont {
		min-height: 220px;
	}
	.categoryTitle {
		font-size: 0.8rem;
		right: 1rem;
		left: 1rem;
		padding: 1.45rem 1rem;
	}
	.categoryTitle span {
		font-size: 1.1rem;
	}
	.pageCoverCont::after {
		background-size: 33%;
	}
}
@media only screen and (max-width:350px) {
    .headerCompanyInfo {
        margin-left: 0.7rem;
    }
    .headerCompanyInfo a, 
    .headerCompanyInfo a:link {
        font-size: 0.8rem;
    }
}