﻿@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


/* prevents hyperlinks from showing in print format */
@media print {
	a[href]:after {
		content: none !important;
	}
	#topNavBar {
		display: none;
	}
}

.nav-wrapper {
    background-color: white;
}    


body {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #343434;

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
}


p {
	font-size:1em;
}


.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid-p3 {
  padding:0 3%;
}


.container-fluid-p5 {
  padding:0 5%;
}


.container-fluid-p7 {
  padding:0 7%;
}




.nav-wrapper.navbar-solid {
    background-color: rgba(255, 255, 255, 1);
}

.menuzord-responsive .menuzord-menu {
        background: white;
    }

.menuzord-brand {
	 margin: 7px 30px 0 0;
}

.menuzord-brand img {
	width: 96px;
}


.menuzord-menu > li > a {
    padding: 26px 16px;   
}    

/*all acordian font size*/
.panel-group .panel.panel-default .panel-heading .panel-title .panel-body {
    font-size: 1em;
}

.panel-group .panel.panel-default .panel-heading .panel-title a {
	font-size: 1em;
}


.panel-group .panel.panel-default .panel-heading {
    border-radius:7px;
}

.panel-group .panel.panel-default {
    border-color: #c5c5c5;
}

.panel-group .panel {
    border-radius: 7px;
    margin-bottom: 0px;
    box-shadow: none;
}


.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-body>.table-responsive>.table>tbody>tr>td, .panel-body>.table-responsive>.table>tbody>tr>th, .panel-body>.table-responsive>.table>tfoot>tr>td, .panel-body>.table-responsive>.table>tfoot>tr>th, .panel-body>.table-responsive>.table>thead>tr>td, .panel-body>.table-responsive>.table>thead>tr>th {
	font-size: 0.85em;
}






/*all buttons not auto caps*/
.btn {
	text-transform: none;
	margin-bottom: 0.5em;
	white-space:pre-wrap;
	border-radius:7px;
	padding:1em 2em;
}


.footer {
	background: rgb(32,29,122);
background: -moz-linear-gradient(180deg, rgba(32,29,122,1) 0%, rgba(0,139,131,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(32,29,122,1) 0%, rgba(0,139,131,1) 100%);
background: linear-gradient(180deg, rgba(32,29,122,1) 0%, rgba(0,139,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#201d7a",endColorstr="#008b83",GradientType=1);
}


.header-inner {
  padding: 30px 0 30px 0;

}

/*short description text*/
.header-inner, .header-inner-2 {
	text-transform: none;
}



.header-inner-pushdown {
    margin-bottom: 84px;
}


/*section heading size
section h1 {
	font-size: 2em;
}
section h2 {
	font-size: 1.5em;
}
section h3 {
	font-size: 1.17em;
}
section h4 {
	font-size: 1.33em;
}
section h4.blog-title {
	font-size: 31px;
}
section h5 {
	font-size: 0.83em;
}
section h6 {
	font-size: 0.67em;
}
*/

.menuzord-menu > li > a {
	color: rgba(0, 175, 240, 1);
}


.menuzord.red .menuzord-menu > li.active > a {
    color: rgba(63, 81, 181, 0.9);
}

.menuzord-menu ul.dropdown li a:hover {
    xbackground-color: #fefefe;
    border-bottom: 1px solid #009999;
}


.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown, .menuzord-menu > li > .megamenu {
    box-shadow: 5px 9px 5px 0px rgba(0,50,160,0.71);
	-webkit-box-shadow: 5px 9px 5px 0px rgba(0,50,160,0.71);
	-moz-box-shadow: 5px 9px 5px 0px rgba(0,50,160,0.71);
	padding: 0px;
	background-color:#efefef;
  }





/*universal table*/
table {
	margin-bottom: 20px;
	border-collapse: collapse;
	width: auto;
}
table.fullwidth {
	width: 100%;;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  white-space:pre-wrap;
}


@media only screen and (min-width: 768px) {
	table.halfwidth {
		width: 50%;;
	}
}
@media screen and (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: pre-wrap;
    }
}
@media only screen and (max-width: 767px) {
	table.halfwidth {
		width: 100%;;
	}
}



table th {
	background-color: #1d418e;
	color: white;
}
table th, table td {
	padding: 5px;
	border: 1px solid #ddd;
	vertical-align: top;
}
table.striped tr:nth-child(even) {
	background-color: #f2f2f2;
}






/*newsletter*/
table.newsletter {
	margin-bottom: auto;
	width: 100%;
}
table.newsletter th {
	background-color: inherit;
}
table.newsletter th, table.newsletter td {
	padding: inherit;
	border: inherit;
}
table.newsletter h2 {
	font-size: 1.5em;
}
table.newsletter h3 {
	font-size: 1.17em;
}



/*no border table*/
/*table.noborder {
	margin-bottom: auto;
	width: auto;
}
table.noborder th {
	background-color: inherit;
}
table.noborder th, table.noborder td {
	padding: inherit;
	border: inherit;
}
table.noborder h2 {
	font-size: 1.5em;
}
table.noborder h3 {
	font-size: 1.17em;
}*/
table.noborder th, table.noborder td {
	border: none;
}



/*google custom search*/
table[class*="gsc-"] {
	margin-bottom: 0;
	width: 100%;
}
table[class*="gsc-"] th {
	background-color: inherit;
}
table[class*="gsc-"] th, table[class*="gsc-"] td {
	padding: inherit;
	border: none;
}





/*sub-menu for events*/
.portfolio-filter2 {
  margin: 0 0 10px 0;
  padding: 0px;
  list-style: none;
  zborder-bottom:1px solid grey;
}

.portfolio-filter2 li {
  display: inline-block;
  border-right: 1px solid #cccccc;
}

.portfolio-filter2 li:last-child {
  display: inline-block;
  border-right: none;
}

.portfolio-filter2 li a {
  color: #666666;
  margin: 0 0.707em;
  font-size: 11px;
  text-transform: uppercase;
}

.portfolio-filter2 li a:hover {
  color: #ff205a;
}

.portfolio-filter2 li.active a {
  color: blue;
}


/*card for event listing*/
.blog-card-fullwidth .blog-post {
	margin-bottom: 20px;
	xpadding: 20px 0; 
}

.blog .blog-post .blog-content h5 {
	margin: 0px 0px 20px 0px;
}


/* blog post border */

.boxEH-container {
	display: flex;
	width: 100%;
}

.boxEH {
	flex: 1;
	padding: 16px 48px;	
	margin: 0px 16px 36px 16px;
	border: thin rgb(54 51 135) solid;
	border-radius: 18px;
	width:100%;
}

.boxEH img {
	border-bottom: #201d7a 1px solid;

}



/*native image size if not specified*/
section.section img {
	max-width: 100%;
}




/* 2nd sub background color
.menuzord-menu ul.dropdown li > ul > li > a {
    background-color: #333;
}

*/


.collapse.in2 {
  display: block;
}


/* iframe for document - portrait aspect ratio */

.iframe-container {
  overflow: hidden;
  padding-top: 117.65%; /*56.25%;*/
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}



/* iframe for document - portrait aspect ratio */

.doc-responsive {
  overflow: hidden;
  padding-top: 117.65%; /*56.25%;*/
  position: relative;
}

.doc-responsive iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}



.video-responsive {
	overflow:hidden;
	padding-bottom: 56.65%;
	position:relative;
	height:0;
}
.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}


 /* menu dropdown 2level */
 .menuzord-menu ul.dropdown li ul.dropdown {
	min-width:223px;
}



/* center for all elements */
p.center  { text-align:center; }
h1.center { text-align:center; }
h2.center { text-align:center; }
h3.center { text-align:center; }
h4.center { text-align:center; }
h5.center { text-align:center; }
h6.center { text-align:center; }
table.center {
	width: auto;
	margin: 0 auto;
}


/*==========================================================================================
            One Page Blog Section - card layout override (modified from .blog-post)
==========================================================================================*/
.blog .blog-card {
  background-color: #ffffff;
  margin-bottom: 40px;
  min-height: 325px;
}

.blog .blog-card-greybg {
  background-color: #F0F0F0;
}

.blog .blog-card-bod {
  background-color: #F0F0F0;
}

.blog .blog-card .blog-content {
  padding: 0px 30px;
}

.blog .blog-card .blog-content h5 {
  font-weight: 300;
  margin: 25px 0px 20px 0px;
  line-height: 1.2;
}

.blog .blog-card-bod .blog-content h5 {
  font-weight: 300;
  margin: 25px 0px 8px 0px;
  line-height: 1.2;
}

.blog .blog-card .blog-content .blog-card-subheading {
  margin: 0px 0px 30px 0px;
}

.blog .blog-card .blog-content h5 a {
  color: #222;
  font-size: 1.3em;		/*18.5px;*/
  letter-spacing: 0;
  transition: color .25s ease-in-out;
}

.blog .blog-card .blog-content h5 a:hover {
  text-decoration: none;
}

.blog .blog-card .blog-content .post-meta {
  padding-bottom: 20px;
  font-size: 15px;
  color: #636363;
}

.blog .blog-card .blog-content .post-meta span {
  padding: 0px 15px;
}

.blog .blog-card .blog-content .post-meta span.blog-catagory {
  border-right: 1px solid #E2E2E2;
  padding-left: 0px;
}

.blog .blog-card .blog-content .post-meta span.blog-catagory a {
  color: inherit;
  transition: color 0.25s ease-in-out;
}

.blog .blog-card .blog-content .post-meta span.blog-catagory a:hover {
  text-decoration: none;
}


@media only screen and (max-width: 1366px) {



}



@media only screen and (max-width: 1280px) {
	.xmenuzord-brand  img{ 
	width:380px;
	}



}



@media only screen and (max-width: 1112px) {
	.xmenuzord-brand  img{ 
	width:150px;
	}
}


@media only screen and (max-width: 1024px) {
	.xmenuzord-brand  img{ 
	width:96px;
	}

}



@media only screen and (max-width: 950px) {
.header-inner-pushdown {
    margin-bottom: 138px;
    }
}

@media only screen and (max-width: 820px) {
.header-inner-pushdown {
    margin-bottom: 66px;
    }

	section.phama50 h6 {
		font-size: 2em;
	}

	section.phama50 h4 {
		font-size: 3.1em;
	}

	#searchInput {
	  display: block;
	  z-index: 99;
	}

	#toggelSearch {
	  display:none;
	}



}

@media only screen and (max-width: 768px) {
.header-inner-pushdown {
    margin-bottom: 70px;
    }

.about-us .section-content {
    margin: 0px 0px;
    xpadding: 15px;
	}


}


/* FInd an eye doctor txt */
@media only screen and (min-width: 801px) {
	.find {display:none;}
}

@media only screen and (max-width: 800px) {
	.find {display:inline-block;}
}	


/*section min 800px / 320px height
@media only screen and (min-width: 768px) {
	section.section.bg {
		min-height:600px;
	}
	
	section.section.news {
		min-height:200px;
	}

}*/



@media only screen and (max-width: 767px) {
	/*section.section.bg {
		min-height:320px;
	}
	
	section.section.news {
		min-height:320px;
	}
	*/
	
	.menuzord-menu ul.dropdown li a {
	  width: 100%;
	  background: none;
	  padding: 10px 25px 10px 22px;
	  color: #333;
	  text-decoration: none;
	  display: inline-block;
	  float: left;
	  clear: both;
	  position: relative;
	  outline: 0;
	  transition: padding .2s linear;
	  white-space:pre-wrap;
	}
	.menuzord-brand  img{ 
	width:58px;
	}
	.menuzord-brand  { 
	padding:0px;
	margin:0px;
	}
	
	
	.blog .blog-card {
    min-height: fit-content;
	}	


/* blog post border */
	.boxEH-container {
	display:block;

	}
	
	.boxEH {
	padding:16px 16px;
}



	
}


@media only screen and (max-width: 500px) {
	.xs-center {
		text-align:center;
	}

	section.phama50 h6 {
		font-size: 1.3em;
	}

	section.phama50 h4 {
		font-size: 2.1em;
	}
	

}

@media only screen and (max-width: 374px) {
	
	.xmenuzord-brand  img{ 
	width:180px;
	}
	.menuzord-brand  { 
	padding:0px;
	margin:0px 0px 0px 0px;
	}
		
}


/*  display Equal Height for column */


.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}


.row.display-flex [class*='col-'] {
    background-color: #fff;
    margin-bottom: 2em;
}



/* mainapge animation revel */

.xslide-in-elliptic-bottom-fwd {
	-webkit-animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
	        animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}


.slide-in-elliptic-bottom-fwd.active {
	-webkit-animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.reveal{
  position: relative;
  transform: translateY(-150px) rotateX(30deg) scale(0.5);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0) rotateX(0deg) scale(1);
  opacity: 1;
  x-webkit-animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  xanimation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes reveal {
0% {opacity: 0;}
100% {opacity: 1;}
}


/* ----------------------------------------------
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-bottom-fwd {
  0% {
    -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
            transform: translateY(600px) rotateX(30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% -700px;
            transform-origin: 50% -700px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-bottom-fwd {
  0% {
    -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
            transform: translateY(600px) rotateX(30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% -700px;
            transform-origin: 50% -700px;
    opacity: 1;
  }
}


/* bod page */
.card-product.bod {
	min-height: 435px;
}


/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #e5e5e5;
		margin: 0 0 2em 0;
		padding: 3em;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			background: none !important;
			border-radius: 0 !important;
			box-shadow: none !important;
			margin: 0 0 2em 0;
			padding: 0 !important;
		}

		.box.features .features-row {
			border-top: solid 2px #e5e5e5;
			position: relative;
		}

			.box.features .features-row:after {
				clear: both;
				content: '';
				display: block;
			}

			.box.features .features-row section {
				float: left;
				padding: 3em;
				width: 50%;
			}

				.box.features .features-row section :last-child {
					margin-bottom: 0;
				}

				.box.features .features-row section:nth-child(2n) {
					padding-right: 0;
				}

					.box.features .features-row section:nth-child(2n):before {
						background: #e5e5e5;
						content: '';
						display: block;
						height: 100%;
						margin-left: -3em;
						position: absolute;
						top: 0;
						width: 2px;
					}

				.box.features .features-row section:nth-child(2n-1) {
					padding-left: 0;
				}

			.box.features .features-row:first-child {
				border-top: 0;
			}

				.box.features .features-row:first-child section {
					padding-top: 0;
				}

			.box.features .features-row:last-child {
				padding-bottom: 0;
			}

				.box.features .features-row:last-child section {
					padding-bottom: 0;
				}

		.box.special {
			xtext-align: center;
		}

		.box .image.featured {
			border-radius: 0;
			display: block;
			margin: 3em 0 3em -3em;
			position: relative;
			width: calc(100% + 6em);
		}

			.box .image.featured img {
				border-radius: 0;
				display: block;
				width: 100%;
			}

			.box .image.featured:first-child {
				border-radius: 6px 6px 0 0;
				margin-bottom: 3em;
				margin-top: -3em;
			}

				.box .image.featured:first-child img {
					border-radius: 6px 6px 0 0;
				}

			.box .image.featured:last-child {
				border-radius: 0 0 6px 6px;
				margin-bottom: -3em;
				margin-top: 3em;
			}

				.box .image.featured:last-child img {
					border-radius: 0 0 6px 6px;
				}

