/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
@import url("../bb-theme/style.css"); 
::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;
opacity: 1;
}
.text.margin-bottom-35px {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
}
a.nile-bottom.sm {
    padding: 6px 30px 6px 30px;
}
a.nile-bottom {
    background-color: #222629;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    display: inline-block;
}
a.nile-bottom:hover {
    background-color: #0286ea;
    color: #fff;
}
h4.fl-widget-title {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

ul.footer-menu li {
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
ul.footer-menu li a:before {
    content: "\35";
    font-family: 'ElegantIcons';
    color: #0286ea;
    display: inline-block;
    margin-right: 5px;
}
.fl-page-nav-wrap {
    background: #222629;
	border-width:0px;
}
/*.fl-row.fl-row-full-width.fl-row-bg-none.fl-node-5ba9c28f06ba4 {margin-top: -130px;}
*/
div#breadcrumbs {
    background-image: url(../bb-theme-child/images/page-title.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom:0px;
}
h3.tieude {
    text-align: center;
    color: #fff;
    font-size: 35px;
}
div#crumbs{
	text-align: center;
	color: #fff !important;
}
div#crumbs a {
    
    color: #fff !important;
}
header.fl-archive-header {
    text-align: center;
    font-size: 35px;
}
h1.fl-archive-title {
    color: #fff;
}
form.wpcf7-form {
    background-color: #0286ea;
}

form.wpcf7-form {
    padding: 30px;
	color:#fff;
}

.form-group.col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: none;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: none;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
}
h3.padding-bottom-15px {
    color: #fff;
    font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: #212121;
    padding: 15px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
	background-color: #0d7aca;
	border-width:0px;
	border-radius:0px;
	color:#fff;
}
.fl-builder-content.fl-builder-content-128.fl-builder-content-primary.fl-builder-global-templates-locked {
    padding-top: 100px;
}

.fl-module.fl-module-html.fl-node-5bab3b49cd0ea {
    padding-top: 5px;
}
.padding-tb-50px.padding-lr-30px.background-main-color.pull-top-309px {
    margin-top: -305px;
    margin-left: 670px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 40px;
    background-color: #222629;
}
h2.fl-slide-title {
    z-index: 5;
    min-width: 462px;
    max-width: 462px;
    white-space: nowrap;
    font-size: 50px;
    line-height: 59px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: -4px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.fl-slide-text p{
    z-index: 6;
    min-width: 458px;
    max-width: 458px;
    white-space: normal;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}


.btn {
    display: flex;
    justify-content: space-evenly;
}
.btn a{
        z-index: 8;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    background-color: rgba(229, 57, 53, 0);
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 12px 35px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.section-title-right.text-main-color.clearfix {
    display: flex;
}

h2.title-text {
    font-size: 23px;
    line-height: 28px;
    color: #0286ea;
    margin-left: 15px;
    margin-top: 15px;
}

.about-text.margin-tb-25px {
    margin-top: 25px;
    margin-bottom: 25px;
}

.about-text.margin-tb-25px h4 {
    font-weight:500
}
.col-lg-7.padding-tb-15px {
    width: 100%;
}

h2.unbe {
    color: #fff !important;
    font-size:27px;
}
div#button {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
    display: block;
}
img.fl-photo-img.wp-image-122.size-full {
    border-radius: 500px;
}
ul#menu-menu-footer li a {
    
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
ul#menu-menu-footer-1 li {
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 0 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
ul#menu-menu-footer-2 li {
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.uabb-subheading.uabb-text-editor p{
    padding-left: 220px;
    padding-right: 220px;
    line-height: 28px;
}
a.title.h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 15px auto;
}
div#modun2 {
	position: relative;
	top: -60px; 
}
#modun2 .fl-row-content-wrap {
	margin-top:0px;
}
#modun3 {
	margin-top:-60px;
}
.col-lg-4.col-md-4.sm-mb-45px {
    /* position: relative; */
    /* width: 100%; */
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

a.action-bottom.layout-1 {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    display: block;
}
.text-cho2 {
    color: #ffff;
}

h4.hinhcon {
    color: #ffff;
    font-size: 14px;
}
.col-lg-4.col-md-4.sm-mb-45px a:hover {
        background-color: #0286ea;
}
.col-lg-7.padding-tb-15px {
    padding-top: 20px;
    padding-bottom: 20px;
}
.col-lg-4.col-md-4 a:hover{
    background-color: #0286ea;
}
h3.uabb-divider-text {
    font-size: 28px;
    font-weight: 500;
}

h3.uabb-heading {
    color: #0286ea;
}
h3.uabb-heading {
    margin: 0 !important;
}
.uabb-module-content {
    border-radius:  5px;
}
.contact-info-map h2 {
    color:  #fff;
}
.contact-info-map {
    color:  #fff;
}
#modun2 .uabb-infobox-text span {
    font-size: 12px !important;
}

.icon-thu3 {
    width: 26px;
    height: 20px;
    margin: auto;
    background-image: url(https://nilethemes.com/html/nile-logistics/assets/icons/testimonials-icon.png);
}
.testimonials.layout-1 .text {
    padding: 25px 0px;
    font-size: 14px;
    text-align:center;
}
.testimonials.layout-1 .meta .testimonials-thum {
    margin-bottom: 10px;
}
.testimonials.layout-1 .meta .testimonials-thum img {
    border-radius: 50px;
}
.padding-30px h2{
	margin-top:0px;
}
.margin-bottom-60px {
	margin-bottom:30px;
}
.form-row {
	margin: 0 -15px;
}
.contact-form .form-row {
	margin: 0;
}
.contact-form textarea {
	height:90px;
}
.name {
    text-align: center;
}

.testimonials-thum {
    text-align:center;
}

.testimonials.layout-1 {
        background-color: #fff;
    padding: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    margin-bottom: 45px;
}
.fl-content.fl-content-left.col-md-8 {
    width: 100%;
    padding-right: 15px;
    border: none;
}
.fl-content.fl-content-left.col-md-9 {
    border: none;
}
.contact-info.opacity-9 {
    display: flex;
}
.contact-info p:before{
	content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0;
    top: -5px;
    left: 0;
	font-size:36px;
	width:30px;
	height:30px;
    color: #808080; 
    margin-right: 5px;
}
.call_center .contact-info p:before{
	content: "\f095";
}
/*
i.fa.fa-map-marker {
    font-size: 30px;
    margin-top:10px;
}

i.fa.fa-phone {
    font-size: 30px;
    margin-top:10px;
}
*/
.menu-menu-footer-container{
	box-sizing: border-box;
color: rgb(33, 37, 41);
font-size: 14px;
font-weight: 400;
line-height: 25px;
text-align: left;
}

.menu-menu-footer-container ul{
	margin: 0px;
padding: 0px;
list-style: none;
	margin-bottom: 20px;
}



ul#menu-menu-footer li a {
	color: #fff;
	display: block;
	padding: 10px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: #0286ea;
}

#nav_menu-5, #custom_html-8, #text-2{
	list-style-type: none;
}

.padding-30px{
	border: 1px solid #777;
	padding: 30px;
	margin-bottom: 10px;
}

#text-2 .textwidget{
	background-color: #474747;
	padding: 10px;
}

form.wpcf7-form {
	background-color: #474747;
}

form.wpcf7-form h3{
	font-size: 20px;
line-height: 27px;
letter-spacing: -1px;
}

form.wpcf7-form .col-md-6{
	
}

form.wpcf7-form .wpcf7-submit{
	background-color: #0286ea;
}

/* css Anh Phi */
.fl-page-header-container {
	padding-bottom:10px;
	padding-bottom:10px;
}
.text {
	text-align: left;
}
.contact-info i{
	font-size: 32px;
    margin-top: 5px;
    width: 30px;
    line-height: 38px;
    height: 38px;
}
.contact-info span.title-in {
    font-size: 15px;
}
.text-main-color {
    color: #0286ea;
	font-weight: 500;
	font-size:14px;
}
ul#menu-menu-footer li a {
	background-color: transparent;
	color:#4a4a4a;
	padding: 0px 0px 8px 0px;
}
ul#menu-menu-footer li a:before ,
.menu-menu-footer-container li a:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    top: 0px;
    left: 0;
	color:#0286ea;
	margin-right: 5px;
}
.fl-sidebar-right {
	padding-left:0;
}
.fl-widget ul li{
	overflow: hidden;
}
.fl-sidebar-right .fl-widget {
	float: left;
	width: 100%;
}
.fl-sidebar h4.fl-widget-title{
	padding-left:25px;
}
h4.fl-widget-title{
	font-size: 17px;
	padding-left: 0px;
	position: relative;
	margin-top:0px;
	margin-bottom: 8px;
	line-height:28px;
}
.fl-sidebar-right .fl-widget-title:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #0286ea;
    position: absolute;
    top: 10px;
    left: 0px;
}
.fl-widget.widget_recent_entries img {
	border-radius: 5px;
	width: 69px;
}
.fl-widget .thumb{
	float: left;
    margin-right: 15px;
}
.fl-page-footer-wrap .widget_recent_entries li a.post-title{
	font-size: 13px;
}
.fl-sidebar-right .widget_recent_entries li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    float: left;
}
.fl-sidebar-right .widget_recent_entries li a.post-title{
	font-size: 14px;
    font-weight: 600;
	color:#000;
}
.fl-sidebar-right .widget_recent_entries li .post-date {
	color: #949494;
    font-size: 12px;
    display: block;
    margin-top: 5px;
	padding-left:85px;
}
.fl-sidebar-right .widget_recent_entries li .post-date:before {
    content:"\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    top: 0px;
    left: 0;
	color:#949494;
}
.widget_categories ul > li a {
    color: #474747;
}
.widget_categories ul > li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 8px;
    top: 0px;
    left: 0;
    color: #0286ea;
    margin-right: 5px;
}
.widget_categories ul > li  {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #eeeded;
}
.fl-archive{
	padding:60px 0;
}
.single-post .fl-content, .single-post .fl-sidebar {
	padding-top:60px;
	padding-bottom:60px;
}
.fl-comments {
	display: none;
}
.fl-post-thumb img {
    border-radius: 10px;
	width: 100%;
}
a.fl-post-more-link {
	padding: 8px 40px;
	-webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
	background-color: #331d1b;
	color: #fff;
	border-radius: 35px;
	display: inline-block;
	margin-top:10px;
}
a:hover.fl-post-more-link {
	text-decoration: none;
	background-color: #1978bd;
}
.fl-post-meta-top{
	padding: 10px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.fl-content.fl-content-left  .fl-archive-title{
	display: none;
}
.fl-post-meta .fl-sep {
	display:none;
}
.fl-comments-popup-link i {
	color: #0286ea;
}
.fl-post-meta span {
	margin-right:40px;
}
.fl-post-meta i{
	color: #0286ea;
	padding-right: 10px;
}
.fl-post-meta .fl-post-author:before , .fl-post-meta .fl-post-date:before {
	  content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 8px;
    top: 0px;
    left: 0;
    color: #0286ea;
    margin-right: 5px;
	display: none;
}
.fl-post-meta .fl-post-author:before {
	content: "\f007";
	display: none;
}
a.fl-post-more-link:after{
	content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 10px;
    top: 0px;
    left: 0;
    color: #fff;
}
.fl-post-cats-tags a{
	float: none;
    display:inline-block;
    margin: 0 10px 10px 0;
    padding: 0px 9px;
    font-size: 13px !important;
    line-height: 28px !important;
    color: #9b9b9b !important;
    border: #eaeaea solid 1px;
    border-radius: 0px;
    text-decoration: none;
    background: #fff;
}
.fl-comments button, .fl-comments input[type=button], .fl-comments input[type=submit] {
	background:#0286ea;
	border:0px;
}
.menu-service ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	background-color: #0286ea;
}
.menu-service ul li{
	margin-bottom:0;
	background-color: transparent;
}
.menu-service ul li.current-menu-item {
	background-color: #444;
}
.menu-service ul li a{
	color: #fff;
    display: block;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-service ul li a:hover {
    background-color: #444;
}
.contact-form {
	background-color: #222629;
}
.contact-form h3{
	color:#fff;
}
.contact-form form.wpcf7-form {
    background-color: #222629;
    padding:0 15px;
}
.fl-page-nav ul.sub-menu {
	border-top:0px;
	padding:0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fl-page-nav ul.sub-menu li a{
	padding: 10px 20px 10px 20px;
	margin: 0;
}
.fl-page-nav ul.sub-menu li a:hover{
	padding-left: 25px;
}

/* testimonials */
.item-testimonial .uabb-testimonial {
	padding: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
	background-color:#fff;
}
.list-logo .uabb-image-carousel-item {
	padding:0 15px;
}
/*phan trang*/
.cat-navigation {
	text-align: left;
}
.pagination {
	border-radius: 0;
}
.pagination-lg li{
	float:left;
    
	margin-right:10px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span 
, .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span{
	
}
.pagination>li>a, .pagination>li>span {
    color: #444;
	border-radius: 5px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
	padding: 10px 25px;
	font-size: 14px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus , .pagination>li>span.current {
	color:#fff;
	background-color:#0286ea;
}
/* related post */
#related_posts {
	padding-top: 20px;
    border-top: solid 1px #efefef;
	margin-top: 0px;
}
#related_posts h3{
	color: #414141;
    text-transform: uppercase;
	margin:0;
}
#related_posts ul {
	list-style: none outside none;
	padding:0;
	margin:10px 0 0 0;
}
#related_posts ul li{
	margin: 8px 0;
}
#related_posts ul li a{
	font-size: 14px;
	color: rgba(0,0,0,.75);
}
#related_posts ul li a:hover{
	color:#0286ea ;
}
#related_posts ul li a:before {
    margin-bottom: 1px;
    content: " ";
    width: 0;
    margin-right: 10px;
    display: inline-block;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #414141;
    border-bottom: 4px solid transparent;
}
#related_posts ul li .relatedthumb{ 
	display: none;
}
#related_posts ul li h5{
	display: inline-block;
}
#gallery-1 {
	margin:0 -15px;
}
#gallery-1 .gallery-item {
	margin-bottom:20px;
	margin-top:0;
	padding:0 15px;
}
#gallery-1 img {
	border:0px !important;
}
.fl-page-nav ul.sub-menu ul.sub-menu {
	top:15px;
}
.fl-page-footer-widgets {
	border-width: 0px;
}
.fl-page-footer-text{
	padding-bottom:0;
}
.fl-page-footer-widgets-container {
    padding-top: 60px;
	padding-bottom:0;
}
.fl-page-footer-container{
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
	line-height: 25px;
}
/** responsive **/
@media (max-width: 1024px) {
	h2.unbe span{
		font-size: 23px !important;
	}
	.padding-tb-50px.padding-lr-30px.background-main-color.pull-top-309px {
		float:right;
		width:370px;
	}
}
@media (max-width: 991px) {
	.fl-page-header-text {
		display: none;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
		margin-right:0;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:hover, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:focus {
		background: #222629;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		background: #222629;
	}
	.fl-page-nav .navbar-toggle {
		background:#333;
	}
	.fl-page-header-container {
		padding-top: 0px;
		padding-bottom: 15px;
	}
	div#modun2 {
		margin-top:0px;
	}
	div#modun2 .fl-col-small {
		width: 33.33% !important;
		max-width: 100%;
		float: left;
		clear: unset;
	}
	#modun3 .fl-row-content-wrap {
		padding-top:40px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li > a {
		color:#fff; 
	}
	.padding-tb-50px.padding-lr-30px.background-main-color.pull-top-309px {
		margin-left:0px;
	}
	.item-inffo1 .uabb-imgicon-wrap{
		display:block;
	}
	.item-inffo1  .infobox-photo-left-title .uabb-infobox-title-wrap {
		width: 100% !important
	}
	.fl-col-small , .fl-col {
		float:left;
		clear: unset;
		max-width: 100%;
		width: 100% !important
	}
	.uabb-subheading.uabb-text-editor p {
		padding-left:50px;
		padding-right:50px;
	}
	.block-season .fl-col-group .fl-col-small {
		width: 50% !important;
	}
	.fl-page-footer-widgets .col-sm-3 {
		width: 50%;
	}
	.fl-archive {
		padding: 60px 20px;
	}
	.fl-content-slider .fl-slide-bg-photo {
		background-position: 100% 50%;
	}
	.fl-node-5bab30ab38ca7 > .fl-row-content-wrap , .fl-node-5bab318da1ebb > .fl-row-content-wrap , .fl-node-5bab3adc50fc5 > .fl-row-content-wrap {
		padding-top: 40px;
		padding-bottom:40px;
	}
	.fl-node-5bab30ab38ca7 > .fl-row-content-wrap {
		padding-bottom:100px;
	}
	.fl-builder-content.fl-builder-content-128.fl-builder-content-primary.fl-builder-global-templates-locked {
		padding-top:0px;
	}
	.block-contact-info .fl-row-content-wrap{
		padding:40px 20px !important;
	}
	
}
@media (max-width: 991px) and (min-width: 768px){
	.fl-content-slider .fl-slide , .fl-content-slider{
		height:550px;
		min-height:550px !important;
	}
}
@media (max-width: 767px) {
	div#modun2 .fl-col-small , .fl-page-footer-widgets .col-sm-3 ,.block-season .fl-col-group .fl-col-small {
		width: 100% !important;
	}
	.col-lg-4.col-md-4.sm-mb-45px {
		margin-bottom:15px;
	}
	.uabb-separator-wrap {
		width: 70% !important;
	}
	#modun3 .fl-row-content-wrap, #seson .fl-row-content-wrap {
		padding-top:50px;
		padding-bottom:100px;
	}
	.page .fl-row-content-wrap {
		
	}
	.fl-archive,.single-post .fl-content, .single-post .fl-sidebar{
		padding-bottom: 30px;
		padding-top:30px;
	}
	.fl-post-meta span {
		margin-right: 10px;
	}
	.fl-content-slider .fl-slide , .fl-content-slider{
		height:inherit;
		min-height:inherit !important;
	}
	.fl-page-footer .text-right{
		text-align: center;	
	}
}
@media (max-width: 480px) {
	.fl-module-map .fl-map {
		height:550px;
	}
}
span.font-weight-500.text-uppercase a {
    color: #ffffff;
}
.text {
    padding-left: 10px;
}
.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
    margin: 25px 0 10px;
}
