/**
 * Stylesheet:  style.css
 * Theme:       YouTube - YouTube Video Collection CMS
 * Version:     1.0
 * 
 */
/* Table of contents
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. News
10. Scroll to Top
11. Contact
12. Sidebar
13. Footer
14. Google Map
15. Room Category
16. Room Search
17.Single Property/Room
=================================================
*/

/*
================================
Import CSS and Google Fonts
================================
*/

@import url(../css/font-awesome.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");


/*
================================
Global Styles
================================
*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #464646;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
	background: #f2f3f3;
}
.error {
	color: red;
	overflow: hidden;
	margin-bottom: 15px;
}
.success {
	color: green;
	overflow: hidden;
	margin-bottom: 15px;
}
.bg-gray {
    background: #f2f3f3!important;
}
.no-pb {
    padding-bottom: 0;   
}
p {
    color: #323f52;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}
.page-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #353535;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
.bg-gray {
    background: #f2f3f3!important;
}
.no-pb {
    padding-bottom: 0!important;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    font-family: "Open Sans", serif;
    color: #fe0000;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
}
.heading-normal p {
    color: #323f52;
    font-size: 14px;
}
.border-shape {
    background: #fe0000 none repeat scroll 0 0;
    display: block;
    height: 1px;
    left: 0;
    margin: 20px auto 30px auto!important;
    position: relative;
    right: 0;
    text-align: center;
    width: 30px;
}
.border-shape::before {
    background: #fe0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: -10px;
    margin: 5px 0;
    position: absolute;
    right: 0;
    width: 50px;
}
.border-shape::after {
    background: #fe0000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -10px;
    margin: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.home-search {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}
.home-search input:focus {
	box-shadow: none!important;
}
.home-search .left input {
	width: 250px;
	border: 2px solid #fe0000;
	border-radius: 0;
	box-shadow: none!important;
}
.home-search .right,
.home-search .right form {
	float: right;
}
.home-search .right select {
	width: auto;
	height: 36px;
	border: 2px solid #fe0000;
	border-radius: 0;
	box-shadow: 0;
}
.search-height {
	min-height: 400px;
}
/*
================================
Preloader
================================
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
================================
Header
================================
*/
header {
    width: 100%;
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
    max-height: 100px;
    margin: 1px 0 1px;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: left;
}
/*
================================
Sticky Header
================================
*/
header.sticky {
    position: fixed;
    background: #333;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 16px;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    background: #fe0000;
    color: #fff;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f3;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    background: #f2f3f3;
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sf-menu li li li {
    background: #fe0000;
    border-left: 1px solid #f2f3f3;
    margin-left: -1px;
}
.sf-menu li li li a {
    color: #323f52;
}
.sf-menu li li li a:hover {
    color: #323f52;
    padding-left: 25px;
}
.sf-menu li a {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #fe0000;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover {
    color: #fff;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.sf-menu > li {
    margin-top: 0;
    height: 100px;
    line-height: 80px;
}
.sf-menu li:hover li a {
    background: #fe0000;
    color: #fff;
}
.sf-menu li:hover li:hover a {
    background: #fff;
    color: #fe0000;
}
.sf-menu li:hover li:hover li a {
    background: #fe0000;
    color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
    background: #fff;
    color: #fe0000;
}
.sf-menu li:hover li a {
    background: #464646!important;
}
/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    header.sticky .logo {
        z-index: 99999;
    }
    body.sticky .slicknav_menu {
        z-index: 99999;
        position: fixed;
        width: 100%;
    }
    body.sticky header {
        margin-top: 0px;
    }
    body.sticky .slide-carousel {
        margin-top: 54px;
    }
    .featured-box .item {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}

/*
================================
Slider
================================
*/

.slide-single {
    width: 100%;
    height: 580px;
    background-image: url(../images/slide1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.slide-single .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-single .text-page {
    padding-top: 12%;
}
.slide-single h2 {
    font-family: "Open Sans", serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}
.slide-single h3 {
    font-family: "Open Sans", serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-single p a {
    border: 2px solid #fe0000;
    padding: 10px 20px;
    background: #fe0000;
    color: #fff;
}
.slide-single p a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slide-single:hover p {
    background: transparent;
}
.main-slider {
	background: url(../img/pattern1.png);
    background-repeat: repeat;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    position: relative;
}
.slide-carousel .overlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-carousel .item {
    height: auto;
    text-align: center;
}
.slide-carousel .item .text {
	width: 90%;
	margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.slide-carousel .item .text .left {
	width: 50%;
	float: left;
}
.slide-carousel .item .text .left iframe {
	width: calc(100% - 30px);
}
.slide-carousel .item .text .right {
	width: 50%;
	float: left;
}
.slide-carousel .item .text .right h2 {
	font-family: "Open Sans", serif;
	font-size: 22px;
	line-height: 1.5;
	text-transform: none!important;
	text-align: left;
	color: #fff;
	font-weight: 600;
}
.slide-carousel .item .text .right h3 {
	font-family: "Open Sans", serif;
    text-transform: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}
.slide-carousel .item .text .right p {
	font-family: "Open Sans", serif;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	text-transform: none;
	text-align: left;
	display: inline-block;
}
.slide-carousel .item .text .right p a {
	border: 2px solid #fe0000!important;
	padding: 7px 16px;
    background: #fe0000;
    color: #fff;
    border-color: #fff;
    border-radius: 40px;
}
.slide-carousel .item .text .right p a:hover {
	background: #fff;
	border-color: #fff!important;
	color: #fe0000;
}

.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #fe0000;
    color: #f2f3f3;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #fe0000;
}
.slide-single-page {
    height: 200px;
}
.slide-single-page .overlay {
    opacity: 0.6;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 200px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}
.menu-arrow i {
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 6px;
    top: 44%;
}
/*
================================
About
================================
*/

.about {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about img {
    width: 100%;
    height: auto;
}
.about h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fe0000;
    position: relative;
}
.about h3 {
    font-family: "Open Sans", serif;
    font-size: 34px;
    font-weight: 600;
    color: #464646;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.about p {
    font-family: "Open Sans", sans-serif;
    color: #323f52;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
}
.about label {
    font-size: 14px;
}
.about .bar-container {
    position: relative;
    font-size: 14px;
}
.about .bar-container p {
    font-weight: 600;
}
.about .bar-container .progress {
    margin-top: -18px;
    height: 10px;
}
.about .bar-container .progress .progress-bar-custom {
    background-color: #fe0000;
}
.about .bar-container .percentage-show {
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
}



/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #fe0000;
    color: #fff;
    border: 4px solid #fe0000;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

/*
================================
Contact
================================
*/
.contact {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fe0000;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .item:hover {
    background: #464646;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
}
.contact .text h3 {
    color: #fff;
    font-family: "Open Sans", serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.contact .text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .text ul li {
    list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .cform-1 .btn-success {
    font-family: "Open Sans", serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #fe0000;
    color: #fe0000;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #fe0000;
    color: #fff;
}
.contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #323f52;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #fe0000;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
}


/*
================================
Featured Box
================================
*/

.featured-box {
    background: #f2f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
.featured-box .item {
    background: url(../images/featured-box/1.jpg) center/cover no-repeat;
    padding: 30px 15px;
    position: relative;
}
.featured-box .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe0000;
    opacity: 0.9;
    z-index: 10;
}
.featured-box .item .icon {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1000;
}
.featured-box .item .icon i {
    font-size: 40px;
}
.featured-box .item .text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1000;
}
.featured-box .item .text h2 {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 18px;
    display: inline-block;
    padding: 6px 22px;
}
.featured-box .item .text p {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


/*
================================
Footer
================================
*/
.footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin-top: 50px;
}

.footer .item ul {
	margin-bottom: 0;
	text-align: center;
}

.footer .item ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	background: #fe0000;
}

.footer .item ul li a {
	color: #fff;
	text-align: center;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #fe0000;
	font-size: 20px;
}

.footer .item ul li:hover a {
	background: #333;
	border-color: #333;
}

.footer .copyright {
	padding-top: 10px;
	padding-bottom: 20px;
    font-size: 13px;
    color: #000;    
    text-align: center;
}

.footer .copyright p {
	color: #333;
	font-weight: 600;
}

.footer .address {
	padding-top: 30px;
	text-align: center;
}

.footer .address p {
	color: #333;
}

/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}



/*
================================
Videos
================================
*/
.videos {
	padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.videos .adv img {
	width: 100%;
	height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
	clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
	clear: both;
}
.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
	width: 100%;
	height: 360px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-room .photo-col3 {
	width: 100%;
	height: 150px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-room-text {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.single-room-text h2 {
	background: #fff;
	font-size: 13px;
	line-height: 1.4;
	text-transform: none;
	margin-bottom: 0;
}
.single-room-text h2 a {
	color: #333;
	padding: 8px!important;
	font-weight: 600;
	display: block;
}




/*
================================
Single Channel
================================
*/
.single-channel {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}
.channel-video iframe {
	width: 100%;
	height: 450px;
}
.channel-text {
    background: #fff;
}
.channel-text h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.channel-categories h2 {
    border-bottom: 1px solid #ececec;
    color: #464646;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 15px;
    text-align: left!important;
    text-transform: none!important;
}
.channel-categories ul {
	padding-top: 10px;
}
.channel-categories ul li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	text-align: left!important;
}
.channel-categories ul li:before {
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fe0000;
}
.channel-categories ul li a {
	color: #333;
	font-size: 14px;
}
.channel-text h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 20px 0;
}
.channel-text p {
	font-size: 14px;
}
.channel-text h1 span {
    float: right;
    color: #fe0000;
    font-weight: bold
}
.support-widget h3 {
    margin: 20px 0;
    font-size: 18px;
}
.channel-categories {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.single-facilities {
    width: 50%;
    float: left;
}
.single-facilities:last-child {
    padding-left: 20px
}
.single-facilities li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.single-facilities li i {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fe0000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
}
.carousel-inner img {
    height: 100%
}
.crousel_left span,
.crousel_right span {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    top: 50%;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    transform: translateY(-50%);
}

.carousel-indicators li img {
    height: 66px;
    width: 100px;
}

.slicknav_nav .slicknav_arrow {
    display: none;
}


.sf-menu > li {
    display: inline-block;
    height: auto;
    line-height: 14px;
    padding: 20px 0;
}
.sf-menu > li > a {
    margin-right: 10px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: capitalize;
}

.sf-menu > li:hover > a {
    background: #fe0000;
    color: #fff;
}

.sf-menu > li.active > a {
    background: #fe0000;
    color: #fff;
}

.sf-menu > li > a:hover {
    background: #fe0000;
    color: #fff;
}

header.sticky .sf-menu > li {
    display: inline-block;
    height: auto;
    line-height: 14px;
    padding: 13px 0;
}

.sidebar-adv img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}


/*
================================
Subscribe
================================
*/

.subscribe {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    position: relative;
}
.subscribe .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.subscribe h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.subscribe p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.subscribe-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #fff;
    padding: 12px 10px;
    width: 40%;
}
.subscribe-form button {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: -4px;
    padding: 13px 35px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    border: 1px solid #fff;
}
.subscribe-form button:hover {
    background: #fe0000;
    border: 1px solid #fe0000;
    color: #fff;
}

.subscribe-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f2f3f3;
}
.subscribe-form input::-moz-placeholder { /* Firefox 19+ */
  color: #f2f3f3;
}
.subscribe-form input:-ms-input-placeholder { /* IE 10+ */
  color: #f2f3f3;
}
.subscribe-form input:-moz-placeholder { /* Firefox 18- */
  color: #f2f3f3;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 12px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 5px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none; /* no underline */
    background-color: #4a4a4a;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
}

div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: bold;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}