@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);



body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #3d8eb9 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #3d8eb9 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #3d8eb9;
}
.btn-social:hover {
  background: #3d8eb9;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #3d8eb9;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #3d8eb9;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3d8eb9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3d8eb9;
}
.lead a,
.lead a:hover {
  color: #3d8eb9;
}
.lead blockquote {
  border-color: #3d8eb9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98c5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #3d8eb9;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.features6 .description {
  font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
  font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #3d8eb9;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Lora', serif;
}
.extHeader5 .container label {
  font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #3d8eb9;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #3d8eb9;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #3d8eb9;
}
.extCounters2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #3d8eb9;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #3d8eb9;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #3d8eb9;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #3d8eb9;
}
.extAccordion1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #3d8eb9;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #3d8eb9;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #3d8eb9;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #3d8eb9;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #3d8eb9 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #3d8eb9;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #3d8eb9;
}
.theme-border {
  border: 1px solid #3d8eb9;
}
#extMenu1-0 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-0 .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-0 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-0 .close-icon::before,
#extMenu1-0 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-0 .link,
#extMenu1-0 .dropdown-item {
  color: #ffffff;
}
#extMenu1-0 .link {
  font-size: 0.75rem;
}
#extMenu1-0 .dropdown-item,
#extMenu1-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-0 .link:hover,
#extMenu1-0 .dropdown-item:hover,
#extMenu1-0 .link:focus,
#extMenu1-0 .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-0 .link[aria-expanded="true"],
#extMenu1-0 .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-0 .nav-dropdown-sm .link:focus,
#extMenu1-0 .nav-dropdown-sm .link:hover,
#extMenu1-0 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-0 .navbar,
#extMenu1-0 .nav-dropdown-sm,
#extMenu1-0 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-0 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-0 .bg-color.transparent.opened .link:hover,
#extMenu1-0 .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-0 .link[aria-expanded="true"],
#extMenu1-0 .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-0 .innerEmail:hover,
#extMenu1-0 .innerPhone:hover {
  color: #3d8eb9;
}
#extSlider1-1 H2 {
  font-size: 32px;
}
#extFeatures1-4 .mbr-section-title {
  color: #000000;
  font-size: 32px;
}
#extFeatures1-4 P {
  color: #000000;
}
#contacts1-7 P {
  font-size: 13px;
}
#extMsg-box4-r SPAN {
  font-size: 36px;
}
#extMenu1-t .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-t .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-t .navbar-toggler {
  color: #ffffff;
}
#extMenu1-t .close-icon::before,
#extMenu1-t .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-t .link,
#extMenu1-t .dropdown-item {
  color: #ffffff;
}
#extMenu1-t .link {
  font-size: 0.75rem;
}
#extMenu1-t .dropdown-item,
#extMenu1-t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-t .link:hover,
#extMenu1-t .dropdown-item:hover,
#extMenu1-t .link:focus,
#extMenu1-t .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-t .link[aria-expanded="true"],
#extMenu1-t .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-t .nav-dropdown-sm .link:focus,
#extMenu1-t .nav-dropdown-sm .link:hover,
#extMenu1-t .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-t .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-t .navbar,
#extMenu1-t .nav-dropdown-sm,
#extMenu1-t .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-t .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-t .bg-color.transparent.opened .link:hover,
#extMenu1-t .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-t .link[aria-expanded="true"],
#extMenu1-t .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-t .innerEmail:hover,
#extMenu1-t .innerPhone:hover {
  color: #3d8eb9;
}
#contacts1-v P {
  font-size: 13px;
}
#extMsg-box4-h SPAN {
  font-size: 36px;
}
#extMenu1-9 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-9 .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-9 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-9 .close-icon::before,
#extMenu1-9 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-9 .link,
#extMenu1-9 .dropdown-item {
  color: #ffffff;
}
#extMenu1-9 .link {
  font-size: 0.75rem;
}
#extMenu1-9 .dropdown-item,
#extMenu1-9 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-9 .link:hover,
#extMenu1-9 .dropdown-item:hover,
#extMenu1-9 .link:focus,
#extMenu1-9 .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-9 .link[aria-expanded="true"],
#extMenu1-9 .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-9 .nav-dropdown-sm .link:focus,
#extMenu1-9 .nav-dropdown-sm .link:hover,
#extMenu1-9 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-9 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-9 .navbar,
#extMenu1-9 .nav-dropdown-sm,
#extMenu1-9 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-9 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-9 .bg-color.transparent.opened .link:hover,
#extMenu1-9 .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-9 .link[aria-expanded="true"],
#extMenu1-9 .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-9 .innerEmail:hover,
#extMenu1-9 .innerPhone:hover {
  color: #3d8eb9;
}
#contacts1-d P {
  font-size: 13px;
}
#extMsg-box4-l SPAN {
  font-size: 36px;
}
#extMenu1-n .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-n .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-n .navbar-toggler {
  color: #ffffff;
}
#extMenu1-n .close-icon::before,
#extMenu1-n .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-n .link,
#extMenu1-n .dropdown-item {
  color: #ffffff;
}
#extMenu1-n .link {
  font-size: 0.75rem;
}
#extMenu1-n .dropdown-item,
#extMenu1-n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-n .link:hover,
#extMenu1-n .dropdown-item:hover,
#extMenu1-n .link:focus,
#extMenu1-n .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-n .link[aria-expanded="true"],
#extMenu1-n .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-n .nav-dropdown-sm .link:focus,
#extMenu1-n .nav-dropdown-sm .link:hover,
#extMenu1-n .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-n .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-n .navbar,
#extMenu1-n .nav-dropdown-sm,
#extMenu1-n .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-n .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-n .bg-color.transparent.opened .link:hover,
#extMenu1-n .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-n .link[aria-expanded="true"],
#extMenu1-n .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-n .innerEmail:hover,
#extMenu1-n .innerPhone:hover {
  color: #3d8eb9;
}
#contacts1-p P {
  font-size: 13px;
}
#extMsg-box4-x SPAN {
  font-size: 36px;
}
#extMenu1-z .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-z .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-z .navbar-toggler {
  color: #ffffff;
}
#extMenu1-z .close-icon::before,
#extMenu1-z .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-z .link,
#extMenu1-z .dropdown-item {
  color: #ffffff;
}
#extMenu1-z .link {
  font-size: 0.75rem;
}
#extMenu1-z .dropdown-item,
#extMenu1-z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-z .link:hover,
#extMenu1-z .dropdown-item:hover,
#extMenu1-z .link:focus,
#extMenu1-z .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-z .link[aria-expanded="true"],
#extMenu1-z .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-z .nav-dropdown-sm .link:focus,
#extMenu1-z .nav-dropdown-sm .link:hover,
#extMenu1-z .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-z .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-z .navbar,
#extMenu1-z .nav-dropdown-sm,
#extMenu1-z .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-z .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-z .bg-color.transparent.opened .link:hover,
#extMenu1-z .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-z .link[aria-expanded="true"],
#extMenu1-z .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-z .innerEmail:hover,
#extMenu1-z .innerPhone:hover {
  color: #3d8eb9;
}
#contacts1-11 P {
  font-size: 13px;
}
#extMsg-box4-13 SPAN {
  font-size: 36px;
}
#extMenu1-15 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-15 .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-15 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-15 .close-icon::before,
#extMenu1-15 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-15 .link,
#extMenu1-15 .dropdown-item {
  color: #ffffff;
}
#extMenu1-15 .link {
  font-size: 0.75rem;
}
#extMenu1-15 .dropdown-item,
#extMenu1-15 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-15 .link:hover,
#extMenu1-15 .dropdown-item:hover,
#extMenu1-15 .link:focus,
#extMenu1-15 .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-15 .link[aria-expanded="true"],
#extMenu1-15 .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-15 .nav-dropdown-sm .link:focus,
#extMenu1-15 .nav-dropdown-sm .link:hover,
#extMenu1-15 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-15 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-15 .navbar,
#extMenu1-15 .nav-dropdown-sm,
#extMenu1-15 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-15 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-15 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-15 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-15 .bg-color.transparent.opened .link:hover,
#extMenu1-15 .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-15 .link[aria-expanded="true"],
#extMenu1-15 .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-15 .innerEmail:hover,
#extMenu1-15 .innerPhone:hover {
  color: #3d8eb9;
}
#contacts1-17 P {
  font-size: 13px;
}
#content5-1h .mbr-section-title,
#content5-1h p {
  color: #fff;
}
#content5-1h .mbr-section-title {
  text-align: center;
}
#content5-1h P {
  text-align: center;
}
#extMenu1-1b .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-1b .navbar-caption {
  color: #ffffff;
  font-size: 9px;
}
#extMenu1-1b .navbar-toggler {
  color: #ffffff;
}
#extMenu1-1b .close-icon::before,
#extMenu1-1b .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-1b .link,
#extMenu1-1b .dropdown-item {
  color: #ffffff;
}
#extMenu1-1b .link {
  font-size: 0.75rem;
}
#extMenu1-1b .dropdown-item,
#extMenu1-1b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#extMenu1-1b .link:hover,
#extMenu1-1b .dropdown-item:hover,
#extMenu1-1b .link:focus,
#extMenu1-1b .dropdown-item:focus {
  color: #3d8eb9;
}
#extMenu1-1b .link[aria-expanded="true"],
#extMenu1-1b .dropdown-menu {
  background: #a8a8a8;
}
#extMenu1-1b .nav-dropdown-sm .link:focus,
#extMenu1-1b .nav-dropdown-sm .link:hover,
#extMenu1-1b .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#extMenu1-1b .navbar,
#extMenu1-1b .nav-dropdown-sm,
#extMenu1-1b .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-1b .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#extMenu1-1b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-1b .bg-color.transparent.opened .link:hover,
#extMenu1-1b .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#extMenu1-1b .link[aria-expanded="true"],
#extMenu1-1b .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#extMenu1-1b .innerEmail:hover,
#extMenu1-1b .innerPhone:hover {
  color: #3d8eb9;
}
#contacts1-1d P {
  font-size: 13px;
}


.example1 {
 height: 250px;
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 150px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 /* Apply animation to this element */
 -moz-animation: example1 30s linear infinite;
 -webkit-animation: example1 30s linear infinite;
 animation: example1 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   {
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%);
 }
 100% {
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%);
 }
}
.example1 h3:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }

.img_tekst {
    width: 100%;
    height: auto;
}
.img_tekst_1 {
    display: block;
    margin: auto;
    width: 50%;

}
.wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
}
.main-wrapper {
    height: 100%;
    overflow-y: auto;
    padding: 50px 0 0px 0;
}
.main {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}
.sidebar-wrapper {
    height: 100%;
    padding: 50px 0 0px 0;
    position: fixed;
    border-right: 1px solid gray;
}
.sidebar {
    position: relative;
    height: 100%;
    overflow:hidden;
}
.sidebar .list-group-item {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;

	-moz-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;
    background-color: #F44336;
    border-color: #F44336;
}

.affix a {
    color: #fff !important;
    padding: 15px !important;
    -webkit-transition: all .5s ease-in-out;
	-ms-transform: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transform: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sastrane

{
position: -webkit-sticky;
    position: sticky;
    top: 100px;
	}

	 @media (max-width: 550px) {
     .big-container {
         display: none;
     }
 }
 @media (min-width: 550px) {
     .small-container {
         display: none;
     }
 }
 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,
 .vresponsive-iframe-container object,
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
.example1 {
 height: 50px;
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 font-size: 3em;
 color: limegreen;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 /* Apply animation to this element */
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   {
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%);
 }
 100% {
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%);
 }
}.example1 h3:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }

 .news-block {
    width: 50%;
    margin: 3em auto 0em;
	vertical-align: middle;
}
.news-left {
    float: left;
    width: 49%;
    border: 1px solid #ccc;
    padding:1em 1.5em;
    background: #fff;
}
.reaches {
    float: right;
    width: 50%;
    text-align: right;
	vertical-align: middle;
}
.news-text1 {
    float: left;
    width: 49%;
}
.news-text2{
	float: left;
    width: 49%;
}
.news-text3{
	float: center;
    width: 100%;
}
.new-right {
    float: right;
    width: 35%;
    border: 1px solid #ccc;
    padding: 1em 1.5em;
    background: #fff;
}
.news-1 {


}
.news-2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1em;
    margin-bottom: 1em;
}
.news-text1 h2 {
    font-size: 1.6em;
    color:#2969b0;
    font-weight: 600;
}

.news-text3 h2 {
    font-size: 1.6em;
    color:#2969b0;
    font-weight: 600;
}
.news-btn-1 a {
    font-size: 1em;
    color: #fff;
    background:#0a407d;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top:1.4em;
}
.news-btn-1 a:hover{
    background:#2969b0;
}
.news-left h3 {
    font-size: 1.4em;
}
.news-left h3 a{
	color: #000;
}
.reaches h6 {
    font-size: 1em;
    color: #0a407d;
}
.news-left p {
    font-size: 0.95em;
    color: #777;
    line-height: 1.8em;
}
.buzz-newsh3 {
    font-size: 1.4em;
    color: #0A0909;
}
.buzz-newsh3 p {
    font-size: 0.95em;
    color: #777;
    line-height: 1.8em;
}
/*--news-right--*/
.news-text2 h4 {
    font-size: 1.5em;
    color: #ff0000;
}
.news-btn-2 a {
    font-size: 1em;
    color: #fff;
    background:#ffbb00;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 1em;
}
.news-btn-2 a:hover{
    background:#F19E35;
}
.news-btn-3 a {
    font-size: 0.8em;
    color: #fff;
    background:#0a478b;
    padding: 0.5em 1em;
    display: inline-block;
    vertical-align: middle;
	float:right;
	padding: 0.5em 1em;
}
.news-btn-3 a:hover{
    background:#2969b0;
}
.news-block-bottom {

    margin-top:1em;
    padding: 0.5em 0.5em;
    background: #f7f7f7;
	vertical-align: middle;
}
.buzz-news {
    float: right;
    width: 68%;
	vertical-align: middle;

}
.buzz-img {
    float: left;
    width: 30%;

	display: block;
    margin: auto;
}



.buzz-news h3 {
    font-size: 1.4em;
    margin-bottom: 0.2em;
}
.buzz-news h3 a{
	 color: #2969b0;
}
.buzz-news p {
    font-size:0.9em;
    color: #777;
    line-height: 1.2em;
}
/*----*/
a.popup-with-zoom-anim {
	outline: none;
	border: none;
	text-decoration: none;
	color:#fff;
	font-size:1em;

}
a.popup-with-zoom-anim:hover{
	transition: all 0.5s ease-in-out;
	color:#fff;
}
.pricetag:hover .content1 {
    background: #538BC3;
	border-right: none;
}
.pricetag:hover .content1 h3 {
   color:#fff;
}
.pricetag:hover a.popup-with-zoom-anim {
   background-color:#538BC3;
	transition: all 0.5s ease-in-out;
	color:#fff;
}
.content4{
    background: #538BC3;
	border-right: none;
}
.content4 h3{
    color:#fff;
}
#small-dialog h4 {
    margin: 10px 0;
    font-size: 2em;
    color:#F19E35;
}
#small-dialog p {
    font-size: 1em;
    line-height: 1.8em;
    color: #4E4E4E;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    background: white;
    padding: 30px 40px;
    text-align: left;
    max-width: 426px;
    margin: 40px auto;
    position: relative;
    border: 5px solid #364C86;
    border-radius: 5px;
    height:190px;
}
/* start state */
.my-mfp-zoom-in #small-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #698FA7;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
.mfp-align-top .mfp-container:before {
	display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
.mfp-ajax-cur {
	cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none; }
.mfp-hide {
  display: none !important;
}
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	background:#F19E35;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 1046;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
    width: 60px;
    height: 30px;
    line-height: 10px;
    position: absolute;
    right: 45%;
    top: 75%;
    text-decoration: none;
    text-align: center;
    color: white;
    font-style: normal;
    font-size: 28px;
    outline: none;
    padding: 0 !important;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
    padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
/*---copyrights--*/
.copy-right {
    margin: 3em 0em 2em 0em;
}
.copy-right p {
    text-align: center;
    font-size:1em;
    color:#fff;
    line-height: 1.5em;
    font-family: 'Quicksand', sans-serif;
}
.copy-right p a{
  color:#fff;
}
.copy-right p a:hover{
	 color:#7CBB00;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--news-right--*/
.clear{
  clear:both;
}
/*--media quries start here--*/
@media(max-width:1440px){
.news-btn-1 a {
    font-size: 1em;
    color: #fff;
    background: #00a1f1;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 0.7em;
}
}
@media(max-width:1366px){
.news-block {
    width: 52%;
    margin: 3em auto 0em;
	vertical-align: middle;
}
}
@media(max-width:1280px){
.news-block {
    width: 57%;
}
}
@media(max-width:1024px){
.news-block {
    width:69%;
}
.news-block-bottom {
    margin-top: 2em;
}
}
@media(max-width:800px){
.news-block {
    width: 91%;
}
}
@media(max-width:736px){
.news-left p {
    font-size: 0.88em;
}
.news-btn-1 a {
    font-size: 0.8em;
}
.news-btn-2 a {
    font-size: 0.8em;
}
.buzz-news p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.news-btn-3 a {
	float: right;
    font-size: 0.8em;

}
}
@media(max-width:667px){
.news-left p {
    font-size: 0.8em;
}
.news-left {
    padding: 1em 1em;
}
}
@media(max-width:640px){
.news-left {
    float: none;
    width:91%;
}
.new-right {
    float: none;
    width: 91%;
}
.news-left {
    float: none;
    width: 91%;
    margin-bottom: 1em;
}
.news-block-bottom {
    margin-top: 1em;
	vertical-align: middle;
}
.buzz-img {
    float: none;
    width: 100%;
    margin-top: 1em;
}
.buzz-news {
    float: none;
    width: 100%;
	vertical-align:middle;
}
h1 {
    margin-top: 0.6em;
}
}
@media(max-width:480px){
.news-left {
    width: 88%;
}
.new-right {
    width: 88%;
     padding: 1em 1em;
}
.copy-right p {
    font-size: 0.8em;
}
h1 {
    font-size: 2em;
}
.news-text1 h2 {
    font-size: 1.3em;
}
.news-left h3 {
    font-size: 1.2em;
}
.buzz-news h3 {
    font-size: 1.2em;
}
.news-btn-1 a {
    font-size: 0.8em;
    padding: 0.3em 1em;
}
.news-btn-2 a {
    font-size: 0.8em;
    padding: 0.3em 1em;
}
.news-btn-3 a {
    font-size: 0.8em;
    padding: 0.3em 1em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.5em;
}
.news-left {
    padding: 1em;
}
.news-block {
    width: 95%;
    margin: 1em auto 0em;
}
.new-right {
    float: none;
    width: 88%;
    border: 1px solid #ccc;
    padding: 1em;
}
.news-left h3 {
    font-size: 1em;
}
.news-left p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.news-block-bottom {
    padding: 1em;
}
.buzz-news h3 {
    font-size: 1em;
}
.buzz-news p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.copy-right {
    margin: 1em 0em 1em 0em;
}
.reaches h6 {
    font-size: 0.85em;
}
#small-dialog h4 {
    margin: 4px 0;
    font-size: 1.5em;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    padding: 13px 20px;
    font-size: 0.9em;
}
#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#eee;
}

@media (min-width: 992px) {
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;}
}
@media (max-width: 991px) {
	.carousel-caption p,
	#myCarousel .list-group {display:none;}
}


}
