/*
Theme Name: Unite
Theme URI: http://colorlib.com/wp/unite
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Unite is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German and French. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/


/* =Global
----------------------------------------------- */
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 15px;
}
 
a {
  color: #54397E;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	color: #54397E;
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #54397E;
}
.btn-primary, .label-primary {
	background-color: #54397E;
	border-color: #54397E;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #4b3371;
	border-color: #4b3371;
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #54397E !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #54397E !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 2px solid #303030;
	padding: 6px 12px;
	
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #23C3EC;
  text-decoration: none; border-color: #23C3EC;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: #54397E;

}
.navbar-default .navbar-nav > li > a {
  color: #fff;
 
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #141414;
  background-color: #23C3EC;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	font-weight: 700;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #54397E;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #54397E;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 52px;
  font-weight: 100;
  color: #54397E;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #54397E;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #54397E;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #54397E;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #54397E;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #54397E;
  padding: 10px 0;
 
}
.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #999;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	
}


/* =Social icons
----------------------------------------------- */

#social {
  float: right;
  top: 55px;
  position: relative;
}
.widget #social {
  float: none;
  top: 0;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
        .widget #social {
            float: none;
            top: 0;
        }
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
        .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
          float: none;
        }
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}

body label,
body .label {
    color: #6B6B6B;
}

/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}
/* =Custom Begin
----------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');
@import url('inc/fonts/EncodeSans.css');
body{font-family: 'Source Sans Pro', sans-serif; color: #212121;}
h1,h2,h3,h4,h5,h6{font-weight: 700;font-family: 'EncodeSans', sans-serif; color: inherit;}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-weight: 900;}
a{color: #23C3EC}
a:hover,
a:focus {color: #212121;}
@media(min-width:992px){
	body{font-size: 17px;}
}


input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
textarea{border-color: #666766; border-radius: 0; height: 46px; font-size: inherit;}
textarea{height: auto;}

.search-form{position: relative;}
.search-form .input-group{width: 100%;}
.search-form .search-field{padding-right: 40px; width: 100%;}
.search-form .search-submit{position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; border: 0; background-color: transparent!important; color: #000!important;font-size: 18px;}

.site-header .search-form{float: right; margin-top: 15px; margin-bottom: 15px; width: 100%;}
.navbar{margin-bottom: 0;}
.navbar-nav > li > a{font-size: inherit; text-transform: uppercase;}
.navbar-collapse{border: 0;}
@media(min-width:768px) and (max-width:992px){
	.site-header .search-form{margin-top: 20px;}
	.navbar-header{float: none;}
	.header-area{width: 100%;}
	.navbar .container{width: 100%;padding: 0;}
	.navbar-toggle{display: block;}
	.navbar-collapse{padding: 0;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in,
	.navbar-collapse.collapsing{display: block!important;}
	.navbar-nav{float: none;}
	.navbar-nav>li{float: none;}
}
@media(min-width:992px){
	.navbar-collapse{padding: 0;}
	.site-header .search-form{margin-top: 30px;max-width: 270px;}
	
}
@media(min-width:1200px){
	.navbar-nav > li > a{padding: 30px 13px;letter-spacing: 1.5px;font-size: 14px;}
}

#colophon{padding: 30px 0; color: #fff;}
.site-footer .widgettitle{color: #23C3EC; font-size: 21px;text-transform: uppercase;}
.site-footer a{color: #fff;}
.site-footer a:hover,
.site-footer a:focus{color: #23C3EC;}
.site-footer .menu{list-style: none;padding-left: 0; text-transform: uppercase;}
.site-footer .menu li:before{content: "\00BB"; color: #23C3EC; margin-right: 12px;}
.site-footer .widget_tag_cloud a{font-size: inherit !important; display: inline-block; margin-right: 8px;}
.site-footer .widget_calendar .calendar_wrap{font-size: 13px; color: #303030; max-width: 240px; padding: 4px; background-color: #000;}
.site-footer .widget_calendar caption{text-align: center;color: #fff;}
.site-footer .widget_calendar .table{margin-bottom: 0;}
.site-footer .widget_calendar .table>thead>tr>th,
.site-footer .widget_calendar .table>tfoot>tr>td,
.site-footer .widget_calendar .table>tbody>tr>td{border: 1px solid #000; background-color: #fff;}
.site-footer .widget_calendar .table>tbody>tr>td#today{background-color: #D3736F;}
.site-footer .widget_calendar .table>tfoot>tr>td,
.site-footer .widget_calendar .table>tfoot>tr>td a{color: #D3736F;}
.site-footer .footer-widget-3 .widgettitle{margin-bottom: 0;}
.site-footer .footer-widget-3 .menu{margin-bottom: 0; padding-bottom: 0; padding-top: 5px;}
.site-footer .footer-widget-3 .menu span{text-transform: none;}
@media(min-width:1200px){
	.site-footer .footer-widget-3 {padding-left: 80px;}
}

/*COMPONENTS*/
/*SLIDER*/
.slider .carousel{margin-bottom: 0;}
.slider .item .background{height: calc(100vh - 160px); max-height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.slider .item .carousel-caption{left: 0; right: 0; text-shadow: none;text-align: center;}
.slider .item .carousel-caption h5{color: #131313; background-color: #00c7f1; display: inline-block; padding: 10px 20px; margin-bottom: 0; position: relative; z-index: 2;font-weight: bold;}
.slider .item .carousel-caption h1{margin-top: 0; margin-left: 10px; position: relative; z-index: 1; margin-top: -15px;text-align: center;}
.slider .item .carousel-caption h1 strong{color: #fff; background-color: rgba(0,0,0,0.4); display: inline-block; padding: 30px 20px;}
.slider .item .carousel-caption h1 strong a{color: #fff; }
.slider .carousel-indicators li{background-color: #fff; border-width: 2px; width: 12px; height: 12px;}
.slider .carousel-indicators .active{background-color: #23C3EC;}
@media(min-width:992px){
	.slider .item .background{max-height: 700px;}
	.slider .item .carousel-caption{bottom: 90px;}
	.slider .item .carousel-caption h5{font-size: 21px;}
	.slider .item .carousel-caption h1{font-size: 80px;}
	.slider .item .carousel-caption h1 strong{padding: 30px 40px;}
	.slider .carousel-indicators{bottom: 30px;}
	.slider .carousel-indicators li,
	.slider .carousel-indicators .active{width: 32px; height: 32px; border-width: 4px; border-radius: 50%; margin: 0 10px;}
}
@media(min-width:1200px){
	.slider .item .carousel-caption h1{font-size: 103px;}
	
}
/*INTRO*/
.intro{background-color: #303030; text-align: center; color: #fff;font-family: 'EncodeSans', sans-serif; padding: 15px 0;}
.intro h2{color: #23C3EC;}
.intro p{font-weight: 300;}
@media(min-width:992px){
	.intro h2{font-size: 56px;}
	.intro p{font-size: 27px;}
}
@media(min-width:1200px){
	.intro h2{font-size: 69px;}
	.intro p{font-size: 34px;}
}

/*LOGOS*/
.supporter-logos{text-align: center; padding: 20px 0;}
.supporter-logos .logos .item{display: inline-block; margin:10px;}
@media(min-width:1200px){
	.supporter-logos h2{font-size: 43px;}
}
/*COLUMNS*/
.columns{padding: 50px 0 10px;}
.columns .column{margin-bottom: 30px;}
@media(min-width:992px){
	.columns .row{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;}
	.columns .row:before,.columns .row:after{display: none;}
}
/*IMAGE BANNER*/
.image-banner{margin: 20px 0 30px}
.image-banner .background{height: 300px; position: relative;}
.image-banner .background img{width: 100%; height: 100%; object-fit: cover;}
.image-banner .caption{position: absolute; bottom: 30px; left: 0; z-index: 2;background-color: #fff; padding: 10px 15px;text-transform: uppercase;}
.image-banner .caption h1{margin: 0; color: #303030;font-size: 30px;}
.image-banner .caption h1 span{color: #23C3EC;}
@media(min-width:768px){
	.image-banner .caption h1{font-size: 38px;}
}
@media(min-width:992px){
	.image-banner .background{height: 70vh;}
	.image-banner .caption{padding: 20px 30px; }
	.image-banner .caption h1{font-size: 60px;}
	
}
@media(min-width:1200px){
	.image-banner .caption h1{font-size: 70px;}
}
@media(min-width:1440px){
	.image-banner .background{min-height: 700px;}
}
/*TEXTAREA*/
.text-area{margin: 30px 0;}
/*NEWS*/
.news{padding-bottom: 20px;}
.news .post-item{margin-bottom: 30px;}
.news .post-item h3{text-transform: uppercase; color: #303030;font-size: 22px; text-align: center; margin-top: 10px; margin-bottom: 0;}
.news .post-item h3 span{color: #23C3EC;}
.news .post-item img{width: 100%;}
@media(min-width:768px){
	.news .flex{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;}
	.news .flex:before,.news .flex:after{display: none;}
}

/*PAGES*/
/*HOME*/
.blocks-home .container{padding-left: 30px; padding-right: 30px;}
.blocks-home .block-1{background-color: #23C3EC;padding-top: 20px; padding-bottom: 20px;line-height: 1.5;font-size: 16px;}
.blocks-home .block-1 a{color: inherit !important;}
.blocks-home .block-2 h4{line-height: 1.8;}
.blocks-home .block-3{background-color: #141414; color: #fff;padding-top: 20px; padding-bottom: 20px;}
.blocks-home .block-3 h3{color: #fff;}
@media(min-width:992px){
	.blocks-home .block-1{padding: 10px 30px 20px; width: 32%}
	.blocks-home .block-1 h2{font-size: 40px;}
	.blocks-home .block-2{padding: 10px 30px 20px; width: 36%}
	.blocks-home .block-3{padding: 10px 30px 20px; width: 32%}
}
/*SINGLE*/
.page-header.has-bg{max-height: 300px; overflow: hidden; position: relative;border: 0; margin-bottom: 20px;}
.page-header.has-bg img{width: 100%; height: 100%; object-fit: cover;}
.page-header.has-bg .caption{position: absolute; right: 0; left: 0; bottom: 0; z-index: 1;}

.page-header{margin-bottom: 0;}
.page-header .caption-inner{display: inline-block; position: relative; padding: 10px 20px 10px 0;}
.page-header .caption-inner:after{content: "";position: absolute; right: 0; bottom: 0; z-index: 1; width: 1000px; height: 100%; background-color: #fff;}
.page-header .caption-inner h1{position: relative; z-index: 2; font-size: 25px; color: #303030;}
.page-header .caption-inner h1 span{display: inline-block; color: #23C3EC; width: 28px;}
.page-header .caption-inner p{position: relative; z-index: 2; padding-left: 28px;}
@media(min-width:992px){
	.page-header.has-bg{max-height: 70vh;}
	.page-header .caption-inner h1{font-size: 35px;}
	.single-post .page-header .caption-inner h1{font-size: 32px;}
}
.single-post .entry-content .entry-col{padding-bottom: 30px;}
.single-post .entry-content h3{color: #23C3EC; margin-top: 30px; margin-bottom: 20px;}
.single-post .entry-content ul{list-style: none;padding-left: 20px}
.single-post .entry-content ul li{position: relative;}
.single-post .entry-content ul li:before{content: "\00BB";color: #23C3EC;position: absolute; left: -20px; top: 0;}
.single-post .entry-content .wp-video{margin-top: 30px;border: 2px solid #303030;}
.single-post .page-header.has-bg{margin-top: 10px !important;}
.button-to-contact{font-size: 40px;background-color: #303030;padding: 0px 26px;color: #23C3EC !important;border-radius: 7px;display: inline-block;position: relative;top: -5px;font-weight: bold;}
.button-to-contact span{color: #fff;}
.button-back-to{line-height: 110%;background: #00c7f1;display: inline-block;padding: 10px 20px 10px 30px;border-radius: 7px;color: #000;font-size: 22px;margin-right: 15px;position: relative;font-weight: bold;}
.button-back-to span{position: absolute;left: 8px;top: 7px;font-size: 24px;font-weight: bold;}

.post-911.type-page > .entry-content,
.post-138.type-page > .entry-content{padding: 50px 0;}
.home .type-page > .entry-content{padding: 5px 0;}
.color-primary{color: #23C3EC;}
/*SEARCH*/
.search .news .post-item h3{text-align: left;}


.logo-table{margin-bottom: 20px;}
.logo-table tr td{padding:20px 10px;}

#logo img{max-height: 80px;width: auto;}

.footer-widget-top {
	background : #00c8ef;
}
.footer-widget-top .widget{
	margin : 0;
}
.footer-widget-top .widget p {
	color: #000;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	text-align:center;
}

@media (max-width: 768px) {
	.footer-widget-top .widget p{font-size: 16px;}
	.intro h2{font-size: 30px;}
	.button-to-contact{font-size: 32px;}
	.button-back-to,.button-to-contact{margin-bottom: 10px;}
	.blocks-home .block-2 h4 {line-height: 1.3;font-size: 20px;}
}

/* Make it a marquee */
.marquee {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
#gallery-1 .gallery-item {
    margin: 5px 0!important;
}
#gallery-1 img {border:0 !important}

.btn-primary-new{font-size: 30px;background-color: #303030;padding: 0px 26px;color: #23C3EC !important;border-radius: 7px;display: inline-block;position: relative;top: -5px;text-transform: uppercase;font-weight: bold;}
.btn-primary-new span{color: #fff;}

#fscf_form3 {
    max-width: 600px;
}
.fscf-div-field-left .fscf-div-label {
    float: left;
    width: 250px;
    font-size: 16px;
    line-height:  1.4;
}
.fscf-div-field-left {margin-bottom: 20px;overflow: auto;clear: both;float: none;font-size: 13px;}
.fscf-div-field-left .fscf-div-field .fscf-input-text,
.fscf-div-field-left .fscf-div-field .fscf-input-select,
.fscf-div-field-left .fscf-div-field .fscf-input-textarea {
    width: 350px;
    height: 40px;
    box-sizing: border-box;
}
.fscf-div-field-left .fscf-div-field .fscf-input-textarea {
    height: 100px;
}
.fscf-div-field-left .fscf-div-clear {
    clear: both;
}
.fscf-div-field-left .fscf-div-field .fscf-option-label {
    font-size: 16px;
}
.fscf-div-error {
    color: #f00;
}
.fscf-button-submit {
    font-size: 40px;
    background-color: #303030;
    padding: 0px 26px;
    color: #23C3EC !important;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    border: 0;
    text-transform: uppercase;
    outline: 0;
    margin-top: 20px;
     font-weight: bold;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    font-weight:  bold;
    float: right;
    color: #000;
}
#post-6425 .page-header.has-bg img {
    margin-top: -50%;
}
.intro h1 {
    color: #23C3EC;
    font-size: 60px;
}
.page-id-8556 .entry-content h3{color: #23C3EC; margin-top: 30px; margin-bottom: 20px;}
.page-id-9907 .entry-content h3{color: #23C3EC;}
.page-id-8556 .entry-content ul{list-style: none;padding-left: 20px}
.page-id-8556 .entry-content ul li{position: relative;}
.page-id-8556 .entry-content ul li:before{content: "\00BB";color: #23C3EC;position: absolute; left: -20px; top: 0;}

ul.homeaccordings {
    list-style: none;
    margin: 0;
    padding:  0;
}
ul.homeaccordings li h4 {
    margin: 0 -30px;
    background: #009dcb;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
ul.homeaccordings li h4:after {
    content: "»";
    position: absolute;
    right: 30px;
    font-size: 35px;
    bottom: 1px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}
ul.homeaccordings li.open h4:after {
    transform: rotate(90deg);
}
ul.homeaccordings li p {
    display: none;
    margin: 10px 0;
     text-align: justify;
}
ul.homeaccordings li.open p, .blocks-home .block-1 > p {
    display: block;
  	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
    text-align: justify;
}
.blocks-home .row {
    display: block;
}
.blocks-home .column {
    margin-bottom: 20px;
}
.blocks-home .clientlogos {
    width: 68%;
    padding: 0;
}
.blocks-home .clientlogos .supporter-logos {
    margin: 0 0 0 30px;
    background: #d9d9d9;
}
.blocks-home .clientlogos h3 {
    font-size: 24px;
}
.blocks-home .clientlogos .logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blocks-home .clientlogos .logos .item {
    width: 50%;
    margin:  0;
    padding: 11px 20px;
}
.blocks-home .clientlogos .logos .item img {
    max-height: 130px;
    max-width: 250px;
}
@media only screen and (max-width: 1199px) {
    ul.homeaccordings li h4 {
        font-size: 13px;
    }
.blocks-home .block-2 h4, .blocks-home .clientlogos h3 {
    font-size: 22px;
}
.blocks-home .block-1 {
    font-size: 13px;
}
}
@media only screen and (max-width: 992px) {
ul.homeaccordings li h4 {
    margin: 0 -15px;
}
.blocks-home .block-1 {
    font-size: 14px;
}
.blocks-home .clientlogos {
    width: 100%;
    padding: 0;
}
.blocks-home .clientlogos .supporter-logos {
    margin: 0;
}
}
@media only screen and (max-width: 600px) {
    .blocks-home .clientlogos .logos .item {
    width: 100%;
}
}



div#maindiv {
    width: 100%;
    overflow: hidden;
}
#div1 {
  display: inline-block;
      width: 100%;
          font-size: 30px;
    font-weight: bold;
  animation: marquee 10s linear infinite;
}


@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}