/* Typography */
body {
  background: #fff;
  font-family: FSLolaWeb;
}

p {
  color: #777;
  font-size: 1.0em;
  line-height: 1.6em;
  font-family:'FSLolaWeb';
  font-weight:normal;
}

p a{font-family:'FSLolaWeb';}

a, a:link, a:visited, a:hover, a:active {
  color: #777;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
}

@media screen and (max-width:768px){
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 10px;}
}
@media screen and (max-width:480px){
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 5px;}
}

h1, .h1 {
  font-size: 1.8em;
}

h2, .h2 {
  font-size: 1.4em;
}

h3, .h3 {
  font-size: 1.2em;
}

h4, .h4 {
  font-size: 1.1em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.9em;
}

h1.headline, .h1.headline {
  font-size: 3.8em;
  letter-spacing: -2.5px;
}

h2.headline, .h2.headline {
  font-size: 3em;
  letter-spacing: -2px;
}

h3.headline, .h3.headline {
  font-size: 2.6em;
  letter-spacing: -2px;
}

h4.headline, .h4.headline {
  font-size: 2.4em;
  letter-spacing: -1.5px;
}

h5.headline, .h5.headline {
  font-size: 2.2em;
  letter-spacing: -1.4px;
}

h6.headline, .h5.headline {
  font-size: 2em;
  letter-spacing: -1.3px;
}

.text-size-2x {
  font-size: 2em;
  line-height: 1.2em;
}

.text-size-12, .text-l-size-12 {
  font-size: 12px !important;
  line-height: normal;
}

.text-size-14, .text-l-size-14 {
  font-size: 14px !important;
  line-height: normal;
}

.text-size-16, .text-l-size-16 {
  font-size: 16px !important;
  line-height: 1.0em;
}

.text-size-18, .text-l-size-18 {
  font-size: 18px !important;
  line-height: 1.1em;
}

.text-size-20, .text-l-size-20 {
  font-size: 20px !important;
  line-height: 1.1em;
}

.text-size-25, .text-l-size-25 {
  font-size: 25px !important;
  line-height: 1.1em;
}

.text-size-30, .text-l-size-30 {
  font-size: 30px !important;
  line-height: 1.4em;
}

.text-size-35, .text-l-size-35 {
  font-size: 35px !important;
  line-height: 1.4em;
}

.text-size-40, .text-l-size-40 {
  font-size: 40px !important;
  line-height: 1.4em;
}

.text-size-50, .text-l-size-50 {
  font-size: 50px !important;
  /*line-height: 1.4em;*/
  line-height:normal;
}

.text-size-60, .text-l-size-60 {
  font-size: 60px !important;
  line-height: 1.4em;
}

.text-size-70, .text-l-size-70 {
  font-size: 70px !important;
  line-height: 1.4em;
}
@media screen and (max-width:768px){
.text-size-20, .text-l-size-20 {
  font-size: 16px !important;
  line-height: normal;
}

.text-size-25, .text-l-size-25 {
  font-size: 18px !important;
  line-height: 1.0em;
}	
	
.text-size-30, .text-l-size-30 {
  font-size: 20px !important;
  line-height: 1.2em;
}

.text-size-35, .text-l-size-35 {
  font-size: 25px !important;
  line-height: 1.2em;
}

.text-size-40, .text-l-size-40 {
  font-size: 30px !important;
  line-height: 1.3em;
}

.text-size-50, .text-l-size-50 {
  font-size: 35px !important;
  line-height:normal;
}

.text-size-60, .text-l-size-60 {
  font-size: 40px !important;
  line-height: 1.4em;
}

.text-size-70, .text-l-size-70 {
  font-size: 70px !important;
  line-height: 1.4em;
}
}
@media screen and (max-width:480px){
.text-size-30, .text-l-size-30 {
  font-size: 15px !important;
  line-height: 1.0em;
}

.text-size-35, .text-l-size-35 {
  font-size: 20px !important;
  line-height: 1.1em;
}

.text-size-40, .text-l-size-40 {
  font-size: 25px !important;
  line-height: 1.2em;
}

.text-size-50, .text-l-size-50 {
  font-size: 30px !important;
  line-height:normal;
}

.text-size-60, .text-l-size-60 {
  font-size: 35px !important;
  line-height: 1.3em;
}

.text-size-70, .text-l-size-70 {
  font-size: 70px !important;
  line-height: 1.4em;
}	
}

.background-primary .section-title:after, .primary-color-primary .background-primary .section-title:after {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-thin {
  font-weight: 300;
}

b, strong, .text-strong {
  font-weight: 700;
}

.text-extra-strong {
  font-weight: 800;
}

blockquote::before {
  color: #e0e0e0;
  content: "“";
  display: block;
  float: left;
  font-family: georgia;
  font-size: 80px;
  height: 30px;
  left: -40px;
  position: relative;
  top: -20px;
  width: 0;
}

blockquote {
  font-size: 1em;
  padding: 0 0 0 40px;
}

ul.text-list, ol.text-list {
  font-size: 0.85em;
  line-height: 1.8em;
  padding: 0 16px;
}

ul.text-list ul, ol.text-list ol {
  padding: 0 14px;
}

iframe {
  display: block;
  margin: 0;
}

/* Backgrounds */
.background-white-hightlight .top-nav .active-item > a, .background-white-hightlight .top-nav li a:hover {
  background: #fff none repeat scroll 0 0;
  color: #00799E;
}

.background-primary-hightlight .top-nav .active-item > a, .background-primary-hightlight .top-nav li a:hover {
  background: #00799E none repeat scroll 0 0;
  color: #fff;
}

.background-dark-hightlight .top-nav .active-item > a, .background-dark-hightlight .top-nav li a:hover {
  background: #00799E none repeat scroll 0 0;
  color: #fff;
}

/* Breaks */
hr.break {
  border: 0;
  border-top: 1px solid #e5e5e5;
  display: block;
  margin: 40px 0;
}

hr.break:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

hr.break.break-dashed {
  border-top: 1px dashed #e5e5e5;
}

hr.break.break-dotted {
  border-top: 1px dotted #e5e5e5;
}

hr.break.break-double {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  height: 8px;
}

hr.break.break-dashed-double {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  height: 8px;
}

hr.break.break-dotted-double {
  border-bottom: 1px dotted #e5e5e5;
  border-top: 1px dotted #e5e5e5;
  height: 8px;
}

video {
  display: block;
} 

/* Top Nav */
.top-nav li a, .background-white .top-nav li a {
  color: #428BCA;
  font-size: 0.85em;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:500;
  padding: 0.6em 0.4em 0.6em 0.4em;
  border-radius:3px;
}

nav.top-nav-menu {
  border-bottom: 4px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.8em 0 0 0;
  position: relative;
  border-bottom:none;
  margin-bottom:0px;
  z-index: 2;
}

.top-nav ul ul {
  background: #00799E none repeat scroll 0 0;
  max-width:300px;
  min-width:200px;
}

.top-nav li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top-nav li ul li:last-child {
  border-bottom: 0;
}

.top-nav li ul li a, .background-white .top-nav li ul li a, .top-nav .active-item li a {
  background: #00799E none repeat scroll 0 0;
  color: rgba(255,255,255, 0.75);
}

ul.chevron .submenu > a::after, ul.chevron .sub-submenu > a::after, ul.chevron .aside-submenu > a::after, ul.chevron .aside-sub-submenu > a::after {
  margin: 0 0 0 1.25em;
}

.top-nav ul ul a {
  color: #eee;
}

.logo img {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

/* Font colors */
.background-white, .background-white p, a.background-white, .background-white a, .background-white a:link, .background-white a:visited, .background-white a:hover, .background-white a:active {
  color: #777;
}

.background-dark, .background-dark p, a.background-dark, a.background-dark:visited, a.background-dark:link, .background-dark a, .background-dark a:link, .background-dark a:visited, .background-dark a:hover, .background-dark a:active {
  color: #7697A2;
}

.background-white h1, .background-white h2, .background-white h3, .background-white h4, .background-white h5, .background-white h6,
.background-white .h1, .background-white .h2, .background-white .h3, .background-white .h4, .background-white .h5, .background-white .h6 {
  color: #002633;
}

.image-hover-overlay-content *,
.background-primary, .background-primary p, a.background-primary, a.background-primary:visited, a.background-primary:link, .background-primary a, .background-primary a:link, .background-primary a:visited, .background-primary a:hover, .background-primary a:active {
  color: rgba(255,255,255, 0.75);
}

.background-dark h1, .background-dark h2, .background-dark h3, .background-dark h4, .background-dark h5, .background-dark h6,
.background-dark .h1, .background-dark .h2, .background-dark .h3, .background-dark .h4, .background-dark .h5, .background-dark .h6,
.background-primary h1, .background-primary h2, .background-primary h3, .background-primary h4, .background-primary h5, .background-primary h6,
.background-primary .h1, .background-primary .h2, .background-primary .h3, .background-primary .h4, .background-primary .h5, .background-primary .h6 {
  color: #fff;
}

.text-white, .text-white * {
  color: #fff !important;
}

.text-sky, .text-sky * {
  color: #8CD4EA !important;
}

.text-pink, .text-pink * {
  color: #9E2261 !important;
}

.text-primary, .text-primary * {
  color: #F0F0F0 !important;
}

.text-dark, .text-dark * {
  color: #002633 !important;
}

.text-gray, .text-gray * {
  color: #787677 !important;
}

.text-black, .text-black * {
  color: #000000 !important;
}

.text-nblue, .text-nblue * {
  color: #00799E !important;
}

.text-green, .text-green * {
  color: #006200 !important;
}

.text-red, .text-red * {
  color: #D2100B !important;
}

.text-white-hover, .text-primary-hover, .text-dark-hover , .text-primary-white, .text-sky-hover{
  transition: color 0.20s linear 0s;
  -o-transition: color 0.20s linear 0s;
  -ms-transition: color 0.20s linear 0s;
  -moz-transition: color 0.20s linear 0s;
  -webkit-transition: color 0.20s linear 0s;
}

.text-primary-white:hover {
  color: #F0F0F0 !important;
}

.text-white-hover:hover {
  color: #fff !important;
}

.text-sky-hover:hover {
  color: #A02765 !important;
}

.text-primary-hover:hover {
  color: #9E2261 !important;
}

.text-dark-hover:hover {
  color: #002633 !important;
} 

/* Background Colors */
.background-nblue {
  background-color: #345E77 !important;
}

.background-light-pink {
  background-color: #FEF5FA !important;
}

.background-light-sky {
  background-color: #F5FBFB !important;
}

.background-white {
  background-color: #fff !important;
}

.background-primary {
  background-color: #49BF4C !important;
}

.background-dark {
  background-color: #002633 !important;
}

.background-light-gray {
  background-color: #F1F1F1 !important;
}



/* Hover Overlay */
.image-hover-overlay {
  bottom: 0;
  color: rgba(255,255,255, 0.75)!important;
  left: 0;
  opacity: 0;
  padding: 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.image-border-radius .image-hover-overlay {
  border-radius: 3px;
}

.image-hover-overlay:hover {
  opacity: 1;
}

.image-hover-overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.image-hover-overlay:hover > .image-hover-overlay-content {
  top: 50%;
}

/* Image blocks */
.image-with-hover-overlay {
  display: block;
  position: relative;
}

.image-border-radius-50 img {
  border-radius: 50px;
  width:100px;
  height:100px;
}

.image-border-radius-80 img {
  border-radius: 80px;
  width:160px;
  height:160px;
}

.image-border-radius-100 img {
  text-align:center;	
  border-radius: 48%;
  border:10px solid #DDE8EA !important;
}

.image-border-radius img {
  border-radius: 3px;
}

.image-hover-zoom {
  display: block;
  overflow: hidden;
}

.image-hover-zoom img {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}

.image-with-hover-overlay img {
  width: 100%;
}

.image-hover-zoom:hover img {
  transform: scale(1.1);
}

/* Buttons */
.button, a.button, a.button:link, a.button:visited {
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  color: white;
  display: inline-block;
  padding: 0.625em 1.25em;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}

.button:hover, a.button:hover, a.button:link:hover, a.button:visited:hover {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;
}

/* Containers */
.section {
  padding: 0em 1.25em;
}

.section-small-padding {
  padding: 2.5em 1.25em;
}

.section-top-padding {
  padding-top: 6em;
}

.section-top-small-padding {
  padding-top: 2.5em;
}

@media screen and (max-width:768px){
	.section { padding: 0.5em 0.75em 0em 0.75em;}	
	.section-small-padding { padding: 0.5em 0.50em 0em 0.50em;}	
	.section-mini-padding { padding: 0.5em 0.25em 0em 0.25em;}
	.scroll-section{background:#00799E !important; padding-bottom:10px !important;}		
}

@media screen and (max-width:480px){
	.section { padding: 0.5em 0.50em 0em 0.50em;}
	.section-small-padding { padding: 0.5em 0.25em 0em 0.25em;}	
	.section-mini-padding { padding: 0.5em 0.0em 0em 0.0em;}
	.scroll-section{background:#00799E !important; padding-bottom:10px !important;}	
}

.float-left {
  float: left;
}

.block-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.padding {
  padding: 1.25em;
}

.padding-2x {
  padding: 2.5em;
}

.full-width:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.position-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.center {
  display: block!important;
}

.border-green-1{ border:1px solid #A5CE4B;}
.border-green-2{ border:2px solid #A5CE4B;}
.border-radius {
  border-radius: 3px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.content-center-vertical {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.content-bottom {
  bottom: 0;
  position: absolute;
}

.grayscale {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.image-grayscale {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  position: relative;
}

*:hover > .image-grayscale {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);
}


/* Margins */
.margin-top {
  margin-top: 1.25em !important;
}

.margin-top-bottom {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.margin-top-2x {
  margin-top: 2.5em !important;
}

.margin-bottom-2x {
  margin-bottom: 2.5em !important;
}

.margin-top-bottom-2x {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.margin-top-0 {
  margin-top: 0 !important;
  display: block;
}

.margin-top-10 {
  margin-top: 10px !important;
  display: block;
}

.margin-top-15 {
  margin-top: 15px !important;
  display: block;
}

.margin-top-20 {
  margin-top: 20px !important;
  display: block;
}

.margin-top-30 {
  margin-top: 30px !important;
  display: block;
}

.margin-top-40 {
  margin-top: 40px !important;
  display: block;
}

.margin-top-50 {
  margin-top: 50px !important;
  display: block;
}

.margin-top-60 {
  margin-top: 60px !important;
  display: block;
}

.margin-top-70 {
  margin-top: 70px !important;
  display: block;
}

.margin-top-80 {
  margin-top: 80px !important;
  display: block;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
  display: block;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
  display: block;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
  display: block;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
  display: block;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
  display: block;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
  display: block;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
  display: block;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
  display: block;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
  display: block;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
  display: block;
}

.margin-top-bottom-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}

.margin-top-bottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  display: block;
}

.margin-top-bottom-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  display: block;
}

.margin-top-bottom-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  display: block;
}

.margin-top-bottom-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  display: block;
}

.margin-top-bottom-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  display: block;
}

.margin-top-bottom-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  display: block;
}

.margin-top-bottom-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  display: block;
}

.margin-top-bottom-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
  display: block;
}

.margin-top-bottom-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  display: block;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

@media screen and (max-width:768px){
	.margin-left-80 {
	  margin-left: 40px !important;
	}
	
	.padding-right-20 {
	  padding-right: 10px !important;
	}
	
	.padding-left-20 {
	  padding-left: 10px !important;
	}
	
	.padding-right-10 {
	  padding-right: 0px !important;
	}
	
	.padding-left-10 {
	  padding-left: 0px !important;
	}
}
@media screen and (max-width:480px){
	.margin-left-80 {
	  margin-left: 40px !important;
	}
	
	.padding-right-20 {
	  padding-right: 10px !important;
	}
	
	.padding-left-20 {
	  padding-left: 10px !important;
	}
	
	.padding-right-10 {
	  padding-right: 0px !important;
	}
	
	.padding-left-10 {
	  padding-left: 0px !important;
	}
}

/* More info button */
a.text-more-info {
  display: block;
  font-size: 1.0em;
  margin-top: 0.625em;
  color:#217EBB;
}

a.text-more-info:after {
  content: "\f006";
  font-family: mfg;
  font-size: 1.0em;
  margin-left: 0.625em;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}

a.text-more-info:hover:after {
  margin-left: 0.825em;
}

/* Top bar */
.top-bar-social{
	padding:5px 0;
}
.top-bar-social li {
  float: left;
  height: 35px;
  line-height: 35px;
  list-style: outside none none;
  text-align: center;
  width: auto;
  padding-left:20px;
}

.top-bar-social li a{
 color:#FCFCFC;
}

.top-bar-head{font-family: 'Source Sans Pro', sans-serif; font-weight:normal;}

.top-bar-social li input{
 padding:2px 2px;
 line-height: 15px;
 font-size:11px;
 font-style:italic;
 color:#666;
}


/* Carousel */
.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
  background: #7697a2 none repeat scroll 0 0;
  border-radius: 0;
  height: 1px;
  margin: 0 1px;
  width: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #7697a2!important;
  border: 1px solid #7697a2;
  border-radius: 0;
  font-family: mfg;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.carousel-bottom-arrows.owl-theme .owl-controls .owl-buttons div {
  bottom: 0;
  top: auto;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.carousel-wide-arrows.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -60px;
}

.carousel-wide-arrows.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -60px;
}

.carousel-nav-white.owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
}

.carousel-nav-white.owl-theme .owl-controls .owl-buttons div {
  color: #08789E!important;
  border: 1px solid #08789E;
}

.carousel-main .carousel-content {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.owl-pagination {
  margin-top: 0.625em;
}

.carousel-main .owl-pagination {
  bottom: 0;
  padding: 1.25em 0;
  position: absolute;
  width: 100%;
}

.carousel-blocks {
  padding: 0 3em;
}

.carousel-blocks .owl-item {
  padding: 0 0.625em;
}

/* Forms */
form.customform input, form.customform textarea, form.customform select {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
  padding: 0.625em;
  width: 100%;
}

form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.required {
  border-left: 1px solid #dd442c !important;
}


/* -1120px version */
@media screen and (max-width:1120px) {
  .size-1140 .line.content-center-vertical {
    padding: 0 2em;
  }
}

/* -768px version */
@media screen and (max-width:768px) {
  .top-nav .right {
    float: none;
  }

  .logo {
    max-width: 250px;
    margin: 0 auto;
  }

  .nav-text {
    color: #fff;
    display: block;
    font-size: 1.2em;
    line-height: 3em;
    margin-right: 0.625em;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
  }

  .nav-text::after {
    color: #002633;
    display: inline-block;
    font-size: 3em;
    margin-left: 0;
    margin-top: 30px;
  }

  .top-nav li a, .background-white .top-nav li a {
    background: #002633 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.0em;
    padding: 0em;
    text-align: center;
  }

  .owl-buttons, .owl-pagination {
    display: none;
  }

  .carousel-main .owl-item img {
    max-width: 300%;
    width: auto;
  }

  .margin-m-top {
    margin-top: 1.25em !important;
    display: block;
  }

  .margin-m-bottom {
    margin-bottom: 1.25em !important;
    display: block;
  }

  .margin-m-top-bottom {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    display: block;
  }

  .margin-m-top-2x {
    margin-top: 2.5em !important;
    display: block;
  }

  .margin-m-bottom-2x {
    margin-bottom: 2.5em !important;
    display: block;
  }

  .margin-m-top-bottom-2x {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
    display: block;
  }

  .margin-m-top-0 {
    margin-top: 0 !important;
    display: block;
  }

  .margin-m-top-10 {
    margin-top: 10px !important;
    display: block;
  }

  .margin-m-top-15 {
    margin-top: 15px !important;
    display: block;
  }

  .margin-m-top-20 {
    margin-top: 20px !important;
    display: block;
  }

  .margin-m-top-30 {
    margin-top: 30px !important;
    display: block;
  }

  .margin-m-top-40 {
    margin-top: 40px !important;
    display: block;
  }

  .margin-m-top-50 {
    margin-top: 50px !important;
    display: block;
  }

  .margin-m-top-60 {
    margin-top: 60px !important;
    display: block;
  }

  .margin-m-top-70 {
    margin-top: 70px !important;
    display: block;
  }

  .margin-m-top-80 {
    margin-top: 80px !important;
    display: block;
  }

  .margin-m-bottom-0 {
    margin-bottom: 0 !important;
    display: block;
  }

  .margin-m-bottom-10 {
    margin-bottom: 10px !important;
    display: block;
  }

  .margin-m-bottom-15 {
    margin-bottom: 15px !important;
    display: block;
  }

  .margin-m-bottom-20 {
    margin-bottom: 20px !important;
    display: block;
  }

  .margin-m-bottom-30 {
    margin-bottom: 30px !important;
    display: block;
  }

  .margin-m-bottom-40 {
    margin-bottom: 40px !important;
    display: block;
  }

  .margin-m-bottom-50 {
    margin-bottom: 50px !important;
    display: block;
  }

  .margin-m-bottom-60 {
    margin-bottom: 60px !important;
    display: block;
  }

  .margin-m-bottom-70 {
    margin-bottom: 70px !important;
    display: block;
  }

  .margin-m-bottom-80 {
    margin-bottom: 80px !important;
    display: block;
  }

  .margin-m-top-bottom-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: block;
  }

  .margin-m-top-bottom-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .margin-m-top-bottom-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: block;
  }

  .margin-m-top-bottom-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    display: block;
  }

  .margin-m-top-bottom-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    display: block;
  }

  .margin-m-top-bottom-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    display: block;
  }

  .margin-m-top-bottom-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    display: block;
  }

  .margin-m-top-bottom-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    display: block;
  }

  .margin-m-top-bottom-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    display: block;
  }

  .margin-m-top-bottom-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    display: block;
  }

  .text-m-size-12 {
    font-size: 12px !important;
    line-height: 1.4em;
  }

  .text-m-size-16 {
    font-size: 16px !important;
    line-height: 1.4em;
  }

  .text-m-size-20 {
    font-size: 20px !important;
    line-height: 1.4em;
  }

  .text-m-size-25 {
    font-size: 25px !important;
    line-height: 1.4em;
  }

  .text-m-size-30 {
    font-size: 30px !important;
    line-height: 1.4em;
  }

  .text-m-size-40 {
    font-size: 40px !important;
    line-height: 1.4em;
  }

  .text-m-size-50 {
    font-size: 50px !important;
    /*line-height: 1.4em;*/
	 line-height:normal;
  }

  .text-m-size-60 {
    font-size: 60px !important;
    line-height: 1.4em;
  }

  .text-m-size-70 {
    font-size: 70px !important;
    line-height: 1.4em;
  }

  .owl-buttons {
    display: none;
  }
}  

/* -480px version */
@media screen and (max-width:480px) {
  .top-bar .right {
    float: none;
  }

  .top-bar-contact p {
    height: auto;
    line-height: 1.3em;
    padding: 10px 0;
    text-align: center;
  }

  .top-bar-social.right {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .margin-s-top {
    margin-top: 1.25em !important;
    display: block;
  }

  .margin-s-bottom {
    margin-bottom: 1.25em !important;
    display: block;
  }

  .margin-s-top-bottom {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    display: block;
  }

  .margin-s-top-2x {
    margin-top: 2.5em !important;
    display: block;
  }

  .margin-s-bottom-2x {
    margin-bottom: 2.5em !important;
    display: block;
  }

  .margin-s-top-bottom-2x {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
    display: block;
  }

  .margin-s-top-0 {
    margin-top: 0 !important;
    display: block;
  }

  .margin-s-top-10 {
    margin-top: 10px !important;
    display: block;
  }

  .margin-s-top-15 {
    margin-top: 15px !important;
    display: block;
  }

  .margin-s-top-20 {
    margin-top: 20px !important;
    display: block;
  }

  .margin-s-top-30 {
    margin-top: 30px !important;
    display: block;
  }

  .margin-s-top-40 {
    margin-top: 40px !important;
    display: block;
  }

  .margin-s-top-50 {
    margin-top: 50px !important;
    display: block;
  }

  .margin-s-top-60 {
    margin-top: 60px !important;
    display: block;
  }

  .margin-s-top-70 {
    margin-top: 70px !important;
    display: block;
  }

  .margin-s-top-80 {
    margin-top: 80px !important;
    display: block;
  }

  .margin-s-bottom-0 {
    margin-bottom: 0 !important;
    display: block;
  }

  .margin-s-bottom-10 {
    margin-bottom: 10px !important;
    display: block;
  }

  .margin-s-bottom-15 {
    margin-bottom: 15px !important;
    display: block;
  }

  .margin-s-bottom-20 {
    margin-bottom: 20px !important;
    display: block;
  }

  .margin-s-bottom-30 {
    margin-bottom: 30px !important;
    display: block;
  }

  .margin-s-bottom-40 {
    margin-bottom: 40px !important;
    display: block;
  }

  .margin-s-bottom-50 {
    margin-bottom: 50px !important;
    display: block;
  }

  .margin-s-bottom-60 {
    margin-bottom: 60px !important;
    display: block;
  }

  .margin-s-bottom-70 {
    margin-bottom: 70px !important;
    display: block;
  }

  .margin-s-bottom-80 {
    margin-bottom: 80px !important;
    display: block;
  }

  .margin-s-top-bottom-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: block;
  }

  .margin-s-top-bottom-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .margin-s-top-bottom-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: block;
  }

  .margin-s-top-bottom-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    display: block;
  }

  .margin-s-top-bottom-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    display: block;
  }

  .margin-s-top-bottom-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    display: block;
  }

  .margin-s-top-bottom-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    display: block;
  }

  .margin-s-top-bottom-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    display: block;
  }

  .margin-s-top-bottom-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    display: block;
  }

  .margin-s-top-bottom-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    display: block;
  }

  .text-s-size-12 {
    font-size: 12px !important;
    line-height: 1.4em;
  }

  .text-s-size-16 {
    font-size: 16px !important;
    line-height: 1.4em;
  }

  .text-s-size-20 {
    font-size: 20px !important;
    line-height: 1.4em;
  }

  .text-s-size-25 {
    font-size: 25px !important;
    line-height: 1.4em;
  }

  .text-s-size-30 {
    font-size: 30px !important;
    line-height: 1.4em;
  }

  .text-s-size-40 {
    font-size: 40px !important;
    line-height: 1.4em;
  }

  .text-s-size-50 {
    font-size: 50px !important;
    /*line-height: 1.4em;*/
	 line-height:normal;
  }

  .text-s-size-60 {
    font-size: 60px !important;
    line-height: 1.4em;
  }

  .text-s-size-70 {
    font-size: 70px !important;
    line-height: 1.4em;
  }
} 

/* Typography */
.text-uppercase {
  text-transform: uppercase;
  line-height: 1em;
}

.text-line-height-1 {
  line-height: 1em;
}

/* Containers */
.text-padding {
  display: inline-block !important;
  padding: 15px 20px;
}

.text-padding-small {
  display: inline-block !important;
  padding: 7px 10px;
}   

/* Belal Hossain */
.line-hight-normal{line-height:normal;}
.search-input-1{padding:5px 5px 5px 5px !important; margin-top:5px; font-style:normal !important;}
.search-button-1{ border:none; background:url(../../images/icon-search.jpg) 5px  no-repeat; width:20px; cursor:pointer; height:20px;}

.search-input-2{width:100%; font-size:1.0em; float:right; font-style:normal; padding:20px 10px; background:#BDE0E2 !important; border:none;
	border: 0px solid #BDE0E2;	
	color: #2F2F2F;
}
.search-button-2{width:100%; font-size:1.0em; float:left; padding:20px 0; background:#08789E !important; border: 1px solid #08789E; border:none; color:#FFF; cursor:pointer;}

.font-italic{ font-style:italic !important;}
.current_training{border:none;}
.current_training tr td{padding: 0px 0; background-color:#FEF5FA; border:none;}

.feedback{border:none;}
.feedback tr td{padding: 0px 0px; background-color:#F5FBFB; border:none;}

.start-calendar {
	width:120px;
	height:135px;
	margin:0 0 0 0;
	padding:20px 20px;
	text-align:center;
	background:url(../../images/start_calendar.png) left top no-repeat;
}

div.start-calendar-month{ width:70px; text-align:center; color:#00739A; padding:5px 0;}
div.start-calendar-day{ width:70px; text-align:center; font-size:50px; color:#00739A;}

@media screen and (max-width:700px){
	.start-calendar {
	width:70px;
	height:85px;
	padding:10px 10px;
	margin:10px 0 0 0;
	background:url(../../images/start_calendar_mini.png) left top no-repeat;
}

div.start-calendar-month{ width:40px; text-align:center; color:#00739A; padding:5px 0;}
div.start-calendar-day{ width:40px; text-align:center; font-size:30px; color:#00739A;}
}

.apply-now{color:#FFFFFF; background:#A02765; padding:5px 15px 5px 15px; border:1px solid #A02765; cursor:pointer;}

.top-line{ border-top:5px solid #23A8BB;}
.top-line-pink{ border-top:5px solid #9E2261;}
.top-line-nblue{ border-top:5px solid #00799E;}
.top-line-sky{ border-top:5px solid #78C8C9;}

.bottom-line{ border-bottom:5px solid #23A8BB;}

.bottom-line-dark{ border-bottom:6px solid #00799E;}

.padding-top-10{ padding-top:10px !important;}

/**********Other Page Photo*********/
.line .banner-img{
	width:100% !important;
	position:relative; 
	left:0;  
	top:0; 
	z-index:1;
}
.banner-tag{
	position:absolute; 
	bottom:0px; left:0px; 
	background-color:#FFFFFF; 
	width:45%; 
	padding-right:20px; 
	padding-top:10px;
	text-align:right !important;
	z-index:2;
}

@media screen and (max-width:768px){
	.banner-tag{
		position:absolute; 
		bottom:0px; left:0px; 
		background-color:#FFFFFF; 
		width:100%; 
		padding-right:20px; 
		padding-top:10px;
		text-align:left !important;
		z-index:2;
	}
}
@media screen and (max-width:480px){
	.banner-tag{
		position:absolute; 
		bottom:0px; left:0px; 
		background-color:#FFFFFF; 
		width:100%; 
		padding-right:20px; 
		padding-top:10px;
		text-align:left !important;
		z-index:2;
	}
}

/*********Left Nav*********/
.left_nav{
	background:#47A3AE url(../../images/left-nav-bg.jpg) top left repeat-x;
	border-radius:10px;
	width:95%;
}

.left_nav div.profile-img img {
  text-align:center;	
  border-radius: 48%;
  border:15px solid #FFFFFF !important;
}

.left_nav div.profile-menu{   
	padding:0px 15px 10px 15px ;
}

.left_nav div.profile-menu p.left-nav-menu {
	padding:5px 10px;
	margin:0px 0px 5px 0px;
}

/**********Time Clock*********/
div.time-counter{background:#D3145A; width:120px; padding:3px 0; border-radius:5px; font-family: Impact, Charcoal, sans-serif;}

@media screen and (max-width:768px){.fb-area-container{border:1px solid #E6E6E6; background:#F6F6F6; margin-top:1.0em; border-top:1px solid #4267B2;} }

.footer-copyright{border-top:0px groove #DCDCDC;}
@media screen and (max-width:768px){.footer-copyright p{text-align:center !important;}}
@media screen and (max-width:480px){.footer-copyright p{text-align:center !important;}}
