<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  * Name: ListAny
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import url("font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Nunito:Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900|Poppins:300,400,500,600,700|Raleway:400,500,600,700");
/**
  *	Reset
  *	Repeatable Patterns
  *	Top 
  *	Social-links
  *	Header
  *	Mobile navigation
  *	Page title
  *	Breadcrumbs
  *	Blog
  *	Blog Single
  *	Pagination
  *	Gird for page single
  *	Sidebar
  *	GoTop Button
  *	Footer
  *	Footer widget
  *	Page About
  *	Bottom
  *	Revolution Slider
  *	Preload
  *	Parallax
  *	Switcher
  *	Boxed
  *	Site-off-canvas
  *	Porfolio Detail
*/

/* Reset
-------------------------------------------------------------- */
	/*html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); 
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; 
		-webkit-appearance: button; 
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; 
	}

	input[type="search"] {
		-webkit-appearance: textfield; 

	}

	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { 
        border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
    */	

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 16px/24px "Nunito", sans-serif;
	font-weight: 600;
	background-color: #fff;		
	color: ##252525;
}

a {		
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #e8280b;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a.link {
    color: #e8280b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a.link:hover,
    a.link:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

b, strong {
	font-weight: 900;
}

/*button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 45px;
    -webkit-border-radius: 20px;
	        border-radius: 20px;
    background-color: #e8280b;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	background-color: transparent;
    border: 1px solid #e5e5e5;
    height: 50px !important;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 19px;
	border-radius: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #e8280b;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 173px;
	padding: 11px 16px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #b1b1b1;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #b1b1b1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #b1b1b1;
	opacity: 1;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav &gt; .active &gt; a, 
.navbar .nav &gt; .active &gt; a:hover, 
.navbar .nav &gt; .active &gt; a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #b1b1b1;
}*/

.btn-default {
    height:46px;
}

.btn {
   margin : 2px;
}

.form-control {
    height : 46px;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
    background-color: #e8280b !important;
    border-color: #e8280b !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(232, 28, 11, 0.5)
}


h1, h2, h3, h4, h5, h6 { font-family: "Nunito", sans-serif; color: #333333; font-weight: 600; margin-bottom: 20px; }
h1 { font-size: 40px; line-height: 40px; }
h2 { font-size: 35px; line-height: 35px; }
h3 { font-size: 30px; line-height: 30px; }
h4 { font-size: 25px; line-height: 25px; }
h5 { font-size: 20px; line-height: 20px; }
h6 { font-size: 16px; line-height: 16px; }

.text-success-base {
  color:#ea240a;
}

/* Total
-------------------------------------------------------------- */
#mainnav &gt; ul &gt; li &gt; a, .wrap-pagetitle, .textbox .text-content a, .flat-popupform .modal-header, .blog-shortcode article.post .more-link a {
	position: relative;
}

.header, .header .logo, #mainnav &gt; ul &gt; li &gt; a::before, #mainnav ul.submenu, #mainnav ul.submenu &gt; li &gt; a, .flat-popupform .modal-header button.close:before,.blog-shortcode article.post .more-link a:before,
.flat-user.profile ul.info li i, .textbox .text-content a:before, .flat-select ul &gt; li &gt; ul li label, article.post .featured-post img, .blog-pagination .flat-pagination li a, .flat-select .sortby ul.unstyled li a i, .blog-pagination .flat-pagination li.prev i {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav &gt; ul &gt; li &gt; a::before, .widget .widget-title::before, .textbox .text-content a:before, .blog-shortcode article.post .more-link a:before {
	position: absolute;
	content: "";
}

#mainnav ul.submenu, #mainnav &gt; ul &gt; li &gt; a::before, .go-top, .flat-select ul &gt; li &gt; ul,.textbox .text-content a:before,
.flat-popupform .modal-header button.close:before, .blog-shortcode article.post .more-link a:before {
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
    opacity: 0;  
    visibility: hidden;
}

#mainnav ul li:hover &gt; ul.submenu, .textbox .text-content a:hover:before, .blog-shortcode article.post .more-link a:hover:before, #mainnav &gt; ul &gt; li:hover &gt; a::before,.flat-popupform .modal-header button.close:hover:before, .flat-select .current:hover ul, #mainnav &gt; ul &gt; li.home &gt; a::before, .go-top.show {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

.comment-respond .comment-submit:before, .sidebar .book-form .book-submit:before, article.post .more-link a:before {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

#mainnav ul.submenu, .widget.widget_tag .tag-list a:hover {
    background-color: #252525;
}

.social-links a:hover, .blog-single article.post ul.meta-post li a:hover, .blog-single .direction .tag-single a,
.blog-single .direction .social-links a:hover, .comments-area ol.comment-list article .comment-text h5 a,
.listing-list .flat-product .rate-product .info-product h6 a:hover, .profile ul.add-section li a:hover, .flat-user.profile ul.info li a:hover, .flat-user.profile ul.info li a:hover i, .flat-user .edit:hover, .section-filter .widget-form .flat-button:hover, .widget-form .flat-button:hover, article.post .more-link a:hover, .content-listing .rating-listing .social-links a:hover, article.post ul.meta-post li a:hover, .content-listing .comments-area ol.comment-list article .comment-text h5 a:hover, .blog-shortcode ul.meta-data li.category a, .blog-shortcode article.post .more-link a {
	color: #ea240a;
}

.blog-single .direction .tag-single a:hover, .comments-area ol.comment-list article .comment-text h5 a:hover,
.blog-shortcode ul.meta-data li.category a:hover {
	color: #787878;
}

/* Blog Shortcode
-------------------------------------------------------------- */
.blog-shortcode article.post {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.blog-shortcode article.post .featured-post {
	position: relative;	
	margin-bottom: 21px;
}

.blog-shortcode article.post .featured-post .post-comment {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ea240a;
	color: #fff;
	text-align: center;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 14px 11px 2px 12px;
}

.blog-shortcode article.post .post-comment li.date {
	font-size: 30px;
    font-weight: 700;
}

.blog-shortcode article.post .post-comment li.month {
	font-weight: 600;
}

.blog-shortcode article.post .featured-post img {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.blog-shortcode ul.meta-data {
	margin-bottom: 8px;
}

.blog-shortcode ul.meta-data li {
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
}

.blog-shortcode article.post .title-post {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
}

.blog-shortcode article.post .content-post p {
	line-height: 22px;
}

.blog-shortcode article.post .more-link a {
	padding: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 11px;
}



/* Social-links
-------------------------------------------------------------- */
.social-links {
	padding-right: 3px;
}

.social-links a {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	line-height: 40px;
	color: #fff;
	background-color: #343434;
	margin-left: 7px;
}

/* flat infomation */
ul.flat-infomation li {
    color: #9c9c9c;
    line-height: 30px;
}

ul.flat-infomation li i {
	margin-right: 7px;
}

.widget .flat-infomation li {
	padding: 0;
}


/* Header
-------------------------------------------------------------- */
.header {	
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.header .logo {		
	margin: 26px 0 0 0;	
}

/* Header Fix */
.header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
    opacity: 0;
    top: -121px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.header.upscrolled {
    opacity: 1;
    top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Button click */
.button-addlist {
	margin: 21px 2px 0px 0px;
}

.button-addlist .flat-button {
	font-size: 14px;
}

/* Navigation */
.nav-wrap {
	position: relative;
}

#mainnav {
	padding-left: 15px;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav &gt; ul &gt; li {
   display: inline-block;   
}

#mainnav &gt; ul &gt; li &gt; a {
	font-size: 18px;
    line-height: 68px;
    margin: 0 18px 0 17px;
    font-weight:600;
}

#mainnav &gt; ul &gt; li:last-child &gt; a {
	margin: 0 0px 0 6px; 
}

#mainnav &gt; ul &gt; li:hover &gt; a,
#mainnav &gt; ul &gt; li.home &gt; a {
   color: #e8280b;
}

#mainnav &gt; ul &gt; li &gt; a::before, .blog-shortcode article.post .more-link a:before, .textbox .text-content a:before {
	right: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	background-color: #e8280b;
}

#mainnav &gt; ul &gt; li:hover a::before, .blog-shortcode article.post .more-link a:hover:before, .textbox .text-content a:hover:before {
	width: 100%;
	left: 0;
}

#mainnav &gt; ul &gt; li.home a::before {
	width: 100%;
}

#mainnav &gt; ul &gt; li:last-child &gt; a {
	margin: 0 0 0 20px;	
}

/* submenu */
#mainnav ul.submenu {
   	position: absolute;
   	/*left: 0;
   	top: 150%;*/
   	width: 250px;
   	z-index: 9999;
}

/* Right sub-menu */
#mainnav ul li:hover &gt; ul.submenu {
	top: 100%;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 250px;
   top: 0 !important;
}

#mainnav ul.submenu &gt; li {
   border-top: 1px solid #333333;  
}

#mainnav ul.submenu li:first-child {
   border-top: none;
}

#mainnav ul.submenu &gt; li &gt; a {
    display: block;    
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 26px;
    line-height: 45px;
}

#mainnav ul.submenu &gt; li &gt; a:hover, #mainnav ul.submenu &gt; li.active &gt; a {
	background-color: #e8280b;
	color: #fff;
}

@media (max-width: 767px) {

    .nav-wrap {
        position: fixed;
        margin-top: 76px;
        z-index: 99;
        width: 100%;
    }

    #mainnav {
        display: block;
        width: 100%;
        background-color: #222222;
        /*position: relative;*/
        z-index: 1000;
        padding: 0px;
    }

        #mainnav ul {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #mainnav ul li {
                margin: 0;
                position: relative;
                text-align: left;
                border-top: 1px solid #333333;
                cursor: pointer;
                width: 100%;
            }

        #mainnav &gt; ul &gt; li {
            display: inline-block;
        }

            #mainnav &gt; ul &gt; li &gt; a {
                display: block;
                text-decoration: none;
                height: 50px;
                line-height: 50px;
                padding: 0 15px;
                color: #fff;
                font-size: 15px;
            }

            #mainnav &gt; ul &gt; li:last-child &gt; a {
                margin: 0 0px 0 6px;
            }
      
            #mainnav &gt; ul &gt; li:hover &gt; a,
            #mainnav &gt; ul &gt; li.home &gt; a {
                color: #e8280b;
            }

            #mainnav &gt; ul &gt; li.home a::before {
                width: 100%;
            }

            #mainnav &gt; ul &gt; li:last-child &gt; a {
                margin: 0 0 0 20px;
            }

    #mainnav ul.sub-menu {
        top: 100%;
        left: 0;
        z-index: 2000;
        position: relative;
        background-color: #333333;
        width:100%;
    }

        #mainnav ul li:hover &gt; ul.submenu {
            top: 100%;
            left: 0;
            z-index: 2000;
            position: relative;
            background-color: #333333;
            width: 100%;
        }


    #mainnav &gt; ul &gt; li &gt; ul &gt; li,
    #mainnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
        position: relative;
        border-top: 1px solid #333333;
        padding-left: 15px;
    }

        #mainnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
            padding-left: 45px !important
        }

    #mainnav ul.sub-menu &gt; li &gt; a {
        display: block;
        text-decoration: none;
        padding: 0 60px;
        border-top-color: rgba(255,255,255,.1);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    #mainnav &gt; ul &gt; li &gt; ul &gt; li:first-child a {
        border-top: none;
    }

    #mainnav ul.sub-menu &gt; li &gt; a:hover,
    #mainnav &gt; ul &gt; li &gt; ul &gt; li.active &gt; a {
        color: #fff;
    }

    #mainnav ul li.button {
        padding: 20px 0px;
        text-align: center;
    }

        #mainnav ul li.button a {
            display: inline-block;
            width: 180px;
        }
}


/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 35px 0;
	width: 26px;
	height: 16px;
	float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #ea240a;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Page title
-------------------------------------------------------------- */

.page-header {
 margin-bottom :30px;
}

.page-title-heading {
  padding-left: 6px;
  border-left: 6px solid #e8280b;
  margin-bottom : 18px;
}

.page-title {
  position: relative;
  padding: 87px 0 97px;
}

.page-title-heading h1 {	
    color: #222;
    margin-bottom : 2px;
}

/* Style2 */
.page-title.style2 {
    padding: 0px;
}

.flat-pagetitle {
	position: absolute;
	left: 0;
	top: -181px;
}

.breadcrumbs.style2 ul li i {
	margin-right: 16px;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-left: 2px;
}

.breadcrumbs ul li {
	display: inline-block;	
	color: #222;
}

.breadcrumbs ul li a {	
    color: #222;    
    font-weight: 400;    
}

.breadcrumbs ul li a:hover {
	color: #e8280b;
}

/* Blog
-------------------------------------------------------------- */
section.main-content {
	padding: 78px 0px 79px;
}

.entry p {
	margin-bottom: 20px;
}

article.post {
	border-bottom: 1px solid #eff0f4;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

article.post .featured-post {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}

article.post .featured-post a {
	display: block;
}

article.post .featured-post a:hover img {
	opacity: 0.8;
}

article.post .title-post {
	font-size: 22px; 
    margin-bottom: 5px;
}

article.post ul.meta-post {
	margin-bottom: 12px;
}

article.post ul.meta-post li {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	margin-right: 17px;
	list-style: none;
}

article.post ul.meta-post li:last-child, .blog-shortcode ul.meta-data li:last-child {
	margin-right: 0;
}

article.post ul.meta-post li a,
article.post ul.meta-post li {
	font-size: 12px;
    color: #535353;    
}

article.post ul.meta-post li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Ionicons";
	font-size: 16px;
	content: "\f3b3";
}

article.post ul.meta-post li.author:before {
	content: "\f3a0";
}

article.post ul.meta-post li.categories:before {
	content: "\f12c";
}

article.post ul.meta-post li.vote:before {
	content: "\f3f9";
}

article.post .more-link a {
    position: relative;
    display: inline-block;
    margin-top: 16px;
    color: #fff;
    padding: 8px 22px 8px 18px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

article.post .more-link a i {
	margin-left: 7px;
}

/* Blog Single
-------------------------------------------------------------- */
section.main-content.blog-single {
    padding: 83px 0px 79px;
}

.blog-single .sidebar {
	padding-top: 0;
}

.blog-single article.post {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 12px;
}

.blog-single article.post .featured-post {
	margin-bottom: 34px;
}

.blog-single article.post .title-post {
	margin-bottom: 16px;
}

.blog-single article.post ul.meta-post {
    margin-bottom: 19px;
}

.blog-single article.post ul.meta-post li a, .blog-single article.post ul.meta-post li {
	font-size: 14px;
	font-weight: 600;
	color: #666;
}

.blog-single .entry p {
	margin-bottom: 25px;
}

.blog-single ul.list-single {
	padding: 40px 140px 12px 52px;
}

.blog-single ul.list-single li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 15px;
}

.blog-single ul.list-single li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #424242;
}

/* Navigation posts-navigation */
.blog-single .direction {
    padding: 10px 0px 10px;
}

.blog-single .direction span {
	color: #424242;
	font-weight: 700;
}

.blog-single .direction .tag-single {
    padding-top: 6px;
}

.blog-single .direction .tag-single a{
    padding-right: 5px;
}

.blog-single .direction .social-links {
	padding-right: 101px;
}

.blog-single .direction .social-links span {
	margin-right: 13px;
}

.blog-single .direction .social-links a {
	background-color: #f3f3f3;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #787878;
}

/* Comment List */
.comment-list article {
	margin-bottom: 5px;
}

.comment-list ol.children {
	margin-left: 30px;
}

.comments-area ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area ol.comment-list article {
   padding-top: 16px;
   border-bottom: 1px solid #ebebeb;
}

.comments-area ol.comment-list article .comment-author {
	float: left;
	margin-right: 24px;
}

.comments-area ol.comment-list article .comment-author img{
	width: 50px;
    height: 50px;	
}

.comments-area ol.comment-list article .comment_content .comment_meta {
	margin-bottom: 20px;
}

.comments-area ol.comment-list article .comment-text {
	overflow: hidden;
	position: relative;
}

.comments-area ol.comment-list article .comment-text h5 {	
    font-size: 18px;
    line-height: 23px;
    color: #333;
    font-weight: 600;
    margin: -3px 0px 6px;
}

.comments-area ol.comment-list article .comment_text {
	padding-bottom: 37px;
	overflow: hidden;
}

/* Comment form */
.comment-respond .comment-reply-title {
	position: relative;
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    color: #424242;
}

.comment-respond .comment-reply-title:before {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 40px;
	height: 4px;
	content: "";
	background-color: #e8280b;
}

.comment-respond .comment-form {
    padding-right: 100px;
}

.comment-respond .comment-notes,
.comment-respond .comment-form-email {
	width: 50%;
	float: left;
}

.comment-respond .comment-notes {
	padding-right: 10px;
}

.comment-respond .comment-form-email {
	padding-left: 10px;
}

.comment-respond .message,
.comment-respond input[type="email"],
.comment-respond input[type="text"] {
	width: 100%;
}

.comment-respond .name-container,
.comment-respond .email-container,
.comment-respond .message {
	position: relative;
}

.comment-respond .name-container:before,
.comment-respond .email-container:before,
.comment-respond .message:before {
	content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 14px;
    left: 15px;
    color: #bcbcbc;
}

.comment-respond .email-container:before {
	content: "\f0e0";
	left: 30px;
}

.comment-respond .message:before {
	content: "\f075";
}

.comment-respond textarea {	
	margin-bottom: 10px;
}

.comment-respond .comment-submit {	
	padding: 15px 30px 15px 29px;
    font-size: 13.5px;
    font-weight: 700;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    line-height: 1;
}

/* form Login
-------------------------------------------------------------- */
.flat-popupform .modal-dialog {
	max-width: 400px;
}

.modal {
	z-index: 9999;
}

.flat-popupform .modal-header {
	border-bottom: none;
}

.flat-popupform .modal-header button.close:before {
	position: absolute;
	left: 16px;
	top: 21px;
	content: "Close";
	font-weight: 300;
	font-size: 12px;
}

.flat-popupform .modal-header button.close:hover:before {
	left: 33px;
}

.flat-popupform .modal-body {
	padding: 15px 54px 70px;
}

.flat-popupform .modal-content {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.form-listing h3.title-formlogin {
	font-size: 40px;
	color: #e8280b;
	margin-bottom: 54px;
}

.form-listing .icon-form {
	position: relative;
}

.form-listing .flat-fogot {
    margin: 4px 0px 44px;
    color: #666;
}

.form-listing .flat-fogot .remember {
	margin-left: 0px;
}

.form-listing .flat-fogot .input-check label:before,
.form-listing .flat-fogot .input-check label:after {
	top: 0;
}

.form-listing .link-register a {
	text-decoration: underline;
	color: #666;
}

.form-listing .icon-form input {
	color: #C3C3C3;
	font-size: 14px;
	margin-bottom: 20px;
}

.form-listing .icon-form i {
	position: absolute;
	right: 14px;
	top: 0px;
	color: #d7d7d7;
	font-size: 16px;
}

.form-listing .wrap-button button {
	padding: 17px 50px 15px ;
}

.form-listing .wrap-button button,.form-listing .wrap-button button:before {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.form-listing .wrap-button.signup {
    margin-top: 25px;
}

/* Page Listing Grid
-------------------------------------------------------------- */
.main-content.page-listing-grid {
    padding: 101px 0px 98px;
}

.page-listing-grid .sidebar {
    padding-top: 0;
    margin-top: -4px;
}

.flat-select {
	margin-bottom: 32px;
}

.flat-select .width50 {
    width: 50%;
}

.flat-select .one-three {
	float: left;
	width: 28.4%;
}

.flat-select .showing p span {
	color: #222;
}

.flat-select .one-three.more-filter {
	width: 26%;
}

.flat-select .one-three.sortby {
	width: 45.6%;
}

.flat-select ul.unstyled li {
	position: relative;
}

.flat-select ul.unstyled li .title {
	border: 1px solid #f2f2f2;
	padding: 5px 12px 5px 11px;
}

.flat-select ul.unstyled li .title i {
	margin-left: 4px;
}

.flat-select ul.unstyled li:hover .title {
	color: #222;
}

.flat-select ul.unstyled li:hover .title, .flat-select ul &gt; li &gt; ul {
	border: 1px solid #e8280b;
}

.flat-select ul &gt; li &gt; ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 240px;
    margin-top: 8px;
    background-color: #FFF;
    padding: 22px 20px 15px;
    z-index: 999;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.flat-select .current:hover ul {
	top: 100%;
}

.flat-select ul &gt; li &gt; ul li {
	line-height: 35px;
	color: #777;
}

.flat-select ul &gt; li &gt; ul li label, .flat-select .sortby ul.unstyled li a {
	color: #777;
}

.flat-select ul &gt; li &gt; ul li:hover label, .flat-select ul &gt; li &gt; ul li:hover, .flat-select .sortby ul.unstyled li a:hover {
	color: #222;
}

.flat-select .sortby ul.unstyled li a:hover {
	padding-left: 10px;
}

.flat-select .sortby ul.unstyled li a i {
	margin-right: 10px;
}

.flat-select .sortby ul.unstyled li a:hover i {
	color: #ea240a;
}

.flat-select .sortby ul.unstyled li a i {
	color: #777;
}

.flat-select ul &gt; li &gt; ul li input[type="checkbox"],
.flat-check input[type="checkbox"],
.form-listing .input-check input[type="checkbox"] {
    opacity: 0;
}

.flat-select ul &gt; li &gt; ul li label,
.flat-check label,
.form-listing .input-check label {
    position: relative;
    cursor: pointer;
    color: #484848;
    padding-left: 15px;
}

.more-filter .flat-check label {
	padding-left: 12px;
}

.flat-select ul &gt; li &gt; ul li label:before,
.flat-select ul &gt; li &gt; ul li label:after,
.flat-check label:before,
.flat-check label:after,
.form-listing .input-check label:before,
.form-listing .input-check label:after  {
	content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 20px;
    height: 20px;
}

.flat-select ul &gt; li &gt; ul li label:before,
.flat-check label:before,
.form-listing .input-check label:before {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    border-radius: 4px;
}

.flat-select ul &gt; li &gt; ul li input[type="checkbox"]:checked + label:before,
.flat-select ul &gt; li &gt; ul li input[type="checkbox"]:checked + label::after,
.flat-check input[type="checkbox"]:checked + label:before,
.flat-check input[type="checkbox"]:checked + label::after,
.form-listing .input-check input[type="checkbox"]:checked + label:before,
.form-listing .input-check input[type="checkbox"]:checked + label::after {
    background-color: #ed1c24;
}

.flat-select ul &gt; li &gt; ul li label:after,
.flat-check label:after,
.form-listing .input-check label:after {
    content: '\f00c';
    font-family: 'fontawesome';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    z-index: 3;
}

.flat-sort a {
	font-size: 25px;
	color: #999;
}

.flat-sort a.active {
	color: #222;
}

.listing-grid .flat-product {
	padding: 5px;
	margin-bottom: 30px;
}

.listing-grid .flat-product .featured-product .time {
	left: 9px;
}

.listing-grid .flat-product .featured-product .rate-product {
	padding: 35px 17px 16px 10px;
}

.listing-grid .flat-product .content-product {
    padding: 15px 0px 10px;
}

.listing-grid .flat-product .content-product .tm {
	margin-right: 4px;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination .flat-pagination {
	padding-top: 28px;
}

.blog-pagination .flat-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.blog-pagination .flat-pagination li a {
	color: #333;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #f7f7f7;
}

.blog-pagination .flat-pagination span {
   padding: 0px 10px;    
   font-weight:600;
}

.blog-pagination .flat-pagination li a:hover, .blog-pagination .flat-pagination li.active {
	background-color: #e8280b;
	color: #fff;
}

.blog-pagination .flat-pagination li i {
	font-weight: 700;
	font-size: 16px;
} 

/* Style2 */
.blog-pagination.style2 .flat-pagination {
    padding-top: 5px;
}

.blog-pagination.style2 .flat-pagination li {
	margin-right: 0;
}

.blog-pagination.style2 .flat-pagination li a {
	color: #999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-weight: 600;
	-webkit-border-radius: 50%;
	        border-radius: 50%;    
}

.blog-pagination.style2 .flat-pagination li.active {
	background-color: transparent;
}

.blog-pagination.style2 .flat-pagination li a:hover,
.blog-pagination.style2 .flat-pagination li.active a {
	background-color: #f8f8f8;
	color: #ea240a;
}

/* Listting
-------------------------------------------------------------- */
section.main-content.page-listing {
    padding: 99px 0px 34px;
}

.tf-gallery {
    margin-bottom: 63px;
}

.tf-gallery #tf-slider {
    margin-bottom: 25px;
}

.tf-gallery #tf-carousel ul li {
    cursor: pointer;
}

.content-listing {
    padding-right: 82px;
}

.content-listing h3.title-listing {
	font-size: 24px;
	margin-bottom: 39px;
}
.content-listing .text {	
	margin-bottom: 60px;
}

.content-listing .text h3.title-listing {
	margin-bottom: 12px;
}

.content-listing .rating-listing {
	margin-bottom: 14px;
}

.content-listing .rating-listing li {
	position: relative;
	display: inline-block;
	padding-right: 16px;
	margin-right: 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #777;
}

.content-listing .rating-listing li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.content-listing .rating-listing li:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #f2f2f2;
}

.content-listing .rating-listing li:last-child:before {
	content: none;
}

.content-listing .rating-listing .flat-start {
    margin-right: 15px;
}
.content-listing .rating-listing .like {
	font-size: 12px;
	
}

.content-listing .rating-listing .flat-start i {
	font-size: 16px;
	color: #FFC600;
	margin-right: -2px;
}

.content-listing .rating-listing .heart i {
	font-size: 16px;
	color: #ea240a;
	margin-right: 10px;
}

.content-listing .rating-listing .social-links a {
	width: auto;
	height: auto;
	background-color: transparent;
	color: #787878;
	font-size: 14px;
	margin-left: 19px;
}

.content-listing .text p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 24px;
}

.listing-wrap .wrap-list {
	margin-bottom: 43px;
}

.listing-wrap .list:first-child {
	padding-right: 148px;
}

.listing-wrap .wrap-list ul li {
	margin-bottom: 13px;
}
	    
.listing-wrap .list li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 19px;
    line-height: 20px;
    color: #fff;
    background-color: #ED1C24;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.listing-wrap .list-tab h3.title-listing {
	margin-bottom: 38px;
}

.content-listing .list-comment h3.title-listing {
	margin-bottom: 8px;
}

.content-listing .comments-area ol.comment-list {
	margin-bottom: 41px;
}

.content-listing .comments-area ol.comment-list article {
	padding: 11px 0px 27px;
	margin-bottom: 0;
}

.content-listing .comments-area ol.comment-list article .comment-author {
	margin-right: 29px;
}

.content-listing .comments-area ol.comment-list article .comment-author img{
	width: 50px;
    height: 50px;
}


.content-listing .comments-area ol.comment-list article .comment-text h5 {
	margin: 0px 0px 2px;
}

.content-listing .comments-area ol.comment-list article .comment-text h5 a {
	color: #222;
}

.content-listing .comments-area article .comment-text .flat-start {
    position: absolute;
    right: 19px;
    top: -4px;
}

.content-listing .comments-area article .comment-text p {
	margin-bottom: 8px;
}

.content-listing .comment-respond {
	margin-bottom: 30px;
}

.content-listing .list-comment .comment-respond h3.title-listing {
	margin-bottom: 47px;
}

.content-listing .comment-respond .comment-form {
    padding-right: 0;
    margin-right: -11px;
}

.comment-respond textarea {
	height: 171px;
	margin-bottom: 14px;
}

.content-listing .comment-respond .comment-form .start-review {
	margin-bottom: 21px;
}

.content-listing .comment-respond .comment-submit {
    padding: 17px 39px 17px 37px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.page-listing .sidebar {
    padding-top: 0;
    margin-top: -3px;
}

.page-listing .widget .widget-title {
    margin-bottom: 31px;
}

.page-listing .widget .widget-title::before {
	background-color: #F7F7F7;
	height: 2px;
}

.sidebar .widget.widget_listing {
	margin-bottom: 41px;
}

.sidebar .widget.widget_listing ul li {
	border-bottom: 1px solid #f7f7f7;
}

.sidebar .widget.widget_listing ul li:last-child {
	border-bottom: none;
}

.sidebar .widget.widget-form {
	margin-bottom: 95px;
}

.sidebar .form-group {
	margin-bottom: 23px;
}

.sidebar .book-form textarea {
	height: 141px;
	margin-bottom: 18px;
}

.sidebar .book-form .book-submit {
	-webkit-border-radius: 4px;
    		border-radius: 4px;
    padding: 17px 34px 15px 34px;
    letter-spacing: 3px;
    font-weight: 700;
}

.page-listing .widget.widget-contact .widget-title {
	margin-bottom: 33px;
}

.sidebar .widget.widget-contact ul {
	margin-bottom: 25px;
}

.sidebar .widget.widget-contact ul li {
	position: relative;
	padding: 0px 0px 3px 32px;
	color: #666;
	line-height: 30px;
}

.sidebar .widget.widget-contact ul li.time {
	line-height: 24px;
}

.sidebar .widget.widget-contact ul li span, .sidebar .widget.widget-contact ul li:before {
	color: #E8280B;
}

.sidebar .widget.widget-contact ul li span {
	font-weight: 700;
}

.sidebar .widget.widget-contact ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	content: "\f1ff";
	font-family: "Ionicons";
}

.sidebar .widget.widget-contact ul li.email:before {
	content: "\f3c3";
}

.sidebar .widget.widget-contact ul li.phone:before {
	content: "\f2d2";
}

.sidebar .widget.widget-contact ul li.time:before {
	content: "\f4bf";
}

.sidebar .social-links a:first-of-type {
	margin-left: 0;
}

.sidebar .social-links a {
	background-color: #EA240A;
}

.sidebar .social-links a:hover {
	background-color: #3e396b;
}

/* Page Listing Full
-------------------------------------------------------------- */
.flat-row.section-filter {
    padding: 83px 0px 50px;
}

.section-filter .widget-form .filter-form p select,
.section-filter .widget-form .filter-form p input {
	margin-bottom: 30px;
}

.section-filter .widget-form p.input-location.form-filter {
    margin-bottom: 46px;
}

.section-filter .widget-form .flat-button {
	padding: 16px 38px 16px 38px;
	font-size: 14px;
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
	box-shadow: 0 0 0 2px #E8280B;
	color: #FFF;
}

.section-filter .widget-form .flat-button:before {
	content: "";
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.section-filter .widget-form .form-filter .slider.slider-horizontal {
	background-color: #FFF;
}

.main-content.page-listing-full {
	padding: 53px 0px 79px;
}

.page-listing-full .flat-select {
    margin-bottom: 25px;
}

.page-listing-full .flat-select .width50 {
    width: 37%;
}

.page-listing-full .blog-pagination.style2 .flat-pagination {
    padding-top: 15px;
}

.flat-row.page-services {
	padding: 101px 0px 70px;
}

/* Page About
-------------------------------------------------------------- */
.flat-row.section-about1 {
    padding: 97px 0px 98px;
}

.section-about1 .title-section {
    margin-bottom: 66px;
}

.section-about1 .title-section .title {
    margin-bottom: 19px;
}

.flat-row.section-step {
    padding: 112px 0px 82px;
}

.flat-row.section-team {
    padding: 95px 0px 100px;
}

.section-team .title-section {
    margin-bottom: 52px;
}

.flat-row.page-pricing {
	padding: 121px 0px 100px;
}

/* Page contact
-------------------------------------------------------------- */
.flat-row.page-contact1 {
    padding: 97px 0px 81px;
}

.flat-row.page-contact2 {
	padding: 0px 0px 102px;
}

.page-contact1 .title-section {
    margin-bottom: 72px;
}

.page-contact1 .title-section .sub-title {
	font-size: 18px;
	color: #777;
	line-height: 30px;
}

#contactform textarea {
	height: 142px;
}

#contactform .effect-button {
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 14px;
	padding: 16px 34px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

/* Page User
-------------------------------------------------------------- */
.flat-row.page-user {
    padding: 101px 0px 81px;
}

.flat-user .edit {
    background-color: #fff;
    padding: 3px 16px 1px 12px;
    border: 1px solid #e5e5e5;
    color: #777;
    display: inline-block;
    margin-bottom: 25px;
}

.flat-user .edit i {
	margin-left: 3px;
}

.flat-user .avatar {
    margin-bottom: 35px;
}

    .flat-user .avatar img {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        width: 200px;
        height: 200px;
    }

.flat-user .name {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 14px;
}

.flat-user ul.info li {
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.flat-user ul.info li i {
	margin-right: 17px;
	color: #18BA60;
}

.flat-user ul.info li.email i {
	color: #e8280b;
}

.flat-user ul.info li.face i {
	color: #29487d;
}

.flat-user ul.info li.twiter i {
	color: #1da1f2;
}

.new-line {
    white-space: pre-line
}

.user-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 300px;
    height: 300px;
}

.upload-img .avatar{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    max-width: 120px;
    height:auto;
}

.profile-header-border {
    border-bottom: 4px solid #e8280b;
    padding-bottom: 4px;
}

.author-review .comments-area ol.comment-list article .comment-text h5 {
	font-weight: 700;
}

.author-review.content-listing .comments-area ol.comment-list article .comment-text h5 span {
	color: #C2C2C2;
	font-size: 14px;
	font-weight: 600;
}

.author-review.content-listing {
    padding-right: 28px;
}

.content-listing .comments-area article .comment-text p {
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-weight: 300;
}

.author-review.content-listing .comments-area ol.comment-list {
	margin-bottom: 0;
}

.author-review .flat-start i {
	color: #F1C40F;
}

/* Page - Profile
-------------------------------------------------------------- */
.flat-row.page-profile {
    padding: 101px 0px 102px;
}

.profile h5 {
	font-weight: 700;
	margin-bottom: 27px;
}

.flat-tabs.style2 .content-tab.profile {
	padding: 44px 32px 47px 28px;
}

.flat-user.profile ul.info {
	border-top: 3px solid #e5e5e5;
}

.flat-user.profile ul.info li a, .flat-user.profile ul.info li i {
	color: #777;
}

.profile form.form-profile {
    margin-top: -20px;
    margin-left: -8px;
}

.profile .basic-info {
    margin-bottom: 18px;
}

.profile ul.add-section li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}

.profile ul.add-section li a {
	color: #777;
}

.profile ul.add-section li span, .profile ul.add-section li i.twitter {
	color: #1DA1F2;
}

.profile ul.add-section li span {
	width: 70px;
	margin: 0px 10px 0px 5px;
	display: inline-block;
}

.profile ul.add-section li.face span, .profile ul.add-section li i.face {
	color: #3b5998;
}

.profile ul.add-section li.youtube span, .profile ul.add-section li i.youtube {
	color: #e8280b;
}

.profile ul.add-section {
	margin-bottom: 38px;
	margin-top: -18px;
}

.profile ul.add-section li a.add {
	font-style: italic;
}

.profile ul.add-section li i.float-right {
	margin-top: 17px;
}

.profile .update-button .flat-button {
	padding: 15px 32px 15px 32px;
    margin-left: -44px;
}

.profile .dropzone .dz-message {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    background-image: url(../images/about/upload.jpg);
    background-repeat: no-repeat;
    
}

.profile .dropzone .dz-message span {
	display: none;
}

.profile .dropzone .dz-preview.dz-image-preview {
	background-color: transparent;
	margin: 0;
	min-height: 240px;
}

.profile .dropzone .dz-preview .dz-image {
    width: 240px;
    height: 240px;
}

/* Page AddListing
-------------------------------------------------------------- */
.flat-row.flat-note {
    padding: 28px 0px 27px;
}

.flat-note p {
	font-size: 18px;
	color: #FFF;
	font-style: italic;
	padding-top: 11px;
}

.flat-note .flat-button {
	background-color: #fff;
	box-shadow: 0 0 0 2px #fff;
	font-size: 14px;
	color: #e8280b;
	letter-spacing: 1.5px;
	padding: 17px 52px 15px 50px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.flat-note .flat-button:before {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background-color: #FFF;
}

.flat-row.page-addlisting {
    padding: 63px 0px 100px;
}

.page-addlisting h5.title-list {
	font-size: 19px;
	font-weight: 700;
	color: #222;
	margin-top: 6px;
}

.page-addlisting label.nhan {
	font-size: 16px;
	color: #222;
	margin-bottom: 10px;
}

.add-filter .widget-form .filter-form p.icon i {
	top: 53px;
}

.add-filter .widget-form .filter-form p input,
.add-filter .widget-form .filter-form p textarea {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); 
}

.add-filter .widget-form .filter-form p textarea {
	height: 140px;
	margin-bottom: 10px;
}

.more-filter {
    margin-bottom: 10px;
}

.more-filter .flat-check {
    margin-bottom: 7px;
}

.flat-check label:before, .flat-check label:after {
	top: 2px;
}

.add-images .dropzone {
	min-height: 120px;
	background-color: #F2F2F2;
	border: 2px dashed #e0e0e0;
	margin-bottom: 59px;
}

.info-contact {
	margin-bottom: 37px;
}

.info-contact .form-contact {
	margin-bottom: 7px;
}

.info-contact .profile ul.add-section {
	margin-bottom: 12px;
}

.page-addlisting .info-contact label.nhan {
	margin-bottom: 0;	
}

.info-contact .form-contact input {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); 
}

.info-contact .list-hour {
	margin-bottom: 40px;
}

.info-contact .list-hour li {
	line-height: 50px;
}

.info-contact .list-hour li .day {
    width: 28%;
    margin-right: 1%;
}

.info-contact .list-hour li .day, .info-contact .list-hour li .time {
	float: left;
	border-bottom: 1px solid #e0e0e0;
}

.info-contact .list-hour li .time {
	width: 71%;
	font-size: 14px;
}

.info-contact .list-hour li .time span.hour {
	color: #e8280b;
}

.info-contact .list-hour li .time span.am {
	color: #777;
	background-color: #f2f2f2;
	padding: 2px 3px;
	margin: 0 5px;
}

.info-contact .list-hour li .time span.to {
	font-weight: 700;
	color: #222;
}

.form-profile li p.input-info {
	position: relative;
    float: left;
    margin-right: 3%;
}

.form-profile li p.input-info span {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 14px;
	color: #777;
}

.form-profile li.excep p.input-info input:placeholder {
	color: #777;
}

.form-profile li p.input-info.title {
    width: 28%;
}

.form-profile li p.input-info.descrip {
    width: 45%;
}

.form-profile li p.input-info.pricing {
    width: 18%;
    margin-right: 0;
}

.form-profile li p.input-info.add-icon {
    width: 3%;
    margin-right: 0;
    padding: 5px 4px 0px 13px;
}

.button-addlisting .flat-button {
	margin-top: 54px;
	font-size: 14px;
	padding: 15px 48px 18px 49px;
}

/* Page Listing Maps
-------------------------------------------------------------- */
.scroll-product .content {
    overflow: auto;
    position: relative;
    height: 868px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.listing-maps .widget-form {
    padding: 2.5% 3% 1% 2.7%;
    background-color: #FFF;
}

.listing-maps .wrap-select a {
    display: inline-block;
    padding: 5px 17px 5px;
    margin: 0px 7px 10px 0px;
    color: #666666;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.listing-maps .wrap-select a:hover, .listing-maps .wrap-select a.active {
	background-color: #ea240a;
	border-color: #EA240A;
	color: #fff;
}

.listing-maps .widget-form .filter-form .title, .listing-maps .widget-form .filter-form .location {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	font-family: "Nunito", sans-serif;
	margin-bottom: 23px;
}

.listing-maps .widget-form .filter-form .location {
	margin-top: 19px;
}

.listing-maps .widget-form p.input-location.form-filter {
    margin-bottom: 35px;
}

.listing-maps .more-filter {
    margin-bottom: 17px;
}

.listing-maps .more-filter .flat-check {
    margin-bottom: 11px;
}

.listing-maps .wrap-select {
    margin-bottom: 32px;
}

.listing-maps .button-search .effect-button {
	width: 100%;
	padding: 16px 0px 18px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.listing-maps .scroll-product {
	background-color: #f9f9f9;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

.listing-maps .scroll-product .wrap-product {
	padding: 6.5% 5% 0 11%;
}

.show-item p {
	font-size: 13px;
	color: #999;	
	font-family: "Poppins";
}

.show-item {
	margin-bottom: 35px;
}

.show-item p i {
	display: inline-block;
	font-size: 18px;
	color: #999;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background-color: #e5e5e5;
	margin-right: 10px;
} 

.show-item .flat-sort a {
	font-size: 18px;
}

.scroll-product.style2 .flat-product {
	margin: 0px 15px 30px;
}

.listing-maps .scroll-product.style2 .wrap-product {
    padding: 3.5% 10% 0 4%;
}




/* Sidebar
-------------------------------------------------------------- */
.sidebar {
    padding-top: 5px;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul li {
	list-style: none;
	padding: 12px 0 15px;
}

.widget .widget-title {
	position: relative;
	padding-bottom: 17px;
    margin-bottom: 22px;
}

.widget .widget-title::before {
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background-color: #e8280b;
}

/* Widget categories */
.widget.widget_categories {
	margin-bottom: 20px;	
}

.widget.widget_categories .widget-title {
	margin-bottom: 12px;
}

.widget.widget_categories ul li {	
	position: relative;	
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0px 13px 16px;
}

.widget.widget_categories ul li:before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "\f0da";
	font-family: "FontAwesome";
}

/* Widget recentpost */
.widget.widget-recent-news ul li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 4px;
}

.widget.widget-recent-news ul li .text p {
	color: #b9c1cf;
}

.widget.widget-recent-news ul li .text h6 {
	line-height: 20px;
	margin-bottom: 8px;
}

/* Widget tag */
.widget.widget_tag .widget-title {
	margin-bottom: 12px;
}

.widget.widget_tag .tag-list a {
	display: inline-block;
	color: #fff;
	background-color: #EA240A;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    padding: 0 25px 0px 21px;   
    margin: 0 5px 5px 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.widget .input-group.date .input-group-addon span {
	position: relative;
}

.widget .input-group.date .input-group-addon span:before {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	content: "\f073";
	font-family: "FontAwesome";
}

.book-form .form-control, .book-form .input-group-addon {
	background-color: #ea240a;
	border-color: #ea240a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* widget form2*/
.sidebar .widget.widget-form.style2 {
    margin-bottom: 69px;
}

.widget.widget-form.style2 .widget-title {
	font-size: 20px;
	color: #FFF;
	background-color: #ea240a;
	padding: 15px 20px;
}

.widget.widget-form.style2 .widget-title:before {
	content: none;
}

.widget-form .filter-form p {
	position: relative;
}

.widget-form .filter-form p select:focus {
	border: 1px solid #ea240a;
}

.widget-form .filter-form p select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	color: #C3C3C3;
	
}

.widget-form .filter-form p select, .widget-form .filter-form p input {
	background-color: #FFF;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.widget-form .filter-form p input:placeholder {
	color: #c3c3c3;
}

.widget-form .filter-form p.icon i {
	position: absolute;
	top: 16px;
	right: 17px;
	color: #C3C3C3;
}

.widget-form .filter-form p.location {
	color: #222;
	margin-bottom: 10px;
	font-family: "Poppins";
	margin-top: -3px;
}

.widget-form .filter-form p.location i {
	font-size: 16px;
	color: #999;
}

.widget-form .form-filter .slider.slider-horizontal {
	background-color: #f7f7f7;
}

.widget-form p.input-location.form-filter {
	margin-bottom: 30px;
}


.widget-form .flat-button {
	color: #777;
	border: 1px solid #f2f2f2;
	padding: 15px 38px 13px 38px;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1); 
}

.widget-form .flat-button:before {
	content: none;
}

/* Widget Maps*/
.widget.widget-map .widget-title {
	margin-bottom: 32px;
	padding-bottom: 20px;
}

.widget.widget-map p {
	line-height: 22px;
	font-style: italic;
	margin-bottom: 13px;
}



/* Footer
-------------------------------------------------------------- */
footer {
    background-color: #252525;
    padding: 24px 0 25px;
    color: #646464;    
}

footer a, footer p, .bottom .copyright a:hover {
	color: #9c9c9c;
}

footer a:hover {
	color: #ea240a;
}

.effect {
	display: block;
	position: relative;
	overflow: hidden;
}

.effect:before {
	background: #fff;
    content: "";
    height: 300px;
    left: -150px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 25px;
    z-index: 10;
}

.effect:hover:before {
    left: 130%;
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.one-half {
    float: left;
    width: 50%;
}

.widget ul.menu li {
	padding: 0;
	line-height: 32px;
}

/* Footer widget tilte */
.footer .widget .widget-title {
	font-weight: 700;
	font-size: 19px;
	padding-bottom: 19px;
    margin-bottom: 30px;
    color: #FFF;
}

.footer .widget .widget-title::before {
	background-color: #515151;
	height: 2px;
}

.footer strong {
    font-weight:400;
}


/* widget widget_text widget_info */
.widget.widget_text.widget_info .textwidget p {
    line-height: 22px;
    margin-bottom: 25px;
}

/* footer widget nav */
.footer .widget.widget_nav_menu .one-half:last-of-type {
	margin-left: -5px;
}

.widget.widget_listing ul li {
	padding: 10px 0 29px;
	border-bottom: 1px solid #343434;
	margin-bottom: 10px;
}

.widget.widget_listing ul li .featured {
    float: left;
    margin-right: 20px;
}

.widget.widget_listing ul li .featured img {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.widget.widget_listing ul li .info-listing h6 {
	margin-bottom: 11px;
}

.widget.widget_listing ul li .info-listing .review {
    margin-left: 6px;
}

.flat-start i {
    color: #ffaa30;
}

/* Widget instagram */
.widget.widget_contact ul {
	margin: 0 -5px;
	padding-top: 6px;
}

.widget.widget_contact ul li {
	width: 90px;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	border-top: 1px solid #343434;	
	padding-top: 29px;
	margin-top: 74px;
}

.bottom .copyright {
    padding-top: 8px;
    margin-left: -2px;
    letter-spacing: 0.7px;
}

.bottom .copyright a {
	color: #ea240a;
	font-weight: 600;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }

.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}

/* Preload
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.loader, .loader:after {    
    width: 30px;
    height: 30px;
}

.Loading-Page {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
}

.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #e8280b;
    -webkit-animation: fa-spin 2s infinite linear;
           animation: fa-spin 2s infinite linear;     
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  /*height: 250px;*/
  /*overflow: auto;*/
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-msg {
  margin-bottom: 10px;
}

  .direct-chat-msg:before,
  .direct-chat-msg:after {
    content: " ";
    display: table;
  }

  .direct-chat-msg:after {
    clear: both;
  }

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}

  .direct-chat-text:after,
  .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
  }

  .direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
  }

  .direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
  }

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

  .right .direct-chat-text:after,
  .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
  }

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}

.right .direct-chat-img {
  float: right;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  color: #999;
}

.direct-chat-info .right &gt; .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}

  .direct-chat-info .right &gt; .direct-chat-text:after,
  .direct-chat-info .right &gt; .direct-chat-text:before {
    border-left-color: #00c0ef;
  }




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.sidewrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #252525;
  color: #000;
  transition: all 0.3s;
}

  #sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
  }

    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
      display: none;
    }

    #sidebar.active .sidebar-header strong {
      display: block;
    }

  #sidebar ul li a {
    text-align: left;
    color: #fff;
  }

  #sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
  }

    #sidebar.active ul li a i {
      margin-right: 0;
      display: block;
      font-size: 1.8em;
      margin-bottom: 5px;
    }

  #sidebar.active ul ul a {
    padding: 10px !important;
  }

  #sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar .sidebar-header {
    padding: 20px;
    background: #ea240a;
  }

    #sidebar .sidebar-header strong {
      display: none;
      font-size: 1.8em;
    }

  #sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
  }

  #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
  }

    #sidebar ul li a:hover {
      color: #fff;
      background: #ea240a;
    }

    #sidebar ul li a i {
      margin-right: 10px;
    }

  #sidebar ul li.active &gt; a,
  a[aria-expanded="true"] {
    color: #333333;
    /*background: #ea240a;*/
  }

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}*/



#sidecontent {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

.home-title{
    /*color: #fff;*/
    font-weight:700;
}


@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }

  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

    #sidebar ul li a span {
      font-size: 0.85em;
    }

    #sidebar ul li a i {
      margin-right: 0;
      display: block;
    }

  #sidebar ul ul a {
    padding: 10px !important;
  }

  #sidebar ul li a i {
    font-size: 1.3em;
  }

  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }

   .home-title {
        font-size: 24px;
        line-height: 30px;
        color: #fff;
   }
}


/*Calendar*/

#app-calendar {
  max-width: 900px;
  margin: 0 auto;
}


.nav-messages li a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: inherit;
  border: 1px solid #eee;
  border-radius: 0;
}

.nav-messages li .badge {
  font-weight: 300;
  background: #e73827;
}


.bg-img {
    position: relative
}

.caption-middle {
    color : #fff;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}


/* Padding styles */
.no-padding {
    padding: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.home-img-top {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.app-color {
    color: #ea240a;
}

.home-img {
    max-height: 200px;
    max-width : 200px;
}


/* Home form page style */
.formpage {
    padding: 30px;
}

.signin-a {
    color: #ea240a;
    font-weight : 600;
}

    .signin-a:hover {
        color: #646464;
        text-decoration: underline;
    }

.signin-label {
    color: #333;
}

.reg-header &gt; h1 {
    color: inherit;
    padding-bottom: 5px;
}

.reg-header &gt; p {
    font-size: 18px;
}

.reg-header &gt; h4 {
    color: inherit;
}

.img-float {
    width: 100%;
    height: auto;
}

.content-float {
    padding: 20px;
    margin-bottom: 4%;
}

.gap {
    background: #fff;
    border-top: solid 2px #4765a0;
    padding: 30px;
    margin-bottom: 30px;
}

.img-padding {
    padding: 10px;
    margin: 1px solid #4765a0;
}

.content-text {
    color: #4765a0;
}

.terms h3 {
    color: #b00;
}

.terms p {
    line-height: 2;
}


/**Chat message css*/
.virtual {
    height: 50vh;
}

.messages-container {
    height: 60vh;
    border: 1px solid #DDD;
    position: relative;
}

.message-header {
    height: 40px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background-color: #252525;
    border-color: #222222;
    color: #ff5733;
    padding-left: 10px;
    padding-top: 9px;
    font-weight:900;
}

.messages {
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    height: 60vh;
    width: 75%;
}

.messages-private {
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    height: 60vh;
    width: 100%;
}


.user-list {
    position: absolute;
    top: 0;
    /*right: 0;*/
    width: 25%;
    height: 60vh;
    overflow: auto;
    background: #EFEFEF;
    margin: 0;
    padding: 10px;
    border-left: 1px solid #DDD;
}

    .user-list li {
        display: block;
        color: #333;
        font-weight: normal;
    }

.username {
    font-weight: bold;
    color: #e8280b;
}

.user-list li.active {
    color: #fff;
    background-color: #ff5733;
    border-radius: 6px;
    margin: 6px 0px 6px 0px;
}

.user-list li.active .chat_ib h5 {
        font-size: 15px;
        color: #464646;
        margin: 0 0 8px 0;
        color: #fff;
}

    .user-list li.active .chat_ib h5 &gt; .chat-label-date {
        font-size: 12px !important;
        font-weight: 600;
        color: #fff;
        background-color: #ff5733;
    }

    .user-list li.active .chat_ib p {
        font-size: 14px;
        color: #fff;
        margin: auto
    }



.timestamp {
    color: #333;
}

.add-message {
    margin-top: 5px;
}

li.away {
    opacity: .5;
}

.away span {
    color: #666;
    font-style: italic;
    font-weight: normal;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

 .chat_ib h5 span {
     font-size: 13px;
      float: right;
   }

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.app-label-info {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #ff5733;
}

.chat-label-date {
    font-size: 12px !important;
    font-weight: 600;
    color: #fff;
    background-color: #888;
}



/** Switch Directive CSS*/
.switch {
    background: #337ab7;
    border: 1px solid #337ab7;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 104px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    top: -1px;
}
    /*adding a wide width for larger switch text*/
    /*.switch.wide {
  width:80px;
}*/
    .switch small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: 0.3s ease-out all;
        -webkit-transition: 0.3s ease-out all;
    }

    .switch.checked {
        background: #ff0084;
        border-color: #ea4c89;
    }

        .switch.checked small {
            left: 22px;
        }
    /*wider switch text moves small further to the right*/
    .switch.wide.checked small {
        left: 74px;
    }
    /*styles for switch-text*/
    .switch .switch-text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .switch .off {
        display: block;
        position: absolute;
        right: 25%;
        top: 23%;
        z-index: 0;
        color: #fff;
    }

    .switch .on {
        display: none;
        z-index: 0;
        color: #fff;
        position: absolute;
        top: 23%;
        left: 17%;
    }

    .switch.checked .off {
        display: none;
    }

    .switch.checked .on {
        display: block;
    }

    .switch.disabled {
        opacity: .50;
        cursor: not-allowed;
    }

/** End Switch Directive CSS*/
/* start slider css*/
#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    background: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
}
/* end of slider css*/
/*	Tags	*/
.inact {
    margin-bottom: 0.5em;
    color: #333;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .inact:hover {
        color: green;
    }

.act {
    color: white;
    background: #337ab7;
    border-color: #4765a0;
    padding: 6px;
    text-shadow: none;
}

    .act:hover {
        color: #36b8da;
    }


/*.widget-area .btn-tag:focus {
  background: #4765a0;
  color:#fff;
}*/
.form-group.has-error {
    display: block;
    color: #a94442;
    font-weight: 700;
    text-align: center;
}

.chat {
    /*list-style:none;
    width:100%;
    border:none;*/
    height: 70px;
    width: 70px;
}
/*.chat li{
    float:left;
} .chat li img{
      border:none;
      height:75px;
      width:75px;
      box-shadow:none;
  }*/
/*.selectImage{
      max-width: 100%;
    height: 50px; 
       border: 1px solid #d2d6de;
    margin: 0 auto;
    display: inline-block;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
   
  }*/
.selectedImage {
    /*background:blue;*/
    transform: scale(1.3,1.3);
}

.content-area {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 10px;
}

.prvtchat-header {
    height: 40px;
    background-color: #ea240a;
    border-color: #357ebd;
    color: #fff;
    padding-top: 9px;
}

.icon_close {
    color: #fff;
    font-size: 14px;
    top: 5px;
}

.media {
    margin-top: 3px;
}

.disclaimer {
    font-size: 11px;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msgName {
    color: #333;
    font-size: small;
    font-weight: bolder;
    padding-left: 5px;
}

.title {
    padding-top: 10px;
}

.msgMsg {
    font-size: small;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.input-group-addon {
    background-color: #5cb85c;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon input {
        color: #fff;
        background-color: #5cb85c;
        border: transparent;
    }

.input-group .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pad {
    padding-right: 30px;
    padding-left: 30px;
}

/**Bootstrap timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline &gt; li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline &gt; li &gt; .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline &gt; li &gt; .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline &gt; li &gt; .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
            float: right;
        }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-badge.app {
    background-color: #e8280b !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
}

    .timeline-body &gt; p + p {
        margin-top: 5px;
    }

/*view modal size*/
@media (min-width: 992px) {
    .modal-lg-view {
        width: 96%;
        height: 80vh;
    }
}


/*image drop box style in activities*/
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.img-preview {
    max-width: 100%;
    max-height: 100%;
    float: right;
    padding-bottom: 10px;
}


.object-table-module.blue-dust .back-cover table.object-table tbody tr.selected-row td {
    color: #000000;
    background-color: #ffffcc;
    border-bottom: 2px solid #ffeb3b;
    border-top: 2px solid #ffeb3b;
}


.crm-row {
    padding: 2px;
    margin: 2px;
    background: #f4f4f4;
}

.crm-row-header {
    font-weight: 700;
    border-bottom: 1px solid #337ab7;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #545761;
    color: #90dfff;
}

.crm-row-data {
    border: 1px solid rgba(84, 87, 97, 0.23);
    margin-left: 0;
    margin-right: 0;
    background: #ecf0f5;
    color: #000;
}

/*address alignment on small device*/
@media (min-width: 768px ) {
    .field-control {
        width: 48.5%;
        padding: 4px 8px;
        height: 34px;
        border-radius: 4px;
        color: #333;
        font-weight: 600;
        border: 1px solid #ccc;
    }
}

@media (max-width: 736px ) {
    .field-control {
        width: 49%;
        padding: 4px 8px;
        height: 34px;
        border-radius: 4px;
        color: #333;
        font-weight: 600;
        border: 1px solid #ccc;
    }

    .capsule-1 {
        display: flex;
    }
}

.has-error .field-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .field-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.field-control:focus {
    border: 1px solid #3c8dbc;
    outline: 0;
}

.navbar-toggle {
    background-color: #e8280b;
    color: #fff;
    font-size: 19px;
}


.pagination &gt; li &gt; a {
    background-color: white;
    color: #ea240a;
}

    .pagination &gt; li &gt; a:focus,
    .pagination &gt; li &gt; a:hover,
    .pagination &gt; li &gt; span:focus,
    .pagination &gt; li &gt; span:hover {
        color: #5a5a5a;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination &gt; .active &gt; a {
    color: white;
    background-color: #ea240a !Important;
    border: solid 1px #ea240a !Important;
}

    .pagination &gt; .active &gt; a:hover {
        background-color: #ea240a !Important;
        border: solid 1px #ea240a;
    }


    /* Opentok Style*/
ot-publisher, ot-subscriber, ot-layout {
    display: block;
    overflow: hidden;
    position: relative;
}

ot-publisher {
    width: 50% !important;
    height: 80vh !important;
    overflow: hidden !important;
    position: relative !important;
    top: 0px;
    left: 0px !important;
}

#publisher {
    width: 50% !important;
    height: 80vh !important;
    overflow: hidden !important;
    position: relative !important;
    top: 0px;
    left: 0px !important;
    float: left;
}

ot-subscriber {
    width: 50% !important;
    height: 80vh !important;
    overflow: hidden !important;
    position: relative !important;
    top: 0px;
    left: 0px !important;
    float:right;
}




ot-layout {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    ot-layout &gt; * {
        transition-property: all;
        transition-duration: 0.5s;
    }

    ot-layout &gt; * {
        width: 0;
        height: 0;
        opacity: 0;
    }


   ot-layout &gt; *.ot-layout {
       opacity: 1;
   }


.bg-app {
    color: #e8280b;
    background-color: #fff;
}

.badge-app {
    background-color: #ff5733 !important;
}

/**grid css*/

.session-item h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.session-item p {
    font-weight: 300;
}

.session-item .info-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #888;
}

.session-item .info-purpose {
    padding-left: 10px;
    font-weight: 600;
    text-decoration: underline;
}

.session-item .info-desc {
    padding-left: 10px;
}

.plan-item h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-item p {
    font-weight: 300;
}

.plan-item .info-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #888;
}

.plan-item .info-purpose {
    padding-left: 10px;
    font-weight: 600;
    text-decoration: underline;
}

.plan-item .info-desc {
    padding-left: 10px;
}

.plan-item .plan-pop {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #ff5733;
    margin-right: 5px;
    text-transform: lowercase;
}

.plan-item .white-text {
    color:#fff;
}

/*view notes,attachments text-overflow*/

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

@media (max-width: 768px) {
    .max-width-500 {
        max-width: 300px;
    }

    .max-width-300 {
        max-width: 250px;
    }

    .config {
        white-space: nowrap;
        overflow: scroll;
        max-width: 230px;
        text-align: left;
    }
}

@media (min-width: 769px) {
    .max-width-500 {
        max-width: 500px;
    }

    .max-width-300 {
        max-width: 300px;
    }
}
/*view notes,attachments text-overflow*/
.max-width-200 {
    max-width: 200px;
}

.max-width-80 {
    max-width: 80px;
}

.max-height-260 {
    height: 260px;
}

/*Loading css */

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

.load-class {
    width: 100%;
    height: 100vh;
    margin-top: 40vh;
    color: #4765a0;
    text-align: center;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(232,28,12);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(232,28,12);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(232,28,12);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(232,28,12);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(232,28,12);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

.color-red {
    color: #e74c3c;
}

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #e8280b;
}

.nav-pills &gt; li &gt; a {
   font-weight:800;
}



.plan-table {

}

    .plan-table .side-item {
        background-color: #e8280b;
        width: 20%;
    }

    .plan-table h4 {
        color: #fff;
        text-align:center;
        font-weight:600;
    }


    .plan-table .data-space {
        margin: 8px;
    }


.plan-table h4 {

}

.listing-header {
    padding: 12px 0 4px;
}
.listing-header h1 {
   color: #222;
   text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.listing-header  h4 {
    color: #777777;
    text-align: center;
    margin-bottom:10px;
}

.purchase {
    padding: 25px 0 30px;
    /*border-bottom: solid 1px #eee;
    background-image: url(/images/slides/1.jpg);*/
}

    .purchase p {
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
    }

    .purchase span {
        color: #222;
        display: block;
        font-size: 44px;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 12px;
        text-align: center;
        font-family: "Montserrat", Arial, sans-serif;
    }

    .purchase h1 {
        color: #222;
        text-align: center;
    }

    .purchase h2 {
        color: #e8280b;
        text-align: center;
    }

    .purchase h4 {
        color: #e8280b;
        text-align: center;
    }

    .purchase .btn-buy {
        text-align: center;
    }

        .purchase .btn-buy a {
            margin-top: 27px;
        }

            .purchase .btn-buy a i {
                margin-right: 5px;
            }

@media (max-width: 767px) {
    .purchase {
        text-align: center;
        padding: 0;
    }

        .purchase span {
            font-size: 22px;
            line-height: 29px;
        }

        .purchase h1 {
            font-size: 30px;
            line-height: 29px;
            color: #222;
            font-weight: 700;
        }

        .purchase h2 {
            font-size: 26px;
            line-height: 25px;
           color: #222;
            font-weight:700;
        }

        .purchase h4 {
            font-size: 25px;
            line-height: 25px;
            font-weight: 700;
            color: #e8280b;
        }

     .purchase .btn-buy a {
        margin-top: 25px;
        font-size: 16px;
    }
}

.blog-article {
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

.blog-article-img {
    width: 50px;
    height: auto;
    float:left;
}

.blog-article-content {
    padding-left: 20px;
}

.angular-editor-toolbar {
    font-size: 13px !important;
}
</pre></body></html>