@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Royal Hotel Rooms Booking Responsive Website Template
Version:            1.0.0
Created Date:       03/07/2017 
Created by :        https://easetemplate.com/ 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    9.6  404 error
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Alegreya Sans', sans-serif; font-size: 18px; color: #606060; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #333333; font-family: 'Alegreya', serif; margin: 0px 0px 15px 0px; }
h1 { font-size: 38px; }
h2 { font-size: 26px; line-height: 22px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 30px; line-height: 1.6; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #333333; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #ec1010; }
.lead { font-size: 21px; font-weight: 400; line-height: 1.6; font-family: 'Alegreya', serif; color: #333333; margin-bottom: 30px; }
.blockquote { padding: 50px; border-radius: 0px; border: 0px; font-size: 32px; text-align: center; color: #333333; background-color: #f3f3f3; }
.blockquote-content p { font-style: italic; font-family: 'Alegreya', serif; margin-bottom: 30px; line-height: 1.4; font-weight: 400; }
.blocquote-author { font-weight: 700; font-size: 14px; text-transform: uppercase; font-style: normal; color: #ec1010; }
blockquote { color: #333333; font-family: 'Alegreya', serif; font-weight: 400; font-size: 22px; }
strong { color: #333333; font-weight: 600; margin-right: 8px; }
hr { border-bottom: 1px solid #e6e7e9; margin-bottom: 40px; margin-top: 40px; }

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 14px; text-transform: capitalize; color: #606060; margin-bottom: 10px; }
.form-control:focus { }
.textarea.form-control { }
.required { }
.form-group { margin-bottom: :5px; }
.form-control { border-radius: 0px; color: #999999; font-size: 14px; font-weight: 600; width: 100%; height: 44px; padding: 10px; line-height: 1.42857143; background-image: none; background-color: #efeded; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.input-group { position: relative; display: table; border-collapse: separate; }
input[type=checkbox], input[type=radio] { margin: 8px 0 0; margin-top: 1px\9; line-height: normal; }
.input-group-addon { border-radius: 0px; }
#datepicker.form-control { border-right: transparent !important; }
.default-skin .ui-widget-header { border: 1px solid #ecaa30; background: #ecaa30; color: #fff; font-weight: bold; }
.default-skin .ui-state-highlight, .default-skin .ui-widget-content .ui-state-highlight, .default-skin .ui-widget-header .ui-state-highlight { border: 1px solid #ecaa30; background: #ecaa30; color: #fff; }

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 30px 30px; }
.alignleft { float: left; margin: 0px 30px 0px 0; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Alegreya Sans', sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 700; padding: 14px 18px; margin-bottom: 4px; letter-spacing: 2.2px; border-radius: 0px; border: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-primary { background-color: #ec1010; color: #fff; }
.btn-primary:hover { background-color: #d80808; color: #fff; }
.btn-primary.focus, .btn-default:focus { background-color: #d80808; color: #fff; }
.btn-default { background-color: #333333; color: #fff; }
.btn-default:hover { background-color: #262626; color: #fff; }
.btn-default.focus, .btn-primary:focus { background-color: #262626; color: #fff; }
.btn-lg { padding: 16px 28px; font-size: 14px; }
.btn-sm { padding: 10px 16px; font-size: 12px; }
.btn-xs { padding: 8px 12px; font-size: 10px; }
.btn-link { color: #ec1010; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-link:after { font-family: FontAwesome; margin-left: 4px; left: 0; font-size: 12px; color: #ec1010; content: "\f061"; }
.btn-link:hover { color: #d80808; text-decoration: none; }
button.btn { margin-right: -1px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 80px; padding-bottom: 80px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb130 { margin-bottom: 130px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdb150 { padding-bottom: 150px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.pdtb40 { padding-bottom: 40px; padding-top: 40px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #f5f6f8; }
.bg-primary { background-color: #ec1010; color: #fff; }
.bg-default { }
.bg-white { background-color: #fff; }
.outline { }
.section-title { margin-bottom: 40px; }
.title { color: #333333; }
.small-title { margin-bottom: 10px; font-size: 12px; font-weight: 900; color: #ec1010; text-transform: uppercase; letter-spacing: 1px; display: inline-block; }
.text-white { color: #fff; }
.text-black { }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }
.divider-line { border-bottom: 1px solid #1d4293; margin-top: 40px; margin-bottom: 40px; }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature { }
.feature-block { }
.feature-text { }
.feature-title { }
.feature-content { }
.feature-section { }
.feature-icon ul { }
.feature-icon ul li { }
.feature-icon ul li i { }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle { position: relative; color: #606060; line-height: 32px; }
.angle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 18px; color: #ec1010; content: "\f105"; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-section { }
.cta-block { }
.cta-text { }
.cta-title { }
.widget-cta { }
.widget-cta-icon { }
.widget-cta-title { }
.widget-cta-text { }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 50%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: "\f00e"; font-family: "FontAwesome"; font-size: 30px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(18, 3, 3, .30); }
.imghover:hover::after { color: #fff; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo { }
.top-bar { background-color: #f0efe8; border-bottom: #e3e2da 1px solid; padding-top: 7px; padding-bottom: 7px; }
.connect-us { float: right; }
.call-info { padding-top: 2px; padding-left: 60px; }
.call-text { font-size: 20px; font-weight: 900; }
.call-text strong { }
.social { padding-top: 6px; }
.social ul { float: right; }
.social ul li { float: left; }
.social ul li a { font-size: 12px; padding: 10px 10px; background-color: #e4e4e4; border-radius: 50px; line-height: 1.2; width: 32px; height: 32px; text-align: center; margin-right: 1px; display: block; }
.social ul li a:hover { background-color: #8e1e1a; color: #fff; }
.header { padding-top: 30px; padding-bottom: 30px; border-bottom: rgba(255, 255, 255, 0.2) 1px solid; }
.header-collapse { background-color: #ec1010; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/hero-img.jpg) no-repeat center; background-size: cover; }
.hero-section-caption { margin-top: 110px; margin-bottom: 110px; background-color: #4d8638; border-radius: 6px; }
.hero-title { color: #fff; font-size: 35px; font-weight: 100; line-height: 45px; margin-bottom: 25px; }
#navigation { float: right; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Alegreya', serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 15px; font-size: 13px; color: #fff; letter-spacing: 1px; text-decoration: none; font-weight: 700; text-transform: uppercase; }
#navigation > ul > li:hover > a { color: #fff; background-color: #d80808; }
#navigation > ul > li.has-sub > a { padding-right: 32px; }

/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 0px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: 42px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { background-color: #d80808; padding: 14px 22px; width: 218px; font-size: 14px; text-decoration: none; color: #fff; font-weight: 700; text-transform: uppercase; border-bottom: #c70606 1px solid; letter-spacing: 1px; }
#navigation ul ul li:first-child > a { border-top-right-radius: 0px; }
#navigation ul ul li:last-child > a { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #fff; background-color: #c70606; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #c70606; top: auto; background-color: #ec1010; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; color: #fff; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #fff; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #fff; background-color: #c70606; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 18px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 600; background-color: #ec1010; margin-top: 15px; }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 20px; border: 0; height: 2px; width: 15px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 20px; background: #fff; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #d80808; height: 54px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background:; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { text-align: left; background-image: url(../images/pageheader.jpg); background-size: cover; margin: 0px; padding: 0px; border: 0px; }
.page-section { padding-top: 187px; padding-bottom: 105px; }
.page-description { }
.page-description p { color: #FFF; }
.page-title { font-size: 46px; color: #fff; font-weight: 300; text-align: center; margin: 0px; }
.page-text { color: #fff; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/
.slider { margin-bottom: -33px; }
.slider-img { background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.5) 0%, rgba(45, 32, 44, 0.5) 100%); background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.5) 0%, rgba(45, 32, 44, 0.5) 100%); background: linear-gradient(to bottom, rgba(45, 32, 44, 0.5) 0%, rgba(45, 32, 44, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }
.slider-img img { position: relative; z-index: -1; }
.slider-captions { position: absolute; bottom: 180px; text-align: center; width: 100%; color: #fff; }
.slider-title { color: #fff; font-size: 50px; font-weight: 600; }
.slider-text { color: #fff; }
.slider .owl-dots { text-align: center !important; position: relative; bottom: 50px; }
.slider .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.slider .owl-nav .owl-prev { position: absolute; top: 45%; left: 0px; color: #fff; font-size: 18px; margin: 5px; padding: 13px 0px; background: #4e3417; display: inline-block; cursor: pointer; border-radius: 100%; height: 50px; width: 50px; }
.slider .owl-nav .owl-next { position: absolute; top: 45%; right: 0px; color: #fff; font-size: 18px; margin: 5px; padding: 13px 0px; background: #4e3417; display: inline-block; cursor: pointer; border-radius: 100%; height: 50px; width: 50px; }
.slider .owl-nav .owl-prev, .owl-nav .owl-next:hover { background: #ec1010; text-decoration: none; color: #fff; }
.slider .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.slider .owl-dots .owl-dot span { width: 11px; height: 11px; margin: 5px 4px; background: transparent; border-radius: 5px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #ec1010; border: 2px solid #ec1010; }

/*-----------------------------------
7. room block
-------------------------------------*/
.room-block { background-color: #fff; padding: 85px; color: #333333; text-align: center; }
.room-content { }
.room-content ul { margin-bottom: 25px; }
.room-content ul li { line-height: 1.8; font-weight: 500; }
.room-content i { color: #ec1010; font-size: 16px; margin-right: 5px; }
.room-price { font-size: 28px; font-weight: 700; }
.room-meta { font-size: 14px; font-weight: 500; color: #6f6f6f; }
.room-img { margin-right: 0px; }
.room-space { margin-left: 0px; margin-right: 0px; }
.room-slider .owl-dots { text-align: center !important; position: relative; top: 30px; }
.room-slider .owl-nav { display: none; }
.room-slider .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.room-slider .owl-dots .owl-dot span { width: 11px; height: 11px; margin: 5px 4px; background: transparent; border-radius: 5px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.room-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #fff; border: 2px solid #fff; }
.room-single-block { margin-top: 40px; }
.room-rating { font-size: 14px; color: #edb10e; margin-bottom: 10px; }
.room-thumb-gallery { }
.owl-thumb-item { background: transparent; border: none; margin-right: 20px; margin-top: 20px; padding: 0px; }
.owl-thumb-item:active { }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #111111; padding-top: 60px; padding-bottom: 30px; color: #6f6f6f; font-family: 'Alegreya Sans', sans-serif; font-weight: 400; }
.footer-title { margin-bottom: 40px; color: #fff; }
.footer-widget { margin-bottom: 30px; }
.footer-widget ul { margin-bottom: 35px; }
.footer-widget ul li { line-height: 1.8; }
.footer-widget ul li a { font-size: 14px; color: #6f6f6f; text-transform: uppercase; letter-spacing: .75px; font-weight: 700; line-height: 1; }
.footer-widget ul li a:hover { color: #ec1010; }
.footer-widget ul li i { margin-right: 15px; color: #ec1010; }
.footer-widget .form-control { height: 50px; color: #7e7e7e; background-color: #333333; border: 0px solid; border-radius: 0px; }
.footer-social { }
.footer-social  a span { font-size: 24px; padding-right: 5px; color: #58595a; }
.footer-line { border-bottom: #222222 1px solid; margin-bottom: 20px; margin-top: 40px; }
.footer-social a span:hover { color: #fff; }
.footer-social a span.active { color: #fff; }
.footer-link { color: #ffe451; font-size: 16px; font-weight: 600; border-bottom: 1px solid #ffe451; padding-bottom: 2px; }
.footer-link:hover { color: #f7da3d; border-bottom: 1px solid #f7da3d; }

/*-------------- tiny footer ------------*/

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

.about-section { color: #fff; padding-top: 30px; padding-bottom: 30px; }
.about-title { margin-bottom: 30px; color: #fff; }
.about-img img { border-radius: 4px; position: relative; }
.about-icon { position: absolute; bottom: 38%; left: 47%; text-align: center; }
.about-list { }
.about-list ul li { color: #5f5f5f; }
.about-list ul li:before { color: #5f5f5f; }

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/
.service-block { }
.service-icon { background-color: #f3f3f3; text-align: center; padding-top: 15px; padding-bottom: 15px; margin-bottom: 30px; color: #ec1010; font-size: 50px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.service-icon:hover { }
.service-smalltext { margin-top: 10px; }
.service-img img { margin-bottom: 30px; }
.service-content { padding-bottom: 10px; }
.service-btn-link { margin-bottom: 8px; }
.courses ul { }
.courses ul li { font-size: 16px; font-weight: 400; line-height: 2; }
.courses i, .unordered i { margin-right: 10px; color: #ff8119; font-size: 16px; }

/*-----------------------------------------
  service side-nav
 ------------------------------------------*/

/*--------------------------
 9.5  Testimonial
---------------------------*/
.testimonial-wrapper { text-align: center; background-image: url(../images/testimonial-bg-img.jpg); }
.testimonial-block { margin-top: 50px; }
.testimonial-icon { font-size: 35px; color: #8e1e1a; padding-bottom: 20px; }
.testimonial-content { text-align: center; background-color: #fff; text-align: center; padding: 30px; margin-top: 30px; }
.testimonial-pic { float: left; margin-right: 14px; }
.testimonial-text { font-size: 22px; font-style: italic; color: #333333; font-weight: 500; }
.testimonial-user { padding-top: 14px; margin-bottom: 40px; }
.testimonial-meta { margin-bottom: 30px; line-height: 1.2; font-size: 13px; text-transform: uppercase; color: #ec1010; letter-spacing: 1.2px; font-weight: 700; margin-top: 0px; display: block; }
.testimonial-wrapper span { line-height: 1.2; font-size: 14px; text-transform: uppercase; color: #fff; letter-spacing: 1.2px; font-weight: 700; }

/*--------------------------
 9.6  team
 ----------------------------*/
.team-block { margin-bottom: 20px; }
.team-section { }
.team-img { margin-bottom: 20px; }
.team-content { text-align: center; }
.team-title { margin-bottom: 5px; }
.team-meta { text-transform: uppercase; font-size: 13px; color: #ec1010; font-weight: 700; letter-spacing: .75px; }

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block { background-color: #ec1010; padding: 84px; color: #fff; text-align: center; }
.contact-form { }
.contact-info { }
.contact-info-title { margin-bottom: 9px; font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; }
.contact-icon { }
.contact-info ul { }
.contact-title { font-size: 15px; font-weight: 700; letter-spacing: .75px; text-transform: uppercase; }
.contact-info li { margin-bottom: 10px }
.get-in-touch { }
.contact-social { padding-left: 0px; margin-top: 10px; }
.contact-social a span { margin-right: 8px; font-size: 22px; color: #fff; text-transform: uppercase; letter-spacing: .75px; font-weight: 700; line-height: 1; }
.contact-social a span:hover { color: #333333; }

/*------------------------
10. Blog pages
--------------------------*/

/*----- post-----*/
.post-holder { border-bottom: 1px solid #e6e7e9; margin-bottom: 30px; }
.post-title { color: #333333; }
.post-title:hover { color: #ec1010; }
.post-img img { border-radius: 0px; }
.post-content { margin-top: 20px; margin-bottom: 30px; }
.sticky-box, .video-box { height: 50px; width: 50px; background-color: #8e1e1a; position: absolute; z-index: 8; top: 20px; right: 0px; left: 20px; border-radius: 50px; padding-top: 2px; line-height: 1; }
.post-sticky, .post-video { position: absolute; top: 14px; right: 19px; z-index: 9; color: #fff; font-size: 20px; }
hr, .post-hr { border-bottom: 1px solid #e6e7e9; margin-bottom: 30px; margin-top: 30px; }

/*----- meta -----*/
.meta { margin-bottom: 20px; text-align: left; padding-right: 3px; font-style: italic; line-height: 1; }
.meta-icon { color: #333333; font-size: 14px; margin-right: 6px; }
.meta-date, .meta-author, .meta-comments, .meta-categories { color: #888888; font-size: 14px; font-weight: 700; }
.meta-date, .meta-author { margin-right: 15px; }
.

.meta-tag { }

/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; }
.st-pagination { text-align: left; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 1.6; color: #fff; letter-spacing: 2px; text-decoration: none; font-size: 13px; border-radius: 0px; border: 1px solid #444444; background-color: #444444; font-weight: 700; text-transform: uppercase; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #ec1010; border: #ec1010 1px solid; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 0px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 0px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #ec1010; border: 1px solid #ec1010; }
.related-post-block { border-top: 1px solid #e6e7e9; margin-bottom: 30px; }
.related-post-title { margin-top: 30px; }
.related-post { }
.related-img img { margin-bottom: 30px; }
.related-post-content { }
.post-meta { margin-right: 20px; line-height: 0px; }

/*----- prev-next-----*/
.post-navigation { border-top: 1px solid #e6e7e9; border-bottom: 1px solid #e6e7e9; padding: 20px 0px 20px 0px; }
.nav-links { text-decoration: none; }
.nav-previous { }
.prev-link, .next-link { color: #333333; text-transform: uppercase; font-size: 12px; font-weight: 700; line-height: 24px; margin-bottom: 20px; letter-spacing: 1px; }
.prev-link i { margin-right: 5px; }
.next-link i { margin-left: 5px; }
.nav-next { }
.next-link { }
.previous-next-title { font-size: 18px; line-height: 22px; margin-top: 20px; color: #333333; font-weight: 700; }

/*----- Author-post -----*/
.author-block { margin-top: 40px; margin-bottom: 30px; border-bottom: 1px solid #e6e7e9; }
.author-post { }
.author-img { }
.author-title { font-size: 22px; line-height: 22px; color: #fff; }
.author-post-content { margin-bottom: 40px; }
.author-text { margin-top: 15px; }
.author-meta { padding-left: 0px; color: #fff; }

/*----- Comments -----*/
.comment-area { margin-top: 40px; margin-bottom: 30px; border-bottom: 1px solid #ebecee; }
.comment-title { font-size: 22px; line-height: 22px; margin-bottom: 30px; }
.comment-list { margin-top: 40px; }
.comment { }
.comment-body { }
.comment-header { margin-right: 10px; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 100px; }
.user-title { font-size: 18px; float: left; margin-bottom: 0px; margin-right: 30px; }
.comment-meta-date { padding-bottom: 10px; color: #9a9fa4; font-size: 12px; font-weight: 700; letter-spacing: .75px; text-transform: uppercase; }
.comment-content { margin-bottom: 10px; font-size: 16px; }
.reply-link { }
.childern { padding: 30px; background-color: transparent; border-bottom: 1px solid #e6e7e9; border-top: 1px solid #e6e7e9; }

/*----- leave-Comments -----*/
.leave-comments { margin-bottom: 30px; }

/*------------------------
 12. Counter block 
--------------------------*/
.counter-block { }
.counter-section { }
.counter-content { }
.counter-title { }
.counter-text { }

/*------------------------
 12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget { margin-top: -1px; border: 1px solid #d9d9d9; padding: 40px; border-radius: 0px; background-color: transparent; }
.widget-title { color: #333333; font-size: 18px; letter-spacing: 1.5px; font-weight: 700; text-transform: uppercase; }
.widget ul { }
.widget li { }
.widget li a { }
.widget li a:hover { }
.widget-categories, .widget-archives { }
.widget-categories ul li, .widget-archives ul li { position: relative; font-weight: 600; margin-bottom: 8px; }
.widget-categories ul li a, .widget-archives ul li a { padding: 0px 0px 0px 18px; font-size: 16px; font-weight: 700; }
.widget-archives { }
.recent-post { }
.recent-img img { margin-bottom: 20px; }
.recent-title { }
.widget-tags { }
.widget-tags a { color: #fff; padding: 4px 8px; background-color: #444444; display: inline-block; margin-bottom: 5px; border-radius: 0px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; line-height: 20px; margin-right: 5px; border: 0px; }
.widget-tags a:hover { background-color: #ec1010; color: #fff; border: 0px; }
.widget-search button { background-color: #ec1010; border: 1px solid #ec1010; color: #fff; font-size: 12px; position: absolute; right: 0px; padding: 15px 15px; position: absolute; bottom: 0; }
.widget-search .form-control { height: 49px; }
.search-form { position: relative; }

/*-------------styleguide-------------*/
.box-info { font-size: 16px; line-height: 1.6; }
.circle-default-color { background-color: #111111; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #585858; }
.circle-primary-color { background-color: #ec1010; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #f25757; }
.circle-heading-color { background-color: #333333; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #707070; }
.circle-secondary-color { background-color: #606060; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #888888; }
.box-bg-color { }
.unordered ul { list-style: none; }
.unordered ul li { line-height: 2;  padding-left: 16px;}
.ordered  ol { list-style: decimal; margin-left: 20px; }
.ordered ol li { line-height: 2; }
.altenate { }
.altenate ul { list-style: none; }
.altenate ul li { border-bottom: 1px solid #e1e0dd; line-height: 2.5; }
.box-table { padding: 16px 30px; margin: 0 -15px 15px; border-color:; border: 1px solid  #dbdad8; }

/*-------------404 error-------------*/
.error { }
.error h1 { }
.error h2 { }

/*-------------map-------------*/
#map { width: 100%; height: 300px; margin-bottom: 30px; }
#contact-map { width: 100%; height: 544px; }

/*-------------FAQ-------------*/
.faq-widget { background-color: #f5f6f8; padding: 30px; margin-bottom: 30px; }
.error h1 { }
.error h2 { }

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    .slider-captions { position: absolute; bottom: 50px; }
    .slider .owl-dots { min-width: 28%; position: absolute; bottom: 20px; text-align: center !important; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .slider-captions { position: absolute; bottom: 50px; }
    .slider-title { font-size: 30px; margin-bottom: 0px; }
    .slider .owl-nav .owl-prev { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-nav .owl-next { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-dots { min-width: 100%; position: absolute; bottom: 4px; text-align: center !important; }
    .header { background-color: #333333; padding-top: 10px; padding-bottom: 10px; }
    .page-section { padding-top: 50px; padding-bottom: 50px; }
    .page-title { font-size: 30px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; position: relative; }
    .header { background-color: #333333; }
    .room-block { padding: 10px; }
    button.btn { font-size: 9px; }
    .testimonial-content { bottom: -140px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .slider-captions { bottom: 40px; text-align: center; }
    .slider-title { font-size: 18px; }
    .slider .owl-nav .owl-prev { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-nav .owl-next { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-dots { min-width: 100%; position: absolute; bottom: 4px; text-align: center !important; }
    .header { background-color: #333333; padding-top: 10px; padding-bottom: 10px; }
    .page-section { padding-top: 30px; padding-bottom: 30px; }
    .page-title { font-size: 30px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; position: relative; }
    .header { background-color: #333333; }
    .room-block { padding: 15px; }
    button.btn { font-size: 9px; }
    .testimonial-content { text-align: center; background-color: #fff; text-align: center; padding: 50px; position: inherit; bottom: 0px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .slider-captions { bottom: 40px; text-align: center; }
    .slider-title { font-size: 18px; }
    .slider .owl-nav .owl-prev { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-nav .owl-next { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-dots { min-width: 100%; position: absolute; bottom: 4px; text-align: center !important; }
    .header { background-color: #333333; padding-top: 10px; padding-bottom: 10px; }
    .page-section { padding-top: 30px; padding-bottom: 30px; }
    .page-title { font-size: 30px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; position: relative; }
    .room-block { padding: 15px; }
    button.btn { font-size: 9px; }
    .testimonial-content { text-align: center; background-color: #fff; text-align: center; padding: 50px; position: inherit; bottom: 0px; }
}