html {
    overflow-x: hidden;
}
body {
    overflow: hidden;
	font-family: 'Noto Sans', sans-serif;
    color: #3e474c;
}
body.boxed-layout {
    background: #f0f9ff url('../media/1017/bkbody.jpg') repeat-x;padding-top:0;
}
.csstransforms3d .container {} img {
    max-width: 100%;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
img.align-left {
    text-align: left;
    float: left;
    margin: 0 15px 15px 0;
}
img.align-center {
    text-align: center;
    margin: 10px auto;
}
img.align-right {
    text-align: right;
    float: right;
    margin: 0 0 15px 15px;
}
iframe {
    width: 100%;
    border: none;
}
#qLbar {
    top: 0!important;
    margin-top: 0!important;
}
.no-margin-top {
    margin-top: 0!important;
}
.no-margin-bottom {
    margin-bottom: 0!important;
}
/* Content Animation */

/*.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}*/


/* ==================================== */
/* TYPOGRAPHY */
/* ==================================== */

h1 {
    font-size: 1.3em;
  font-weight: 700;

  margin: 0 0 20px;
}
h2 {
    font-size: 22px;
  font-weight: 600;
  margin: 30px 0 20px;
}
}
h3 {
    font-size: 18px;
    font-weight: 800;

    margin: 30px 0 23px;
}
h4 {
    font-size: 18px;
    font-weight: 600;
    /*margin: 30px 0 0;*/
}
h5 {
      font-size: 18px;
  font-weight: 600;
  margin: 30px 0px 10px;
  text-transform: uppercase;
}
h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 20px;
}
p {
    margin: 10px 0;
}
a {
    color: #4174c5;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
a:hover {
    color: #274472;
    text-decoration: none;
}
.small-caption {
    color: #95999e;
    font-size: 13px;
}



#lower-footer .social-media ul {
    float: right;
    margin: 0;
}
#lower-footer .social-icons {
    margin-left: 20px;
}
.blue {
    color: #4174c5;
}
.green,
.success {
    color: #4a9b13;
}
.red,
.error {
    color: #a82512;
}
.yellow {
    color: #dd7d00;
}
iframe + h6,
audio + h6 {
    margin-top: 15px;
    margin-bottom: 40px;
}
h6.shortcodes-caption {
    margin-top: 20px;
    margin-bottom: 40px;
}
.row-separator-caption {
    margin-top: 50px;
}
/* ==================================== */
/* HEADER */
/* ==================================== */

#header {
    z-index: 5000;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
}
#header .container {
    padding: 0;
    width: auto;
}
#header.sticky-header {
    /*position: fixed;*/
}
#header.sticky-header .container {
    padding: 0 15px;
    width: 1170px;
}
.boxed-layout #header.sticky-header {
    left: auto;
    right: auto;
	padding-top:0;
}
/* Main Header */

#main-header {
    padding-left: 5000px;
    padding-right: 5000px;
    margin-left: -5000px;
    margin-right: -5000px;
    background: #fff;
	border-left:1px solid #EDEDED;
	border-right:1px solid #EDEDED;	
    color: #fff;
    height: 130px;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
    z-index: 5000;
   /* transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;*/
}
.sticky-header-on.boxed-layout #main-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -30px;
    margin-right: -15px;
}
.boxed-layout #main-header {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.sticky-header-on .animate-header #main-header {
    height: 0;
    padding: 0;
    overflow: hidden;
}
.animate-header #main-header {
    height: 130px;
    padding-top: 17px;
    padding-bottom: 17px;
}
#main-header blockquote {
    margin: 25px 0 0 0;
    padding: 0;
    border: none;
    font-size: 14px;
    color: #97acc3;
    font-style: italic;
    position: relative;
    padding-left: 18px;
    background: transparent;
    font-weight: 400;
}
#main-header blockquote:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\ebe1';
    color: #50688c;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 3px;
}
#main-header blockquote:after {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\ebe2';
    color: #50688c;
    font-size: 11px;
    position: relative;
    top: 3px;
}
#logo {
    padding-top: 5px;
    padding-left: 40px;
}

#logoGoverno {
    padding-top: 0px;
	padding-right:50px;
	width:400px;
}
#Cerca{  margin-top: -10px; margin-bottom: 10px;}

/* Lower Header */

#lower-header {
    padding-left: 5000px;
    padding-right: 5000px;
    margin-left: -5000px;
    margin-right: -5000px;
    background: #1e71b8;
    color: #fff;
    position: relative;
    z-index: 5000;
    transition: all 0.3s;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;*/
}
#lower-header:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border-top: 1px solid #fff;
    border-bottom: 1px solid #dee0e5;*/
    z-index: 0;
}
.sticky-header-on.boxed-layout #lower-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -30px;
    margin-right: -15px;
    position: relative;
    z-index: 5000;
}
.boxed-layout #lower-header {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    z-index: 5000;
}

.animate-header #lower-header:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);*/
}
/* Navigation */

#menu-button {
    display: none;
}
#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation>li {
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
}
#navigation ul {
    -webkit-perspective: 500px;
    perspective: 500px;
}
#navigation>li {
    display: table-cell;
    text-align: center;
    position: relative;
    border-right: 1px solid #eee;
    background: #1e71b8;
}
#navigation>li:first-child {
    border-left: 1px solid #dee0e5;
}
#navigation>li.home-button {
    width: 60px;
	
}
#navigation li>a,
#navigation li>span {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 19px 10px 18px;
    cursor: pointer;
    transition: color 0.1s, background 0.3s;
    -webkit-transition: color 0.1s, background 0.3s;
    -moz-transition: color 0.1s, background 0.3s;
}
#navigation>li>a,
#navigation>li>span {
    /*border-top: 1px solid #fff;
    border-bottom: 1px solid #dee0e5;*/
}
#navigation>li:hover>a,
#navigation>li:hover>span,
#navigation>li.current-menu-item>a,
#navigation>li.current-menu-item>span {
    /*border-top: 1px solid #7cc5f8;
    border-bottom: 1px solid #579dd9;*/
}
#navigation li:hover,
#navigation li:hover>span,
#navigation li:hover>a,
#navigation>li.current-menu-item,
#navigation>li.current-menu-item>span,
#navigation>li.current-menu-item>a {
    text-decoration: none;
    background: #63b2f5;
    color: #fff;
    border-right-color: transparent;
    border-left-color: transparent;
}
#navigation>li.yt,#navigation>li.yt>a,
 {
    text-decoration: none;
    background: #cf3427;
    color: #fff;
    /*border-right-color: transparent;
    border-left-color: transparent;*/
}
#navigation li:hover>a:after,
#navigation>li.current-menu-item>a:after,
#navigation li:hover>span:after,
#navigation>li.current-menu-item>span:after {
    color: #fff;
}
#navigation>li>a:after,
#navigation>li>span:after {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #a8abae;
    font-size: 13px;
    margin-left: 5px;
    /*content: '\e88e';*/
}
#navigation>li>a:only-child:after,
#navigation>li>span:only-child:after,
#navigation>li.home-button>a:after,
#navigation>li.home-button>span:after {
    content: '';
    display: none;
}
#navigation li.home-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #36a9e0;
    border: none;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}

#navigation li.home-button>a {
    color: #fff;
    padding: 18px 10px;
    background: transparent;
    font-size: 18px;
}
#navigation li.home-button>a:hover {background: #36a9e0;}		
				
#navigation li.yt-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #a82512;
    border: none;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}

#navigation li.yt-button>a {
    color: #fff;
    padding: 18px 10px;
    background: transparent;
    font-size: 18px;
}
#navigation li.yt-button>a:hover {background: #a82512;}
#navigation li.tw-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #fff;
    border: none;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}

#navigation li.tw-button>a {
    color: #fff;
    padding: 18px 10px;
    background: fff;
    font-size: 18px;
}
#navigation li.tw-button>a:hover {background: #fff;}

/* Dropdown */

#navigation li ul li {
    position: relative;
	width:100;
}
#navigation li ul {
    display: none;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #f2f4f9;
    z-index: 9000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px #999;
    top: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
		
#navigation li ul li>a:after,
#navigation li ul li>span:after {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #a8abae;
    font-size: 13px;
    margin-left: 5px;
    content: '\e891';
    position: absolute;
    right: 15px;
    top: 15px;
}
#navigation li ul li>a:only-child:after,
#navigation li ul li>span:only-child:after {
    content: '';
    display: none;
}
.csstransforms3d #navigation li ul {
    display: block;
    width: 200px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
}
.csstransforms3d #navigation ul ul {
    transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
}
#navigation li ul li ul {
    left: 100%;
    top: 0;
    margin-left: -10px;
    margin-top: 10px;
    z-index: 9000;
}
#navigation ul li:last-child,
#navigation ul li:last-child>a,
#navigation ul li:last-child>span {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: none;
}
#navigation ul li:last-child {
    border-bottom: none;
}
#navigation li ul li>a,
#navigation li ul li>span {
    display: block;
    color: #3e474c;
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid #dee0e5;
}
#navigation li:hover>ul {
    display: block;
    width: 100%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
}
#navigation li:hover>ul>li {
    display: block;
}
/* ==================================== */
/* CONTENT */
/* ==================================== */

.section {
    padding: 30px 0;
    background: #fff;
	border-left:1px solid #EDEDED;
	border-right:1px solid #EDEDED;
}
.section.full-width-slider-section {
    padding-top: 0;
}
.section>.row {
    margin-bottom: 40px;
}
.section-row {
    margin-top: 36px;
}
.section>.row:last-child {
    margin-bottom: 0;
}
.boxed-layout .section {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.full-width-bg {
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
}
.boxed-layout .full-width-bg {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.gray-bg {
    background: #f2f4f9;
    padding-top: 0px;
    padding-bottom: 60px;
}
/* Page Heading */

.page-heading {
    background: #fff;
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative;
}
.page-heading h1 {
    margin: 0;
}
.page-heading .breadcrumb {
    margin: 8px 0 0;
    font-size: 13px;
    color: #95999e;
}
/* Main Flex Slider */

.main-flexslider {
    height: 460px;
}
.main-flexslider .slides>li {
    height: 460px;
    color: #fff;
    background-size: cover!important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.main-flexslider .slide {
    /*padding: 80px 50px;*/
}
.full-width-slider .slide {
    width: 1170px;
    margin: 0 auto;
}
.main-flexslider h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
}
.main-flexslider p {
    font-size: 16px;
}
.main-flexslider a.button {
    border-bottom-color: #738497;
}
.main-flexslider p + a.button {
    margin-top: 37px;
}
.main-flexslider .great-vibes + h2 {
    margin-top: 10px;
}
.main-flexslider .great-vibes {
    font-size: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.main-flexslider .great-vibes:before {
    content: '';
    display: block;
    width: 40px;
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    left: -60px;
}
.main-flexslider .great-vibes:after {
    content: '';
    display: block;
    width: 40px;
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    right: -60px;
}
#main_flex_1 {
    background: url(../img/slide1.html) no-repeat;
}
#main_flex_1 .slide {
    padding-left: 100px;
}
#main_flex_2 {
    background: url(../img/slide2.html) no-repeat;
}
#main_flex_2 .slide {
    padding-top: 120px;
}
#main_flex_2 .slide h2 {
    font-weight: 700;
}
#main_flex_3 {
    background: url(../img/slide3.html) no-repeat;
}
#main_flex_3 .slide {
    padding-top: 100px;
}
/* Revolution Slider */

.tp-banner-container {
    position: relative;
}
.tp-caption.align-right {
    padding-right: 30px;
}
.main-revolution h2 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 54px;
    margin: 0;
}
.main-revolution p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}
.main-revolution a.button {
    border-bottom-color: #738497;
    margin: 0;
}
.main-revolution .great-vibes + h2 {
    margin-top: 10px;
}
.main-revolution .great-vibes {
    font-size: 36px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
}
.main-revolution .great-vibes:before {
    content: '';
    display: block;
    width: 40px;
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    left: -60px;
}
.main-revolution .great-vibes:after {
    content: '';
    display: block;
    width: 40px;
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    right: -60px;
}
.tparrows.default {
    width: 45px;
    height: 45px;
    left: -40px!important;
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    top: 50%!important;
}
.tparrows.default.tp-rightarrow {
    right: -40px!important;
    left: auto!important;
}
.tp-banner-container:hover .tparrows.default {
    left: 20px!important;
    right: auto!important;
}
.tp-banner-container:hover .tparrows.default.tp-rightarrow {
    right: 20px!important;
    left: auto!important;
}
.tparrows.default:hover {
    background: rgba(0, 0, 0, .8);
}
.tparrows.default:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #fff;
    font-size: 24px;
    content: '\e891';
    position: absolute;
    left: 50%;
    margin-left: -3px;
}
.tparrows.default.tp-leftarrow:before {
    content: '\e890';
    margin-left: -6px;
}
/* Owl Carousel */

.owl-carousel-container {
    margin: 0 -15px;
    margin-bottom: 50px;
}
.testimonial-carousel + a.button {
    margin-top: -20px;
}
.owl-item {
    padding: 0 15px;
}
.owl-header {
    padding: 0 15px;
    position: relative;
}
.owl-header .carousel-arrows {
    position: absolute;
    top: -10px;
    right: 15px;
}
.testimonial-carousel .owl-header .carousel-arrows {
    top: -25px;
}
.owl-header .carousel-arrows span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    color: #808ca4;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    background: #e2eaf2;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
}
.testimonial-carousel .owl-header .carousel-arrows span {
    width: 25px;
    height: 25px;
    padding-top: 0;
}
.owl-header .carousel-arrows span:hover {
    color: #fff;
    background: #63b2f5;
    border-top-color: #7cc5f8;
    border-bottom-color: #579dd9;
}

/* News HP  */

.newsHP{
	width: 270px;
	height:458px;
  	float: left;
	margin-bottom: 20px;
}
.newsHPcx{
  width: 270px;
  height: 458px;
  float: left;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 20px;
}
.newsHP img{width:270px; height:200px; margin:0 auto;margin-bottom: 15px;}
.newsHP h2{text-align:center; font-size:14px;font-weight:bold; margin-top:10px;  padding: 0 5px 0 5px;}
.newsHP p{padding:10px;font-size:12px;}

.newsHPcx img{width:270px; height:200px; margin:0 auto;margin-bottom: 15px;}
.newsHPcx h2{text-align:center; font-size:14px;font-weight:bold; margin-top:10px;  padding: 0 5px 0 5px;}
.newsHPcx p{padding:10px;font-size:12px;}

/* Blog Posts */

.blog-post:before,
.blog-post:after {
    content: "";
    display: table;
}
.blog-post:after {
    clear: both;
}
.blog-post {
    zoom: 1;
}
.blog-post.big {
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.blog-post.big .post-image {
    float: left;
    width: 55.5555%;
    margin-right: 30px;
}
.post-image img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.post-title {
    margin: 20px 0 7px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  font-weight: bold;
  display: block;
}
.blog-post.big .post-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
}
.post-meta {
    margin-bottom: 15px;
    line-height: 16px;
}
.post-meta>span {
    display: inline-block;
    font-size: 13px;
    color: #95999e;
    line-height: 16px;
}
.blog-post a.button {
    margin-top: 11px;
}



/* Contact */

.contact-map {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    margin-bottom: -10px;
}


/* Events */

.section.full-width-map,
.section.full-width-image {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background: #fff;
}
.section.full-width-map iframe {
    margin-bottom: -5px;
}
.section.full-width-image img,
.section.full-width-map iframe {
    width: 100%;
}
.event-single {
    margin-bottom: 30px;
}
.event-meta {
    overflow: hidden;
}
.event-meta-block {
    background: #e2eaf2;
    display: block;
    padding: 18px 13px 18px 13px;
    height: 75px;
    padding-left: 50px;
    position: relative;
}
.event-meta-block p {
    font-size: 15px;
    white-space: nowrap;
}
.event-meta-block>.icons {
    position: absolute;
    top: 17px;
    left: 10px;
    color: #c6d0dc;
    font-size: 24px;
}
.event-meta-block .social-share li a {
    color: #808ca4;
}
.event-meta-block:first-child {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.event-meta-block:last-child {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}
.event-meta-block + .event-meta-block {
    margin-top: 1px;
}
.event-meta-block p {
    margin: 0;
}
.event-meta-block p.title {
    color: #95999e;
    font-size: 13px;
    line-height: 16px;
}
.event-meta.horizontal + .event-image {
    margin-top: 10px;
}
.event-image + .event-meta.horizontal {
    margin-top: 5px;
}
.horizontal .event-meta-block {
    margin: 0;
}
.horizontal .event-meta-block + .event-meta-block {
    border-left: 1px solid #f2f4f9;
}
.horizontal .event-meta-block:first-child {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}
.horizontal .event-meta-block:last-child {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
.event-pagination {
    margin-bottom: -20px;
    margin-top: -16px;
}
.event-details h6 {
    margin-top: 20px;
}
.event-details .project-details {
    margin-top: -7px;
}
/* Related Events */

.event-info {
    display: table;
    margin-top: 30px;
}
.event-info>* {
    display: table-cell;
    vertical-align: top;
}
.event-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-info .date>span {
    background: #ebf4fc;
    text-align: center;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 42px;
    display: block;
    transition: color 0.2s, background 0.3s;
    -webkit-transition: color 0.2s, background 0.3s;
    -moz-transition: color 0.2s, background 0.3s;
}
.event-info .date .day {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 0;
}
.event-info .date .month {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    padding: 0;
}
.event-info .event-content {
    padding-left: 15px;
    vertical-align: top;
}
.event-info .event-content h6 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
}
.event-info .event-content .event-meta {
    color: #95999e;
    line-height: 16px;
    font-size: 13px;
}
.event-info .event-content .event-meta .icons {
    font-size: 10px;
    margin-right: 2px;
    color: #cbcdd1;
    position: relative;
    top: -1px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
.event-item:hover .date>span {
    background: #63b2f5;
    color: #fff;
}
.event-item:hover h6 a {
    color: #274472;
}
.event-item {
    margin-bottom: 10px;
}
.event-item .event-image img {
    width: 100%;
}
.event-item:hover .event-content .event-meta .icons {
    color: #b1b4b8;
}
.related-events h3 {
    margin-bottom: 23px;
    margin-top: 0;
}
/* Media */

.media-filters {
    border-bottom: 1px solid #dee0e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1000;
}
.media-filters label {
    color: #95999e;
    font-size: 13px;
    margin-right: 10px;
}


button.small {
    padding: 5px 20px;
}
/* Media Items */

.media-body{margin-bottom: 30px;
border-bottom: 1px dashed #ccc;}

.media-items {
    margin-bottom: -30px;
}
.media-item {
    position: relative;
    background: #fafbfd;
    overflow: hidden;
    z-index: 100;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.media-item.gallery-media {
    background: none;
}
.media-items .mix {
    display: none;
}
.media-image {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.media-item img {
    width: 100%;
}
.media-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(14, 30, 51, .4);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.media-item:hover .media-hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.media-item:hover .media-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.media-hover .media-icons {
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.media-hover .media-icon {
    background: #101e33;
    background: rgba(16, 30, 51, .7);
    width: 50px;
    height: 50px;
    margin: 0 3px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 15px;
    cursor: pointer;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background 0.3s, -webkit-transform 0.5s;
    -moz-transition: background 0.3s, -moz-transform 0.5s;
    transition: background 0.3s, transform 0.5s;
}
.media-hover .media-icon:hover {
    background: rgba(16, 30, 51, 1);
}
.media-item:hover .media-hover {
    display: block;
}
.media-info {
    padding: 20px 20px 30px;
}
.media-item:hover .media-format>div {
    background: #63b2f5;
    color: #fff;
}
.media-header {
    display: table;
    width: 100%;
}
.media-header>div {
    display: table-cell;
    vertical-align: top;
}
.media-format {
    width: 45px;
}
.media-format>div {
    width: 45px;
    height: 45px;
    background: #e2eaf2;
    color: #274472;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
}
.media-caption {
    padding-left: 20px;
}
.media-caption h2 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #4174c5;
}
.media-item h4.related-title {
    margin-top: 20px;
}
.col-lg-3 .media-caption h2,
.col-lg-9 .col-lg-4 .media-caption h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-right: -15px;
}
.col-lg-3 .media-button a.button,
.col-lg-9 .col-lg-4 .media-button a.button {
    padding: 0;
    font-size: 13px;
    background: none;
    color: #274472;
    border: none;
}
.col-lg-3 .media-button,
.col-lg-9 .col-lg-4 .media-button {
    margin-bottom: -6px;
    margin-top: -11px;
}
.col-lg-3 .media-button a.button:first-child,
.col-lg-9 .col-lg-4 .media-button a.button:first-child {
    margin-right: 10px;
}
.col-lg-3 .media-button a.button:hover,
.col-lg-9 .col-lg-4 .media-button a.button:hover {
    background: none;
    color: #63b2f5;
}
.col-lg-3 .media-button a.button:hover:after,
.col-lg-9 .col-lg-4 .media-button a.button:hover:after {
    color: #274472;
}
.media-caption span.tags {
    color: #4174c5;
    font-size: 13px;
}
.media-description {
    margin: 20px 0 28px;
}
/* Project Single */

.project-details,
.project-details td,
.project-details tr,
.project-details th,
.project-details tr:hover {
    background: none;
    border: none;
    padding: 0;
}
.project-details tr:hover td {
    background: none;
}
.project-details tr:first-child td {
    padding-top: 0;
}
.project-details tr:only-child td {
    padding-top: 7px;
}
.project-details td {
    padding: 7px 0;
}
.social-share {
    list-style: none;
    margin: 0 0 0 -5px;
    padding: 0;
}
.social-share li {
    display: inline-block;
    margin-right: 5px;
}
.social-share li a {
    color: #cbcdd1;
    font-size: 16px;
}
.social-share li.facebook:hover a {
    color: #4862a3;
}
.social-share li.twitter:hover a {
    color: #40bff5;
}

/* Blog */

.blog-post {
    margin-bottom: 30px;
}
.blog-post:last-child {
    margin-bottom: 0;
}
.post-image {
    position: relative;
}
.blog-post .post-meta span + span:before {
    display: inline-block;
    content: '\2022 ';
    margin-right: 3px;
    font-size: 10px;
}
.blog-post:hover .media-hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
}
.blog-post:hover .media-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.post-content {
    position: relative;
    padding-left: 100px;
    padding: 20px 0 20px 100px;
}
.post-side-meta {
    position: absolute;
    top: 25px;
    left: 0;
    width: 70px;
    text-align: center;
}
.post-side-meta>a {
    display: block;
}
.post-side-meta .date {
    background: #f2f4f9;
    color: #95999e;
    width: 70px;
    height: 60px;
}
.post-side-meta .date .day {
    font-size: 36px;
    line-height: 26px;
    font-weight: 800;
    display: block;
}
.post-side-meta .date .month {
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.post-side-meta .post-format {
    background: #e2eaf2;
    color: #274472;
    font-size: 24px;
    padding-top: 20px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    width: 70px;
    height: 70px;
    transition: color 0.3s, background 0.3s;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
}

.blog-post h2 {

  margin: 10px 0 5px;
  font-size: 1.1em;
  font-weight: 700;
}
.blog-post p {
      font-size: 1em;
		padding-left:5px;
		padding-right:5px;
}
.post-header {
    margin-bottom: 16px;
}
/* Style 2 */

.blog-post.style2 {
    margin-bottom: 50px;
}
.blog-post.style2:last-child {
    margin-bottom: 0;
}
.blog-post.style2 .post-image {
    float: left;
    width: 50%;
    position: relative;
    z-index: 100;
    margin-bottom: 0;
}
.blog-post.style2 .post-image blockquote {
    margin: 0;
}
.blog-post.style2 .post-content {
    padding: 0 0 0 50%;
    margin-left: 30px;
}
.blog-post.style2 .read-more-button {
    margin-top: 15px;
}
.blog-post.style2 .read-more-button:only-child {
    margin-top: 14px;
}
/* Post Single */

.blog-post-single {
    position: relative;
}
.blog-post-single h1 { display:none; }
.blog-post-single .portfolio-slideshow .slides img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.blog-post-single .post-content {
    padding: 0;
}
.blog-post-single.fullwidth-post {
    padding-left: 100px;
}


.related-articles h3 {
    margin-bottom: 23px;
}

/* ---------------------------------------- */
/*	Content Tabs
/* ---------------------------------------- */

ul.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none;
}

.tabs-nav li {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 19px;
}

ul.tabs-nav li a {
	display: block;
	padding: 10px 30px;
	outline: medium none;
	border: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: none;
	background-color: #f6f6f7;
	border-color: #d4d4d4;
	color: #606163;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 13px;
	font-family: 'Adamina', serif;
	-webkit-transition: background-color .25s linear;
	-moz-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	transition: background-color .25s linear;
}

ul.tabs-nav li:first-child a {border-left: 1px solid #d4d4d4;}
ul.tabs-nav li:hover a {background-color: #d4d2d2; color: #fff;}

ul.tabs-nav li.active {line-height: 18px;}
ul.tabs-nav li.active a {
	background-color: #4174c5;
	color: #fff !important; 
	border-bottom: 2px solid #4174c5;
}

.tabs-container {
	overflow: hidden;
	margin: -1px 0 20px;
	width: 100%;
	border: 1px solid #d4d4d4;
}

.tab-content {
	padding: 25px 20px;
}

.tab_title {
	color: #4174c5 !important; 
	font-size: 16px !important; 
	font-weight: 700 !important; 
	font-family: 'Noto Sans', sans-serif !important;
}

/* ==================================== */
/* SIDEBAR */
/* ==================================== */

.sidebar-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
}
.sidebar-box:before,
.sidebar-box:after {
    content: "";
    display: table;
}
.sidebar-box:after {
    clear: both;
}
.sidebar-box {
    zoom: 1;
}
.sidebar-box + .sidebar-box {
    margin-top: 30px;
}
.sidebar-box.white {
    background: #fafbfd;
	border: 1px solid #eee;
}
.sidebar-box h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 23px;
}
.sidebar-box a.button {
    margin-top: 10px;
}
.sidebar-box a.button.transparent:hover:after {
    color: #63b2f5;
}
/* Banners */

.banners-inline {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 30px;
}
.banners-inline>.banner-wrapper {
    display: table-cell;
    vertical-align: top;
    padding: 0 3px;
}
.banners-inline>.banner-wrapper + .banner-wrapper {
    margin-top: 0;
}
.banners-inline .banner {
    padding-left: 48px;
    min-height: 97px;
}
.banners-inline .banner.donate-banner {
    padding-bottom: 18px;
}
.banners-inline .banner h4 {
    font-size: 24px;
    margin-top: 8px;
}
.banners-inline .banner .icons {
    top: 50%;
    left: -25px;
}
.banner {
    background: #e2eaf2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 18px 10px 15px 50px;
    overflow: hidden;
    position: relative;
    display: block;
    min-height: 75px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}

.banner-Laboratorio a{
    background: #d5eaf3;
	color: #1d71b8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 13px 10px 15px 40px;
	margin-top:8px;
    overflow: hidden;
    position: relative;
    display: block;
	width:265px;
    height: 75px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.banner-Laboratorio a:hover{background: #b5dcf7;}
.banner-MiInformo {
    background:transparent url(../media/18037/bannerbancadati.png) no-repeat;
	color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 45px 10px 0 10px;
    overflow: hidden;
    position: relative;
    display: block;
	width:265px;
	margin:20px 0 20px 0;
    /*height: 75px;*/
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.banner-MiInformo ul {
	list-style:square;
	width:90%;
	padding:10px 0 0 15px;
}
.banner-MiInformo ul li {
	margin-bottom:10px;
}
.banner-MiInformo ul li a {
	color: #000;
}
.banner-MiInformo ul li a:hover{
	color: #006600;
}
				
.banner-MiConfronto {
    background:transparent url(../media/18038/bannerwebinar.png) no-repeat;
	color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 45px 10px 0 10px;
    overflow: hidden;
    position: relative;
    display: block;
    width:265px;
    /*height: 75px;*/
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.banner-MiConfronto ul {
	list-style:square;
	width:90%;
	padding:10px 0 0 15px;
}
.banner-MiConfronto ul li {
	margin-bottom:10px;
}
.banner-MiConfronto ul li a {
	color: #000;
}
.banner-MiConfronto ul li a:hover{
	color:#ff4d4d;
}

.banner-wrapper + .banner-wrapper {
    margin-top: 28px;
}
.banner h4 {
    color: #fff;
    font-weight: 800;
    margin: 0;
    white-space: nowrap;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
}

.banner .icon {
    /*position: absolute;
    /*width: 50px;*/
    left: 20px;
    top: 50%;
    margin-top: -26px;
    z-index: 500;
}
.banner:hover {
    background: #63b2f5;
    text-decoration: none;
}
.banner:hover h4 {
    color: #fff
}
.banner:hover p {
    color: #dbe7f2;
}

/*+++++++  News  ++++++++++*/

.newsContainer{  padding-top: 0px;}
.banner-News a{
    background: #fff;
	color: #444;
	border:1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 10px 15px 5px;
    overflow: hidden;
    position: relative;
    display: block;
	width:265px;
    /*height: 75px;*/
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.banner-News a:hover{background: #b5dcf7;}
.banner-News p {
    color: #444;
	font-size:12px;
	margin: 0;
  	line-height: 1.3;
}
.banner-News .title {
    color: #444;
	font-size:14px;
	margin:3px 0;
	font-weight:bold;
}

.banner-News img{
	float:left;
	display:block;
	position:relative;
	margin:5px;
	border:1px solid #ccc;
}

.italyMap{
	width:846px;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

/* Social Media */

.banner-wrapper + .social-media,
.sidebar-box + .social-media,
.social-media + .banner-wrapper,
.social-media + .sidebar-box {
    margin-top: 0;
}
.social-icons,
.social-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-buttons {
    overflow: hidden;
}
.small-caption + .social-icons {
    margin-top: 3px;
}
.social-icons li,
.social-buttons li {
    display: inline-block;
    margin: 4px 0;
}
.social-buttons li {
    float: left;
    margin-right: 4px;
    height: 25px;
}
.social-buttons li.facebook-share>div {
    position: relative;
    top: -2px;
}
.social-buttons li.twitter-share>iframe {
    width: 95px!important;
}
.social-buttons li:last-child {
    margin-right: 0;
}
.social-icons li>a {
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    background: #444;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.social-icons .twitter>a {
    background-color: #40bff5;
    border-top: 1px solid #53d2f8;
    border-bottom: 1px solid #36a6d6;
}

.social-icons .youtube>a {
    background-color: #cd322c;
    border-top: 1px solid #dc4139;
    border-bottom: 1px solid #ac2823;
}


/* Featured Video */

.featured-video {
    padding: 20px 0;
}
.featured-video>h3,
.featured-video>a {
    margin-left: 20px;
    margin-right: 20px;
}
.featured-video iframe {
    width: 100%;
    height: 150px;
}
/* Upcoming Events */

.upcoming-events,
.upcoming-events ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.upcoming-events {
    margin-bottom: -10px;
}
.upcoming-events>li {
    display: table;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}
.upcoming-events>li+li {
    padding-top: 15px;
}
.upcoming-events li:last-child {
    border: none;
}
.upcoming-events>li>* {
    display: table-cell;
    vertical-align: top;
}
.upcoming-events .date>span {
    background: #ebf4fc;
    text-align: center;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 42px;
    display: block;
    transition: color 0.2s, background 0.3s;
    -webkit-transition: color 0.2s, background 0.3s;
    -moz-transition: color 0.2s, background 0.3s;
}
.upcoming-events .date .day {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 0;
}
.upcoming-events .date .month {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 0;
}
.upcoming-events .event-content {
    padding-left: 15px;
    vertical-align: top;
}
.upcoming-events .event-content h6 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
}
.upcoming-events .event-content .event-meta {
    color: #95999e;
    font-size: 13px;
    line-height: 16px;
}
.upcoming-events .event-content .event-meta .icons {
    font-size: 10px;
    margin-left: -2px;
    margin-right: 2px;
    color: #cbcdd1;
    position: relative;
    top: -1px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
.upcoming-events>li:hover .date>span {
    background: #63b2f5;
    color: #fff;
}
.upcoming-events>li:hover h6 a {
    color: #274472;
}
.upcoming-events>li:hover .event-content .event-meta .icons {
    color: #b1b4b8;
}
/* Popular News */

.popular-news,
.popular-news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.popular-news>li {
    display: table;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}
.popular-news>li + li {
    padding-top: 15px;
}
.popular-news li:last-child {
    border: none;
}
.popular-news>li>* {
    display: table-cell;
    vertical-align: top;
}
.popular-news .thumbnail {
    width: 70px;
}
.popular-news .post-content {
    padding: 0;
    padding-left: 15px;
}
.popular-news .post-meta {
    margin-bottom: 0;
    line-height: 16px;
}
.popular-news .post-meta span {
    display: initial;
}
.popular-news .post-meta span:last-child:before {
    display: initial;
    content: '\2022 ';
    margin-right: 3px;
    font-size: 10px;
}
.popular-news h6 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 400;
}
/* Images Banner */

.image-banner {
    padding: 0;
}
.image-banner a {
    background: #63b2f5;
    color: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: 1px solid #579dd9;
    display: block;
    transition: background 0.3s, border 0.3s;
    -webkit-transition: background 0.3s, border 0.3s;
    -moz-transition: background 0.3s, border 0.3s;
}
.image-banner:hover a {
    background: #4174c5;
    border-bottom-color: #213b63;
}
.image-banner:hover img {
    border-bottom-color: #5191d4;
    transition: border 0.3s;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
}
.image-banner img {
    width: 100%;
    border-bottom: 1px solid #80bff0;
}
.image-banner h3 {
    margin: 15px 0 0;
    font-weight: 700;
    color: #fff;
}
.image-banner a.button {
    color: #fff!important;
    font-size: 13px;
    margin-top: 5px;
}
.image-banner a.button:after {
    color: #fff!important;
}
.image-banner .button {
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
}
.image-banner .button.transparent {
    padding: 0;
    font-size: 13px;
}
.image-banner .button:after,
.image-banner .button:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #fff;
    font-size: 13px;
}
.image-banner .button.button-arrow:after {
    margin-left: 5px;
    content: '\e891';
    color: #fff;
    margin-right: -5px;
}

/* Search box */

.search-box input[type="submit"] {
    margin-top: 15px;
    font-size: 13px;
    padding: 6px 20px;
}

input[type="search"] {
    width:150px;
}

/* Categories */

.category-box ul {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
}
.category-box a {
    display: block;
    color: #4174c5;
    padding: 8px 20px;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
}
.category-box li>a {
    padding-top: 0;
}
.category-box li + li>a {
    padding-top: 8px;
}
.category-box a:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\e891';
    color: #808ca4;
    margin-right: 5px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
.category-box a:hover {
    background: #fff;
    color: #274472;
}
.category-box a:hover:before {
    color: #274472;
}


/* ==================================== */
/* FOOTER */
/* ==================================== */

#footer {
    -webkit-transform: translateZ(0px);
    position: relative;
}
#main-footer,
#lower-footer {
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
    background: #1573b3;
    color: #fff;
    -webkit-transform: translateZ(0px);
    transition: margin 0.3s, padding 0.3s;
    -webkit-transition: margin 0.3s, padding 0.3s;
    -moz-transition: margin 0.3s, padding 0.3s;
}
.boxed-layout #main-footer,
.boxed-layout #lower-footer {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
	padding-top: 10px;
}
#main-footer>.row>div:before,
#main-footer>.row>div:after {
    content: "";
    display: table;
}
#main-footer>.row>div:after {
    clear: both;
}
#main-footer>.row>div {
    zoom: 1;
}
#main-footer {
    padding-bottom: 30px;
    -webkit-transform: translateZ(0px);
}
#main-footer .title {
    margin-top: 0;
    font-weight: 400;
	font-size:18px;
}
#main-footer p {
    color: #fff;
}

#main-footer a,
#lower-footer a {
	color: #fff;
}
#main-footer a:hover,
#lower-footer a:hover {
	background-color: #fff;
	color: #1573b3;
}
/* Menu Widget */

.menu-container {
    padding: 0;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li {
    position: relative;
    margin: 0 0 13px;
}
.menu li a {
    color: #fff;
  display: block;
  font-size: 15px;
  line-height: 12px;
  padding: 0px 1px 2px 0px;
}
.menu li a:before {
    
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #a8abae;
    font-size: 13px;
    margin-left: 5px;
    /*content: '\e891';*/
    position: absolute;
    left: -5px;
    top: 5px;
    color: #808ca4;
}
.menu li a:hover,
.menu li a:hover:before {
    color: #63b2f5;
    text-decoration: none;
}

/* Lower Footer */

#lower-footer {
    border-top: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transform: translateZ(0px);
}
#lower-footer .social-buttons {
    margin: 8px 0 0!important;
    overflow: hidden;
}
.copyright {
    color: #fff;
    padding-top: 13px;
    margin: 0;

}
/* Back to Top */

#button-to-top {
    background: #e2eaf2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    padding-top: 7px;
    color: #808ca4;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.3s, color 0.2s;
    -webkit-transition: background 0.3s, color 0.2s;
    -moz-transition: background 0.3s, color 0.2s;
}
#button-to-top:hover {
    background: #63b2f5;
    color: #fff;
    border-top-color: #7cc5f8;
    border-bottom-color: #579dd9;
}
/* Customize Box */

.customize-box {
    position: fixed;
    display: none;
    left: -200px;
    top: 200px;
    width: 200px;
    background: #274472;
    color: #e2eaf2;
    padding: 20px;
    z-index: 9999;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.customize-box.opened {
    left: 0;
}
.customize-box-button {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 200px;
    top: 0;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
    -webkit-transition: background 0.3s, border 0.3s;
    -moz-transition: background 0.3s, border 0.3s;
    background: #274472;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.customize-box.opened .customize-box-button,
.customize-box-button:hover {
    background: #4174c5;
    border-top: 1px solid #5191d4;
    border-bottom: 1px solid #213b63;
}
.customize-box h5 {
    margin: 0 0 30px;
    font-size: 16px;
}
.customize-box select {
    color: #95999e;
}
.customize-box label {
    color: #97acc3;
}
.customize-box input[type="radio"] + label:before {
    display: none;
    content: '';
}
.customize-box input[type="radio"] + label {
    background: #324e79;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: background 0.3s, border 0.3s;
    -webkit-transition: background 0.3s, border 0.3s;
    -moz-transition: background 0.3s, border 0.3s;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.customize-box input[type="radio"] + label + input[type="radio"] + label {
    margin-left: 0;
}
.customize-box input[type="radio"]:checked + label,
.customize-box input[type="radio"] + label:hover {
    background: #4174c5;
    border-top-color: #5191d4;
    border-bottom-color: #213b63;
}
.customize-box input[type="submit"],
.customize-box input[type="reset"] {
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
}
.background-color,
.background-image {
    display: none;
}



.background-image input[type="radio"] + label {
    width: 35px;
    height: 35px;
    overflow: hidden;
    padding: 0;
    border: 2px solid #324e79!important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.background-image input[type="radio"]:checked + label {
    border: 2px solid #4174c5!important;
}
.background-image input[type="radio"] + label img {
    width: 33px;
    height: 33px;
}
/* ==================================== */
/* ELEMENTS */
/* ==================================== */

::-webkit-input-placeholder {
    color: #95999e;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #95999e;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #95999e;
}
:-ms-input-placeholder {
    color: #95999e;
}
::selection {
    background: #4174c5;
    /* Safari */
    
    color: #fff;
}
::-moz-selection {
    background: #4174c5;
    /* Firefox */
    
    color: #fff;
}
/* Buttons */

a.button,
button {
    background: #e2eaf2;
    border: none;
    color: #274472;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
}
a.button.big,
button.big {
      padding: 0px 25px 52px;;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
button.medium,
a.button.medium {
      padding: 0px 22px 41px;
    
}
a.button.donate,
button.donate {
    background: #a82512;
    border-top-color: #be2e17;
    border-bottom-color: #911f0f;
    color: #fff;
    text-transform: none;
}
a.button.donate.button-arrow:after,
button.donate.button-arrow:after {
    color: #d6aaa7;
}
a.button.donate.button-arrow:hover:after,
button.donate.button-arrow:hover:after {
    color: #fff;
}
a.button.donate.big,
button.donate.big {
    text-transform: uppercase;
}
a.button.donate:hover,
button.donate:hover {
    background: #d3311a;
    border-top-color: #de3d21;
    border-bottom-color: #b02713;
}
a.button + a.button,
button+button {
    margin-left: 5px;
}
a.button.transparent,
button.transparent {
    padding: 0;
    font-size: 13px;
    background: none;
    color: #274472;
    border: none;
}
a.button.transparent:hover,
button.transparent:hover {
    background: none;
    color: #63b2f5;
}
a.button.transparent:hover:after,
button.transparent:hover:after {
    color: #63b2f5;
}
a.button:after,
a.button:before,
button:before,
button:after {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #a8abae;
    font-size: 13px;
}
a.button.button-arrow:after,
button.button-arrow:after {
    margin-left: 5px;
    content: '\e891';
    color: #808ca4;
    margin-right: -5px;
}
a.button.button-arrow-before:before,
button.button-arrow-before:before {
    margin-left: -5px;
    content: '\e890';
    color: #808ca4;
    margin-right: 5px;
}
a.button:hover,
button:hover,
a.button.active-button,
button.active-button {
    background: #63b2f5;
    color: #fff;
    border-top-color: #7cc5f8;
    border-bottom-color: #579dd9;
    text-decoration: none;
}
a.button:hover:after,
button:hover:after,
a.button:hover:before,
button:hover:before,
a.button.active-button:after,
button.active-button:after {
    color: #fff;
}

/* ==================================== */
/* SHORTCODES */
/* ==================================== */



/* Lists */

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
ol.list li {
    padding-left: 0;
}
.list li {
    position: relative;
  font-size: 15px;
  color: #3e474c;
  padding: 5px;
  /* padding-left: 15px; */
  border-bottom: 1px dashed #CCC;
  width: 80%;
}
ul.list li:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 12px;
    color: #808ca4;
    position: absolute;
    left: -5px;
    top: 11px;
}
.arrow-list li:before {
    content: '\e891';
}

ul.relatedLinks {
	margin: 0 0 20px 0;
	padding: 0;	
}

/* Blockquote */

blockquote {
    border-left: 3px solid #63b2f5;
    font-size: 16px;
    color: #274472;
    padding: 20px;
    font-weight: 700;
    text-align: left!important;
    background: #fafbfd;
}
blockquote.italic {
    font-weight: 400;
    font-style: italic;
}
blockquote.align-right {
    float: right;
    width: 33%;
    margin: 0 0 15px 20px;
}
blockquote.align-left {
    float: left;
    width: 33%;
    margin: 0 20px 15px 0;
}
blockquote.iconic-quote {
    padding-left: 65px;
    padding-right: 65px;
    position: relative;
}
blockquote.link-quote {
    padding-right: 20px;
    border-left-color: #274472;
}
blockquote.iconic-quote:after,
blockquote.iconic-quote:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 24px;
    color: #e2eaf2;
}
blockquote.iconic-quote:before {
    content: '\e849';
    position: absolute;
    left: 15px;
    top: 23px;
}
blockquote.iconic-quote:after {
    content: '\e84a';
    position: absolute;
    right: 15px;
    top: 23px;
}
blockquote.link-quote:before {
    content: '\e82c';
    position: absolute;
    left: 15px;
    top: 23px;
}
blockquote.link-quote:after {
    content: '';
    display: none;
}


/* Pagination */

.numeric-pagination,
.button-pagination {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.numeric-pagination + .button-pagination,
.button-pagination + .numeric-pagination {
    margin-left: 20px;
}
.numeric-pagination>a {
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    color: #808ca4;
    float: left;
}
.numeric-pagination>a + a {
    margin-left: 3px!important;
}
.button-pagination a.previous:before {
    content: '\e890';
    margin-right: 5px;
    color: #808ca4;
    margin-left: -5px;
}
.button-pagination a.next:after {
    content: '\e891';
    margin-left: 5px;
    color: #808ca4;
    margin-right: -5px;
}
.button-pagination a:hover:after,
.button-pagination a:hover:before {
    color: #f2f4f9;
}
/* Dividers */

.divider {
    display: block;
    margin: 30px 0;
    border-top: 1px solid #dee0e5;
}
.divider + .numeric-pagination {
    margin-top: -15px;
}
.divider.light {
    border-color: #ecedf1;
}

/* Tables */

table {
    width: 100%;
    background: #fafbfd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ecedf1;
    overflow: hidden;
}
h3 + table {
    margin-top: 3px;
}
table tr:first-child td:first-child,
table tr:first-child th:first-child {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
table tr:first-child td:last-child,
table tr:first-child th:last-child {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
table tr:last-child td:first-child,
table tr:last-child th:first-child {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child,
table tr:last-child th:last-child {
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}
table td,
table th {
    border: 1px solid #ecedf1;
    padding: 12px 20px;
    text-align: left;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
table tr:hover>td,
table tr:hover>th {
    background: #fff;
}
/* Forms */

.white-box {
    background: #fafbfd;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.white-box>*:first-child {
    margin-top: 10px;
}
form input[type="text"],
form select,
form .chosen-container {
    margin-bottom: 10px;
}
fieldset {
	border: 0;
}
legend {display: none;}
input[type="text"],
input[type="password"],
select,
textarea {
    width: 100%;
    border: 1px solid #dee0e5;
    padding: 8px 10px;
    background: #fafbfd;
    color: #95999e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
label {
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
input[type="radio"]+label,
input[type="checkbox"]+label {
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 8px;
}
input[type="radio"]+label+input[type="radio"]+label,
input[type="checkbox"]+label+input[type="checkbox"]+label {
    margin-left: 10px;
}
input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    vertical-align: top;
    margin-right: 12px;
    color: #95999e;
    position: relative;
    top: 1px;
}
input[type="radio"]+label:before {
    content: '';
    background: #fafbfd;
    border: 1px solid #dee0e5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 22px;
    font-size: 12px;
    padding: 4px 3px;
    height: 22px;
}
input[type="radio"]:checked+label:before {
    content: '\e8ff';
}
input[type="checkbox"]+label:before {
    content: '';
    background: #fafbfd;
    border: 1px solid #dee0e5;
    width: 22px;
    font-size: 12px;
    padding: 4px 3px;
    height: 22px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
input[type="checkbox"]:checked+label:before {
    content: '\e818';
}
input[type="submit"],
input[type="reset"] {
    background: #e2eaf2;
    color: #274472;
    border: none;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    transition: background 0.3s, color 0.2s;
    -webkit-transition: background 0.3s, color 0.2s;
    -moz-transition: background 0.3s, color 0.2s;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: #63b2f5;
    border-top-color: #7cc5f8;
    border-bottom-color: #579dd9;
    color: #fff;
    text-decoration: none;
}
.numeric-input-holder {
    width: 115px;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0px);
}

input.numeric-input {
    width: 115px;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
input.numeric-input:focus {
    outline: none;
}
.inline-inputs {
    margin: 0 -5px;
    overflow: hidden;
}
.inline-inputs>div {
    padding: 0 5px;
}

/* Dropcaps */

.dropcap {
    float: left;
    font-weight: 700;
    font-size: 48px;
    line-height: 46px;
    padding: 0 8px 5px 0;
}
.dropcap.blue {
    color: #63b2f5;
}
.dropcap.squared {
    font-size: 24px;
    line-height: 22px;
    margin-top: 5px;
    margin-right: 12px;
    padding: 8px;
    background: #e2eaf2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.dropcap.squared.blue {
    color: #fff;
    background: #63b2f5;
}


.box_regions ul{ list-style:none; display:block; margin: 20px 0; padding-left: 7px;}
.box_regions li{ border-bottom:1px dashed #eee; width:90%; padding-bottom:8px;}


/* ==================================== */
/* Responsive */
/* ==================================== */
/* Medium Desktop */

@media(min-width:990px) and (max-width:1199px) {
    /* Sticky Header Fix */
    
    #header.sticky-header .container, .full-width-slider .slide {
        width: 980px;
    }
    /* Blockquote Break Line Fix */
    
    #main-header blockquote br {
        display: none;
    }
    .col-lg-3 .team-member-info p {
        height: 40px;
        overflow: hidden;
    }
    .col-lg-4 .team-member-info p {
        height: 80px;
        overflow: hidden;
    }
    /*.banner h4,
    .banners-inline .banner h4 {
        font-size: 18px;
        white-space: normal;
    }*/

    .media-item a.button {
        font-size: 12px;
        padding: 7px 15px;
    }
    .media-caption h2 {
        font-size: 22px;
    }
}
/* Tablet */

@media(max-width:1200px){
.banner-wrapper {display:none;}
}

@media(min-width:768px) and (max-width:990px) {
    /* Blockquote Break Line Fix */
    
   /* #main-header blockquote br {
        display: none;
    }*/
    .main-flexslider .slide {
        padding: 60px 40px!important;
    }
    #main_flex_1 .slide {
        padding: 80px 40px!important;
    }
    #main_flex_3 .slide {
        padding: 70px 40px!important;
    }
   /* .banners-inline {
        display: block;
    }
    .banners-inline>.banner-wrapper {
        width: 50%;
        display: block;
        float: left;
        padding: 3px;

    }*/
    ol.list,
    ul.list {
        margin-bottom: 20px;
    }

    /* Revolution SLider */
    
    .main-revolution h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .main-revolution .great-vibes {
        font-size: 20px;
    }
    /* Donate Banner Fix */
    
    .banner h4 {
        white-space: normal;
    }
    .banners-inline .banner.donate-banner h5 {
        margin: 0;
    }
    .banner.donate-banner input[type="submit"] {
        margin-top: 20px;
    }
    .banners-inline .banner.donate-banner input[type="submit"] {
        margin-top: 5px;
    }
    /* Events */
    
    .event-calendar th {
        padding: 10px;
        font-size: 14px;
    }
    .event-meta-block {
        height: auto;
    }
    .event-meta-block p {
        font-size: 13px;
        white-space: normal;
        line-height: 16px;
    }
    .event-meta.horizontal .event-meta-block {
        margin-bottom: 1px;
    }
    /* Media */
    
    .media-caption h2 {
        font-size: 20px;
    }
    .portfolio-pagination a.button {
        font-size: 12px;
    }
    .testimonial {
        margin-bottom: 30px;
    }
    .related-articles .blog-post {
        margin-bottom: 30px;
    }


    .full-width-slider .slide {
        width: 750px;
    }
    .blog-post.big .post-image {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
    /* Banner Rotator */
    
    .banner-rotator .slides li {
        background-size: 100%!important;
        background-position: center top!important;
    }
    .banner-rotator-content {
        width: 100%;
        margin-top: 300px;
        border-radius: 0 0 5px 5px;
    }
    .banner-rotator-flexslider .flex-control-nav {
        width: 100%;
    }
    /* Footer Columns Margin */
    
    #main-footer>.row>div {
        margin: 20px 0;
    }
}
/* Mobile and Tablet */



@media(max-width:990px) {
    /* Sticky Header Fix */
    
    #header.sticky-header .container {
        width: auto;
    }

    /* Tablet & Mobile Navigation */
    
    #menu-button {
        display: block;
        width: 100%;
        position: relative;
        z-index: 6000;
        height: 60px;
        padding-top: 20px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        border-left: 1px solid #dee0e5;
        border-right: 1px solid #dee0e5;
    }
    #menu-button:hover {
        background: #63b2f5;
        border-bottom-color: transparent;
    }
    #menu-button:hover>div>span {
        background: #fff;
    }
    #menu-button>div {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        margin-right: 7px;
    }
    #menu-button>span {
        font-size: 16px;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
    }
    #menu-button:hover>span {
        color: #fff;
    }
    #menu-button>div>span {
        display: block;
        width: 17px;
        height: 3px;
        background: #444;
        margin: 3px auto;
        transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
    }
    #navigation {
        display: none;
        width: 100%!important;
        text-align: left;
    }
    #navigation ul,
    #navigation li ul,
    #navigation ul li:last-child,
    #navigation ul li:last-child>a,
    #navigation ul li:last-child>span {
        border-radius: 0!important;
    }
    #navigation>li {
        border-left: 1px solid #dee0e5;
        border-right: 1px solid #dee0e5;
    }
    #navigation li {
        display: block!important;
        width: 100%!important;
        text-align: left;
    }
    #navigation li>span {
        cursor: default;
    }
    #navigation>li.home-button>a:after,
    #navigation>li.home-button>span:after {
        content: '\e891';
        display: block;
    }
    #navigation>li.home-button>a:only-child:after,
    #navigation>li.home-button>span:only-child:after {
        display: none;
    }
    #navigation li,
    #navigation li>span #navigation li>a {
        border-color: #dee0e5!important;
    }
    #navigation li:hover,
    #navigation li:hover>a,
    #navigation li:hover>span {
        border-bottom-color: transparent!important;
        border-top-color: transparent!important;
    }
    #navigation li>span:after,
    #navigation lI>a:after {
        right: 15px;
        position: absolute;
        top: 15px;
        content: '\e891';
    }
    #navigation li.dropdown-opened>span:after,
    #navigation li.dropdown-opened>a:after {
        content: '\e88e';
    }
    #navigation.navigation-opened {
        display: block;
    }
    #navigation li ul {
        box-shadow: none;
    }
    #navigation li ul,
    #navigation li ul li ul,
    .csstransforms #navigation li ul,
    .csstransforms #navigation li ul li ul {
        display: none;
        width: 100%!important;
        -moz-opacity: 1!important;
        -khtml-opacity: 1!important;
        opacity: 1!important;
        transform: scale(1)!important;
        -webkit-transform: scale(1)!important;
        -moz-transform: scale(1)!important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }
    #navigation>li>span,
    #navigation>li>a {
        font-size: 15px;
        padding: 10px 20px!important;
    }
    #navigation ul li>span,
    #navigation ul li>a {
        padding-left: 30px!important;
    }
    #navigation ul ul li>span,
    #navigation ul ul li>a {
        padding-left: 40px!important;
    }
    #navigation li>.dropdown-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background: transparent;
        cursor: pointer;
    }
ul.tabs-nav li {width:100%; display:block; width:100%; border-left:1px solid #ccc;}
    /* Blog */
    
    .blog-post.style2 .post-image {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-post.style2 .post-content {
        padding: 0;
        margin-left: 0;
        float: none;
    }


/* Mobile Devices */
@media(max-width:990px) 
{
	 #main-header {
        height: auto;
        text-align: center;
    }
    #main-header blockquote {
        text-align: left;
        display: inline-block;
        margin: 30px 0;
    }
    #main-header blockquote br {
        display: none;
    }
}


@media(max-width:767px) {
    .customize-box {
        display: none!important;
    }
		
   
    .portfolio-pagination>div {
        text-align: left;
        margin-top: 10px;
    }
    /* Main Flexslider */
    
    .main-flexslider {
        height: 350px;
    }
    .main-flexslider .slides>li {
        height: 350px;
    }
    .main-flexslider .slide {
        padding: 40px 30px!important;
    }
    .main-flexslider h2 {
        font-size: 32px;
        font-weight: 800;
        line-height: 42px;
    }
    .main-flexslider p {
        font-size: 16px;
    }
    .main-flexslider a.button {
        border-bottom-color: #738497;
    }
    .main-flexslider .great-vibes + h2 {
        margin-top: 10px;
    }
    .main-flexslider .great-vibes {
        font-size: 34px;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
    }
    /* Revolution SLider */
    
    .main-revolution h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .main-revolution p {
        display: none;
    }
    .main-revolution .great-vibes {
        display: none;
    }
    .main-revolution a.button {
        display: none;
    }
    .tparrows.default {
        top: 50%!important;
    }
    .youtube-video,
    .portfolio-video iframe {
        height: 200px;
    }
    blockquote.align-right,
    blockquote.align-left,
    blockquote.align-center {
        width: 100%!important;
    }
    .sidebar {
        margin-top: 20px;
    }
    .sidebar .banner {
        margin: 5px 0;
    }
    .banners-inline {
        display: block;
    }
   /* .banners-inline>.banner-wrapper {
        width: 100%;
        display: block;
        padding: 3px;
    }*/
    .blog-post.big .post-image {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }


    ul.list,
    ol.list,
    .media-item,
    .testimonial,
    blockquote {
        margin: 20px 0;
    }
    table,
    tbody,
    tr,
    td,
    th {
        display: block;
        width: 100%!important;
        max-width: 100%;
        min-width: 100%;
    }
    table td,
    table th {
        border: none;
    }
    table tr {
        border: 1px solid #ecedf1;
    }

    /* Calendar */
    
    .events-calendar,
    .events-calendar tbody,
    .events-calendar tr,
    .events-calendar td {
        display: block;
    }
    .events-calendar th,
    .event-calendar .calendar-days,
    .events-calendar .not-this-month {
        display: none;
    }
    .event-calendar td {
        height: auto;
        min-height: 150px;
    }
    .calendar-header .align-right {
        text-align: left;
    }
    .calendar-header .filter-dropdown {
        margin-top: 20px;
    }
    .event-popover {
        width: auto;
    }
    /* Media Items */
    
    .filter-filtering {
        display: block;
        margin-bottom: 10px;
    }
    .media-caption h2 {
        font-size: 18px;
    }
    .media-button a.button,
    .media-button a.button + a.button {
        margin: 0 5px 5px 0;
    }
    .media-pagination>div {
        text-align: left;
    }
    .media-pagination>div + div {
        margin-top: 10px;
    }
    /* Blog */
    
    .related-articles .blog-post {
        margin-bottom: 30px;
    }
    .post-author .author-info .author-img {
        margin-bottom: 10px;
    }
    .blog-post-single.fullwidth-post {
        padding-left: 0;
    }
    .blog-post-single.fullwidth-post .post-side-meta {
        display: none;
    }

    /* Events */
    
    .event-meta.horizontal .event-meta-block + .event-meta-block {
        margin-top: 1px;
    }
    .event-pagination>div {
        text-align: left;
    }
    .event-pagination>div + div {
        margin-top: 10px;
    }
    .event-item {
        margin-bottom: 30px;
    }
    .project-details tr {
        margin-bottom: 10px;
    }
    .project-details td {
        padding: 0;
        line-height: 20px;
    }
    /* Banner Rotator */
    
    .banner-rotator .slides li {
        background-size: cover!important;
        background-position: center top!important;
    }
    .banner-rotator-content {
        width: 100%;
        margin-top: 300px;
        border-radius: 0 0 5px 5px;
    }
    .banner-rotator-flexslider .flex-control-nav {
        width: 100%;
    }

    /* Footer */
    
    #main-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #main-footer>.row>div+div {
        margin: 40px 0 0;
    }
    #lower-footer {
        text-align: center;
    }
    #lower-footer ul {
        float: none!important;
        display: inline-block;
    }
    .copyright {
        margin-bottom: 10px;
    }
    .magnifier,
    .cursorshade,
    .statusdiv,
    .tracker {
        display: none!important;
    }
}
@media(max-width:480px) {
    /* Revolution SLider */

    
    .main-revolution h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .main-revolution p {
        font-size: 13px;
        line-height: 20px;
    }
    .main-revolution .great-vibes {
        font-size: 16px;
    }

    .post-image iframe {
        height: 150px;
    }
    .post-side-meta {
        width: 50px
    }
    .post-side-meta .date {
        width: 50px;
        height: 50px;
    }
    .post-side-meta .date .day {
        font-size: 24px;
        line-height: 18px;
    }
    .post-side-meta .date .month {
        font-size: 16px;
    }
    .post-side-meta .post-format {
        width: 50px;
        height: 50px;
        font-size: 24px;
        padding-top: 13px;
    }
    .post-side-meta .post-comments {
        width: 50px;
    }
    .blog-post h2 {
        margin: 0 0 5px;
        font-size: 20px;
    }
    .post-content {
        padding-left: 70px;
    }

    a.button + a.button {
        margin-left: 0;
        margin-top: 10px;
    }
    .main-flexslider .slide {
        padding: 30px!important;
    }
    #main_flex_1 .slide {
        padding-top: 70px!important;
    }
    #main_flex_2 .slide {
        padding-top: 40px!important;
    }
    .main-flexslider h2 {
        margin-top: 0;
    }
ul.tabs-nav li {width:100%; display:block; width:100%; border-left:1px solid #ccc;}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
