/*
Theme Name: Sparkling
Theme URI: http://colorlib.com/wp/themes/sparkling
Author: Colorlib
Author URI: http://colorlib.com/
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, portfolio, design, art, photography, personal, ecommerce and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options based on WordPress Customizer to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready, compatible with WPML and is available in Spanish, French, Dutch, Polish, Russian, German, Brazilian Portuguese, Portuguese (Portugal), Persian (Iranian language), Romanian, Turkish, Bulgarian, Japanese, Lithuanian, Czech, Ukrainian, Traditional Chinese, Simplified Chinese, Indonesian, Estonian, Spanish (Argentina), Hungarian and Italian. Sparkling is a free WordPress theme with premium functionality and design. Theme is ecommerce ready thanks to its WooCommerce integration. Now theme is optimized to work with bbPress, Contact Form 7, Jetpack, WooCommerce and other popular free and premium plugins. Lately we introduced a sticky/fixed navigation that you can enable or disable via WordPress Customizer.
Version: 200.3.2 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: grid-layout, footer-widgets, blog, education, entertainment, food-and-drink, news, photography, portfolio, e-commerce


This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */


html { overflow-y: scroll;margin-top: 0 !important; }
body {
    margin: 0;
    min-height:100%;
    color: #1c1d1d;
    font-size:14px;
    line-height:20px;
    overflow-x: hidden;
} 
input, select, textarea {
    color: #000;
    padding:0 10px;
    box-sizing: border-box;
    height: 32px;
    border: 1px solid #cecece;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../images/templates/arrow-select.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    background-origin: content-box;
    background-color: #fff;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
p {
    margin:0;
    padding:0;
}
a {
    margin:0;
    padding:0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration:none;
    color: #2c63c7;
}
a:hover, a:active {
    outline: 0;
    text-decoration:none;
}
a img {
    border:0 none;
}
img{ max-width:100%;}

.clickable, input[type=button], input[type=submit], button {
    cursor: pointer; /* hand cursor on clickable elements */
}
button, input, select, textarea {
    margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}
button { /* make buttons play nice in IE */
    width: auto;
    overflow: visible;
}
table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
td {
    font-weight: normal;
}
td, td img {
    vertical-align: top;
}

dd {
    margin: 0 0 0 20px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style:inside;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
*{ padding:0; margin:0; box-sizing:border-box;}
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}
h1 { font-size:28px; line-height: 35px;}
h2 { font-size:25px; }
h3 { font-size:20px;}
h4 { font-size:18px;}
h5 { font-size:16px; }
h6 { font-size:14px; }

.hidden{
    display:none;
}
.main{
    width:100%;
    float:left;
}
.alert{
    float:left;
    width: 100%;
    padding:0;
    margin-bottom: 0;
} 
.alert-danger{
    padding:0.75rem 1.25rem;
    margin-bottom: 1rem;
} 
.alert-info{
    padding:0.75rem 1.25rem;
    margin-bottom: 1rem;
} 
.alert-success{
    padding:0.75rem 1.25rem;
    margin-bottom: 1rem;
} 
.alert-warning{
    padding:0.75rem 1.25rem;
    margin-bottom: 1rem;
} 
.custom-btn {
    padding: 8px 20px;
    background-color: #104ab5;
    color: #fff;
    border: none;
    font-size: 16px;
    height: auto;
    border-radius: 5px;
}
a.custom-btn:visited { color: #fff;text-decoration:none;}

input[type="checkbox"] {
    float: left;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    border: none;
    border: 1px solid #b1b1b1;
    margin: 0;
}
[type="checkbox"]:checked:before {
    content: "\f00c";
    color: #104ab5;
    font-size: 12px;
    line-height: 18px;
}
input[type="checkbox"]:before {
    display: block;
    font-family: FontAwesome;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    text-align: center;
    margin:0;
}
/**-------------------AutoSuggestion Textbox ---------------------**/
.autocomplete-suggestions { 
    border: 1px solid #999; 
    background: #FFF; 
    cursor:pointer; 
    overflow: hidden; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    z-index:1; 
}
.autocomplete-suggestion {
    padding: 2px 5px;  
    overflow: hidden; 
    margin: 0px;
    padding: 0 10px;
    line-height:30px!important;
    height: 30px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    color: #000;
}
.autocomplete-no-suggestion { 
    padding: 2px 5px;
}
.autocomplete-selected { 
    background: #373734; 
    color: #fff; }
.autocomplete-suggestion strong { 
    font-weight:bold!important;
}
/**-------------------End of AutoSuggestion Textbox ---------------------**/
/**-------------------Loading... Please Wait---------------------- **/
.isloading-overlay{position:relative;text-align:center; color:#fff; fot-family:Arial, Helvetica, sans-serif}.isloading-overlay .isloading-wrapper{background:transparent;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:46%;z-index:9000;font-weight:bold;color:#353434;}
.icon-spin{ display:block; height:30px; margin:5px 0 0 0;animation: none;}
.icon-refresh{ background: url(../../../images/components/is-loading-jquery-component/Loading_throbber.gif) no-repeat center;}
.hidden{display:none!important;}
/**-------------------End of Loading... Please Wait--------------- **/


a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

pre {
    width: 100%; /* specify width */
    white-space: pre-wrap; /* CSS3 browsers */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
    white-space: -pre-wrap; /* Opera 4 thru 6 */
    white-space: -o-pre-wrap; /* Opera 7 and up */
    word-wrap: break-word; /* IE 5.5+ and up */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color:#0a68b1;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 13px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:  content-box;
    box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border:1px solid #cccccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}


/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Layout */
.side-pull-left .main-content-inner{
    float: left;
}
.side-pull-right .main-content-inner{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar .main-content-inner{
    float: none;
    margin: 0 auto;
}
.full-width .main-content-inner{
    width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
    clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
    margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.main-content-area {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
    font-size: 13px;
    color: #6B6B6B;
	font-weight: 600;
}
.entry-meta {
    margin-bottom:0;
}

.page-header {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;    
    color: #9c9c9c;
}
.custom-breadcrum span {
    margin-right: 10px!important;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 13px;
    color: #6B6B6B;
}
.custom-breadcrum {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.entry-title { 
    color: #444;
    font-size: 28px;
    margin-bottom: 10px;
}
.entry-title a { 
    color:#076c9d;
}
.entry-title a:hover {
    color: #000; 
}
.btn.btn-default.read-more {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    padding: 11px 13px;
}
.search .btn.btn-default.read-more {
    float: none;
}
hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* author */
.author-bio {
    clear: both;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.author-bio .avatar {
    float: left;
}
.author-bio-content h4 {
    font-size: 14px;
    margin-top: 0;
}
.author-bio .author-bio-content {
    margin-left: 74px;
}
.secondary-content-box {
    padding-top: 0;
    padding-bottom: 0;
}
.single-view, .blog-item-wrap {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.featured-image {
    float: left;
    width: 100%;
}
.featured-image img{
    float: left;
    width: 100%;
}
.post-inner-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    margin:0 0 30px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
    border-top: 1px solid #dadada;;
}
.entry-title {
    margin-top: 0;
	font-weight: 400;
}
.more-link,
.says {
    display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
    text-transform: uppercase;
    font-weight: 400;
}
#bbp-single-user-details #bbp-user-avatar img.avatar {
    position: relative;
    left: 0;
    top: 0;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #DA4453;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px;
}
.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #DA4453;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.page-links a:hover span {
    background-color: #DA4453;
    border: 1px solid #DA4453;
    color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
    font-size: 12px;
}
.pagination li a {
    color: #DA4453;
}
.pagination li:hover a {
    color: #DA4453;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #FFF;
    background-color: #DA4453;
    border-color: #DA4453;
}
.pagination>li>a,
.pagination>li>span {
    padding: 9px 14px;
    border-color: #dadada;
}
.bottom-pagination {
    text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.single-featured {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    margin: auto;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
    display: none;
}
.widget ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget ul {
    padding: 0;
    line-height: 18px;
    font-size: 14px;
}
.widget ul.nav.nav-tabs {
    padding: 0;
}
#secondary .widget {
    margin-bottom: 30px; 
    overflow: hidden;
}
#secondary .widget:last-child {
    margin-bottom: 0px;
}
.tab-content ul li {
    list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
    font-family: fontawesome;
    margin-right: 10px;
}
#secondary .widget_archive ul li:before {
    content: '\f073';
}
#secondary .widget_categories ul li:before {
    content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
    content: '\f0e5';
}
.well {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #DADADA;
    overflow: hidden;
    clear: both;
}
#secondary .widget > h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
	font-weight: 400;
}
#secondary .widget a {
    color: #000;
}
.widget ul ul {
    padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
    margin-top: 30px;
}
@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}

/* Custom Category Widget */
.cats-widget ul li span {
    float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: opacity  0.5s;
    -moz-transition: opacity  0.5s;
    -o-transition: opacity  0.5s;
    transition: opacity  0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
    opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
    margin-left: 80px;
}
.widget .post-content > span {
    display: block;
}
#secondary .widget .post-content a {
    color: #DA4453;
}
#secondary .widget .post-content a:hover {
    color: #DADADA;
}
.widget .post-content span {
    font-size: 12px;
}
.tagcloud {
    margin-top: 25px;
}
.tagcloud a {
    padding: 6px 7px;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    color: #FFF !important;
    background-color: #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px !important;
}
.tagcloud a:hover {
    background-color: #DA4453;
    border-color: #DA4453;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#0a68b1;
    border-color: #0a68b1;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #363636;
    border-color: #363636;
    color: #FFF;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
    color: #FFF;
    text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
    margin-left: 0;
}
button, .button {
    background-color: #DA4453;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
button:hover, .button:hover {
    background-color: #363636;
}
#subscription-toggle {
    float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}
#infinite-handle span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 20px;
    background: transparent;
    border: 1px solid #DADADA;
    background: #fff;
    color: #DA4453;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#infinite-handle span:hover {
    background-color: #DA4453;
    color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
#logo .site-name {
    margin: 0;
}
.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}
.site-description {
    color: #777;
    font-weight: 200;
    font-size: 16px;
}
.page-template-page-homepage-php .carousel {
    margin-top: -20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .pull-left {
        float: none !important;
    }
    .flex-caption {
        display: none;
    }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
    border: 1px solid #DADADA;
    background-color: #FFF;
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0 0 1.5em;
    overflow: hidden;
}
.post-navigation a {
    display: block;
}
.post-navigation a:hover,
.pagination .prev:hover
.pagination .next:hover {
    color: #FFF;
    background: #DA4453;
    text-decoration: none;
}
.pagination {
    text-transform: uppercase;
    display: block;
}
.post-navigation .nav-previous,
.pagination .prev {
    float: left;
}
.post-navigation .nav-next,
.pagination .next {
    float: right;
    text-align: right;
}
.more-link {
    float: right;
    margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
.nav>li>a {
    text-transform: uppercase;
}
.navbar.navbar-default {
    margin-bottom: 0;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
    color: #F5F7FA;
    text-transform: uppercase;
}
.navbar > .container .navbar-brand {
    color: #DADADA;
    font-size: 20px;
    margin: 13px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #DA4453;
    background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #DA4453;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #DA4453;
    }
}
.dropdown-menu {
    font-size: 13px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #DA4453;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #DADADA;
}
@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #DA4453;
    color: #fff;
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

@media (max-width: 767px) {
    .nav.navbar-nav {
        float: none;
    }
    .navbar > .container .navbar-brand {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.navigation .wp-pagenavi-pagination a{
    border-radius: 0;
    margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
    font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
    background-color: #DA4453;
    border-color: #DA4453;
    color: #FFF;
    text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #DA4453;
}
.nav-links {
    text-align: center;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}
#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
}

p.logged-in-as {
    padding-bottom: 0px;
}
.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    padding-left: 100px;
    position: relative;
    border: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 4px;
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #DADADA;
    background-repeat: no-repeat;
    background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}
#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}
.comment-author.vcard {
    font-size: 12px;
}
.vcard .avatar {
    position: absolute;
    left: 20px;
    top: 29px;
    border-radius: 2px;
}
.comment-metadata {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}
.comment-reply-link {
    float: right;
}
.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
}
.comment-respond label {
    display: block;
    font-weight: normal;
}
.comment-respond .required {
    color: #C7254E;
}
#submit {
    font-size: 12px;
}
.comment-navigation,
.single .nav-links {
    overflow: hidden;
    margin-top: 30px;
}
.comment-reply-title {
    font-size: 30px!important;
    margin: 0 0 5px;
}
.comment-reply-link {
    background: #C1C0C0;
    border: #C1C0C0;
    font-size: 10px;
    text-transform: uppercase;
}
@media(max-width:767px){
    .post-inner-content {
        padding:10px;
    }
    .comment-list .children {
        padding-left: 10px;
    }
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
    padding: 5px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
    background-color: #DA4453;
    color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
    margin: 10px 0;
}
#image-navigation .nav-previous a {
    float: left;
}
#image-navigation .nav-next a {
    float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
    margin-bottom: 20px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* =Footer
----------------------------------------------- */

.widgettitle {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: inherit;
}

#colophon {
    background: #222222 none repeat scroll 0 0;
    padding-bottom: 0 !important;
    padding-top: 25px !important;
    border-top: 5px solid #0a68b1;
    float: left;
    width: 100%;
}
.site-info a {
    color: #777;
}
.site-info a:hover {
    color: #999;
}
.site-info {
    color: #999;
    font-size: 12px;
}
.scroll-to-top {
    background: #363636;
    background: rgba(100, 100, 100, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
    background: #DA4453;
    opacity: .8;
}
.footer-section .callform-footer form input[type="submit"] {
    margin: 0!important;
}

@media (max-width: 768px) {
    .site-info {
        text-align: center;
    }

}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
    color: #fff;
}
.social-icons, #menu-social {
    position: relative;
    text-align: center;
}
#secondary .widget .social-icons {
    text-align: left;
}
.social-icons a{
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #DADADA;
    -webkit-transition: background-color  0.5s;
    -moz-transition: background-color  0.5s;
    -o-transition: background-color  0.5s;
    transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #DADADA;
    -webkit-transition: background-color  0.5s;
    -moz-transition: background-color  0.5s;
    -o-transition: background-color  0.5s;
    transition: background-color  0.5s;
}

#menu-social li a span{ display: none; }

#menu-social li a[href*="facebook.com"]:hover {
    background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
    background-color: #55ACEE !important;
}
#menu-social li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89 !important;
}
#menu-social li a[href*="flickr.com"]:hover {
    background-color: #ff0084 !important;
}
#menu-social li a[href*="plus.google.com"]:hover {
    background-color: #d62408 !important;
}
#menu-social li a[href*="skype.com"]:hover {
    background-color: #0bbff2 !important;
}
#menu-social li a[href*="pinterest.com"]:hover {
    background-color: #c31e26 !important;
}
#menu-social li a[href*="linkedin.com"]:hover {
    background-color: #005987 !important;
}
#menu-social li a[href*="vimeo.com"]:hover {
    background-color: #1bb6ec !important;
}
#menu-social li a[href*="tumblr.com"]:hover {
    background-color: #35506b !important;
}
#menu-social li a[href*="youtube.com"]:hover {
    background-color: #df3333 !important;
}
#menu-social li a[href*="instagram.com"]:hover {
    background-color: #F95B60 !important;
}
#menu-social li a[href*="/feed"]:hover {
    background-color: #f39c12 !important;
}
#menu-social li a[href*="foursquare.com"]:hover {
    background-color: #2398C9 !important;
}
#menu-social li a[href*="soundcloud.com"]:hover {
    background-color: #F50 !important;
}
#menu-social li a[href*="github.com"]:hover {
    background-color: #4183C4 !important;
}
#menu-social li a[href*="xing.com"]:hover {
    background-color: #006567 !important;
}
#menu-social li a[href*="spotify.com"]:hover {
    background-color: #81b71a !important;
}
#menu-social li a[href*="mailto"]:hover {
    background-color: #DA4453 !important;
}
#menu-social li, #menu-social ul {
    border: 0!important;
    list-style: none;
    padding-left: 0;
}

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
#menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
#menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
#menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
#menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
#menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
#menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
#menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
#menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
#menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
#menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
#menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
#menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
#menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
#menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
#menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
#menu-social li a[href*="mailto"] .fa:before{content: "\f003"}

@media (max-width: 992px) {
    .site-branding {
        text-align: center;
    }
    .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
        float: none;
    } 
}

@media screen and (max-width: 1199px) and (min-width: 992px){
	.main-content-inner{float:left!important;}
}

/* =Call For Action
----------------------------------------------- */
.cfa {
    padding: 30px 0px;
    background: #FFF;
    border-bottom: 1px solid #DADADA;
    text-align: center;
}
.cfa-text{
    font-size: 22px;
    color: #DA4453;
    display: block;
    padding-top: 10px;
}
.cfa-button {
    background-color: transparent;
    color: #DA4453;
    padding: 15px 30px;
    border-color: #DA4453;
}
.cfa-button a {
    color: #DA4453;
}
.cfa-button:hover {
    background-color: #DA4453;
    color: #fff;
}
@media (max-width: 767px) {
    .cfa {
        padding: 0 0 20px;
    }
    .cfa-button {
        padding: 10px 16px;
        margin-top: 10px;
    }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
    display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
    display: block;
}

/* WooCommerce Support */
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 6px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px 30px 20px;
}
.woocommerce .main-content-inner{
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 45px 50px;
}



/********** custom css ********/
/********** custom css ********/
/********** custom css ********/
/********** custom css ********/
/********** custom css ********/
  

@-webkit-keyframes play {
    from { background-position:    0px; }
    to { background-position: -800px; }
}

@-moz-keyframes play {
    from { background-position:   0px; }
    to { background-position: -800px; }
}

@-ms-keyframes play {
    from { background-position:   0px; }
    to { background-position: -800px; }
}

@-o-keyframes play {
    from { background-position:    0px; }
    to { background-position: -800px; }
}

@keyframes play {
    from { background-position:    0px; }
    to { background-position: -800px; }
}

 
.bread_crumbb {
    margin-top: 15px;
}

.breadcrumb{
    background: transparent !important;
    margin-bottom: 0 !important;
}
label{
    font-weight:500 !important;
}
.active .hover_content li a{
    background: #fff !important;
    color:#333 !important;
}
.hover_content li a{
    color:#333 !important;
}
.breadcrumb > li {
    background: rgba(0, 0, 0, 0) url("../images/bread_crumb_arrow.png") no-repeat scroll right center;
    display: inline-block;
    padding-right: 20px;
}
.breadcrumb > li + li::before {
    color: #cccccc;
    content: none !important;
    padding: 0 5px;
}
.breadcrumb .active a {
    color: #71b100;
}
.breadcrumb .active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.android_app img {
    cursor: pointer;
    margin-top: -6px;
    width: 117px;
}
.title_social_icon {
    margin-bottom: 10px;
}
.android_pop_up {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.content_pop_up_inner {
    margin: 19% auto 0;
    width: 500px;
    max-width:96%;
}
.content_pop_up {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #cccccc;
    color: #000000;
    float: left;
    max-width: 100%;
    padding: 15px 25px 25px;
    position: relative;
    width: 500%;
}
.crosss_app {
    background: rgb(102, 102, 102) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 9px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: -16px;
    text-align: center;
    top: -19px;
    width: 28px;
}
.content_pop_up > h2 {
    border-bottom: 1px solid #cccccc;
    color: #076c9d;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
    text-align: center;
}
.type_android {
    float: left;
    text-align: center;
    width: 50%;
}
.type_android img {
    display: inline;
    width: 150px;
}
.type_android .android_title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.accordian_data ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/home_dot_icon.png");
    background-origin: padding-box;
    background-position: 0 2px;
    background-repeat: no-repeat;
    list-style: outside none none;
    margin-bottom: 3px;
    padding-bottom: 6px;
    padding-left: 28px;
}
.contactnu_mber a {
    color: #f3f3f3 !important;
}
.accordian_data li a {
    color: #ffffff;
}
.accordian_data li a:hover {
    text-decoration: underline;
}
.coppy_rights p {
    margin: 0;
    padding: 7px 0;
    color: #ccc;
    font-size: 12px;
}
.wow_we_work_h2 {
    color: #076c9d;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
}

.how_we_work .how_we_work_title {
    color: #076c9d;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.search_items li {
    background: rgba(0, 0, 0, 0) url("../images/search_devider.png") no-repeat scroll 0 4px / auto 15px;
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 7px;
    padding: 0 6px;
}
.search_items li a{
    color:#fff;
}
.search_items {
    background: rgba(0, 0, 0, 0.24) none repeat scroll 0 0;
    padding: 10px 0 13px;
    position: relative;
    text-align: center;
}
.search_items .plus_class {
    background: rgba(0, 0, 0, 0) url("../images/up_arrow.png") no-repeat scroll center 7px;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    width: 33px;
}
.search_items .minus_class {
    background: rgba(0, 0, 0, 0) url("../images/down_arrow.png") no-repeat scroll 0 6px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 23px;
}
.search_items .cicle_arrow {
    background: rgba(0, 0, 0, 0.21) none repeat scroll 0 0;
    border-radius: 63px;
    box-shadow: 0 0 8px rgb(255, 255, 255);
    display: inline-block;
    height: 30px;
    width: 30px;
}
.inner_slider_bottom_text .plus_class {
    background: rgba(0, 0, 0, 0) url("../images/plus_icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 25px;
}
.inner_slider_bottom_text .minus_class {
    background: rgba(0, 0, 0, 0) url("../images/minus_icon.png") no-repeat scroll 0 0;

}
.inner_slider_bottom_text .minus_class {
    background: rgba(0, 0, 0, 0) url("../images/minus_icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 25px;
}

.search_items li:nth-child(1) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.google_map_content.text-center img {
    max-width: 100%;
}
/*******moving background css ****/



/**-------------------Loading... Please Wait---------------------- **/
.isloading-overlay{position:relative;text-align:center; color:#fff; fot-family:Arial, Helvetica, sans-serif}.isloading-overlay .isloading-wrapper{background:#000;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:46%;z-index:9000;}
.icon-spin{ display:block; height:30px; margin:5px 0 0 0;animation: none;}
.icon-refresh{ background: url(../images/Loading_throbber.gif) no-repeat center;}
.hidden{display:none!important;}
/**-------------------End of Loading... Please Wait--------------- **/


.tiny .container-fluid.bottom_header {
    background: rgb(231, 231, 231) none repeat scroll 0 0 !important;
    border-bottom: 2px solid rgba(204, 204, 204, 0.7);
    box-shadow: 0 0 11px rgb(204, 204, 204);
}
.tiny .upper_header{
    display:none;
}
.tiny {
    position:fixed;
}
.tiny .nav  a {
    padding: 14px 14px;
}
.tiny .logo img {
    height:50px;
}
/* .collapsed-image {
        position: absolute;
        margin-top: -70.72px; 
        width: 96px; 
        max-width: 96px; 
        top: 0px; 
        z-index: 2; 
        left: 50%; 
        margin-left: 61px;
        display: block;
        background:url("../images/quick_enquiry.png");
} */

.breadcrumb > li + li::before {
    float: left;
    padding: 8px 9px !important;
}
.breadcrumb h5 {
    float: left;
}

.address_field .zorgers_sprite {
    height: 21px;
    width: 22px;
    background-position: 0 -360px;
}
.ph-number .zorgers_sprite {
    height: 21px;
    width: 22px;
    background-position: 0 -383px;
}
.email-footer .zorgers_sprite {
    height: 17px;
    width: 22px;
    background-position: 0 -404px;
}
.web-address .zorgers_sprite {
    height: 17px;
    width: 22px;
    background-position: 0 -425px;
}
.coppy_rights {
    background-color: #191616;
}
.comments-area {
    float: left;
    width: 100%;
}
.comments-area .comment-form p {
    margin: 0 0 10px;
}
.advertisement-widget {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.enquiry-form-blogs {
    float: left;
    width: 100%;
    margin: 0 0 30px;
	display:none;
}
.enquiry-form-blogs a {
    float: left;
    background-color: #0a68b1;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.enquiry-form-blogs a:hover {
    background-color:#71b100;
}

@media screen and (device-aspect-ratio: 40/71) {
    .logo {
        margin-top: 7px !important;
        margin-bottom: 5px !important;
    }
    .cd-dropdown-wrapper {
        margin-top: 7px !important;
        margin-bottom: 5px !important;
    }
    .sticky .logo {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .sticky .cd-dropdown-wrapper {
        margin-top:0  !important;
        margin-bottom: 0 !important;
    }
} 

.zorgers_sprite {
    background-image: url(../zorgers-sprite.png)!important;
    display: inline-block!important;
}
.cd-dropdown-wrapper {
    display: inline-block;
    float: right;
    height: 40px;
    margin: 15px 0 8px 5%;
    position: relative;
}
.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
}
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}
.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
    z-index: 99;
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}
.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 70px;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    opacity: 0;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}


.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid;
    text-decoration: none;
}

.has-children > a {
    padding-right: 40px;
}
.has-children > a, .go-back a {
    position: relative;
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a, .cd-dropdown-content .cd-divider {
    padding: 0 20px;
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: auto;
    line-height: 50px;
    border: none;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.has-children > a::before, .has-children > a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}
.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}
.cd-dropdown-content li {
    margin: -20px 0 0;
}



//////////////////////////////////////////////////////
//////////////////////////////////////////////////////
//////////////////////////////////////////////////////
//////////////////////////////////////////////////////

.advert_sec {
    float: left;
    width: 100%;
    margin: 0 0 35px;
    background-color: #e8e8e8;
    border: 1px solid #d8d8d8;
    display: none;
}
.advert-single {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.advertisement-widget:last-child {
    margin: 0;
}
.advert-single span {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.advert-single span img {
    width: 100%;
    border: 1px solid #d8d8d8;
    height: 200px;
}
.advert-single p {
    float: left;
    width: 100%;
}
.advert-single a img {
    height: 250px;
    width: 100%;
}
.custom-breadcrum span:last-child {
    border: none;
}




.eldery_care_blog {
    float: left;
    width: 100%;
}
.eldery_care_upper {
    float: left;
    width: 100%;
    text-align: center;
}
b, strong {
    font-weight: normal;
}
.eldery_care_upper p {
    margin: 0 0 10px;
}
.eldery_care_upper p a {
    color: #fff;
    font-weight: 700;
    background-color: #0a68b1;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
}
.eldery_care_upper p a:hover{
    background-color: #71b100;
}
.eldery_care_banner {
    float: left;
    width: 100%;
    text-align: center;
}
.eldery_care_banner img {
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}
.eldery_care_banner p strong {
    font-size: 23px;
}
.eldery_care_banner p {
    margin: 0 0 10px;
}
.eldery_care_section {
    float: left;
    width: 100%;
}
.elderly-img {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.elderly-img .img_nanny {
    float: left;
    width: 48%;
    box-sizing: border-box;
    position: relative;
    margin: 5px;
}
.elderly-img .img_nanny img {
    width: 100%;
    display: inline-block;
}
.eldery_care_section ul {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0 0 0 20px;
    list-style: disc;
}
.eldery_care_section ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.eldery_care_section p {
    text-align: center;
    margin: 0 0 6px;
    float: left;
    width: 100%;
} 
.elderly-img .img_nanny a {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    bottom:0;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    left: 0;
}
.elderly-img span a {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    float: left;
}
.bold-style {
    font-size: 20px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.section-content {
    float: left;
    width: 48%;
}
.section-content strong {
    text-align: left;
}
.eldery_care_banner h3 {
    margin: 0 0 10px;
}
.eldery_care_banner h5 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
}
.eldery_care_banner span img {
    margin: 20px 0 0;
    border: 1px solid #dedede;
}
.eldery_care_banner span {
    float: left;
    width: 100%;
}
.eldery_care_upper img {
    width: 100%;
    display: inline-block;
}
.eldery_care_upper strong {
    margin: 15px 0;
    float: left;
    width: 100%;
    font-size: 23px;
}
.eldery_care_upper strong.bold-style {
    font-size: 20px;
    margin:0;
    float: left;
    width: 100%;
}
.provider {
    float: left;
    width: 100%;
}
.provider ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.provider ul li {
    float: left;
    width: 30%;
    margin: 10px;
    list-style: none;
}
.provider ul li img {
    width: 100%;
    float: left;
    height: 150px;
}
.provider ul li a {
    color: #337ab7;
    text-align: center;
    width: 100%;
    float: left;
    text-decoration: none;
    font-weight: 700;
    margin: 10px 0 0;
}
.provider ul li a:hover {
    color:#71b100 ;}
.social_links ul li a:hover {
    opacity: 0.7;
}
.featured-image {
    /*display: none;*/
} 
.phsio_imgs img{
    width: 100%;
    display: inline-block;
    height: 250px;
    margin: 0 0 20px;
}
.physio-sec-img {
    float: left;
    width: 100%;
}
.physio-sec-img span {
    float: left;
    width: 48%;
    margin:5px;
}
.physio-sec-img span img {
    width: 100%;
    float: left;
}
.eldery_care_section strong {
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 15px 0;
    font-weight: 400;
    text-align: center;
}
.eldery_care_section h3 {
    text-align: center;
}
.elderly-img-elderly {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.elderly-img-elderly span {
    float: left;
    width: 48%;
    box-sizing: border-box;
    position: relative;
    margin: 7px;
}
.elderly-img-elderly span img {
    width: 100%;
    display: inline-block;
	height: 200px;
}
.elderly-img-elderly span a {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    left: 0;
    bottom: 0;
}
.elder-care-sec .elderly-img span {
    float: left;
    width: 50%;
    padding: 5px 5px; 
    box-sizing: border-box;
}
.elder-care-sec {
    float: left;
    width: 100%;
}
.site-content {
    float: left;
    width: 100%;
	background-color: #eaeaea;
}
.advertisement-widget img {
    margin: 0 0 10px;
}
.comments-area {
    background-color: #fff;
    padding: 20px;
}
.comment-form-comment textarea {
    height: 150px;
}
.comment-form-author {
    float: left;
    width: 49%;
}
.comment-form-email{
 float: right;
    width: 49%;		
}
.comment-form-author input {
    float: left;
    width: 100%;
    height: 40px;
}
.comment-form-email input {
    float: left;
    width: 100%;
    height: 40px;
}
.comment-form-url {
    float: left;
    width: 100%;
}
.comment-form-url input {
    float: left;
    width: 100%;
    height: 40px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
.advert-single a img {
    height: auto;
}
.phsio_imgs img {
    height: auto;
    margin: 0;
}
.eldery_care_section strong {
font-size: 16px;}
.eldery_care_upper strong {
    font-size: 18px;
}
.comment-form-author {
    width: 100%;
}
.comment-form-email{
    width: 100%;		
}

}
  
@media screen and (min-width:481px) and (max-width: 767px) {  
.comment-form-author {
    width: 100%;
}
.comment-form-email{
    width: 100%;		
}
}

@media screen and (min-width:768px) and (max-width: 991px) {  
.navbar-bottom .col-sm-12 {
    width: auto!important;
}
.dropdown .dropbtn {
    font-size: 14px!important;
}
}

@media screen and (min-width:320px) and (max-width: 480px) {
.filtersrh-row select#CaretakerNumbers {
    width: 100%!important;
}
.filtersrh-row .listing-items select {
    width: 100%!important;
}

}
 
 .bottom-strip-menu {
    background-color:#0a68b1;
    width: 100%;
    position: fixed;
    bottom:0;
    border-top: 1px solid #fff;
    padding:0;
    box-sizing: border-box;
	display:none;
	z-index: 99999999999;
}	
.bottom-strip-menu ul {
    width: 100%;
    display: table;
    text-align: center;
}
.bottom-strip-menu ul li {
    width: auto;
    border-right: 1px solid #fff;
    padding:0;
    display: table-cell;
    vertical-align: middle;
}
.bottom-strip-menu ul li a {
    display: table;
    width: 100%;
    padding: 6px 2px;
    box-sizing: border-box;
}
.bottom-strip-menu ul li a.support-style {
    background-color: #eb9f12;
    transform: scale(1.2);
    box-shadow: 0px 3px 4px #000;
}
.bottom-strip-menu ul li:hover a{
    background-color:#71b100;
}
.activemobilemenu{
    background-color:#71b100 !important;
}
.support-style i {
    font-size: 20px;
}
.bottom-strip-menu ul li:last-child {
    border-right:none;
}
.bottom-strip-menu ul li span {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #ffffff;
    padding: 0 0 10px;
    box-sizing: border-box;
}
.bottom-strip-menu ul li strong {
    color:#ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
}	
a.cd-filter-trigger.filter-is-visible:focus {
    text-decoration: none;
    outline: none;
}
#more-menu button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}
 .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: scroll;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content a{
    border-bottom: 1px solid #818181;
}
.overlay a {
    padding: 15px 7px;
    text-decoration: none;
    font-size: 27px;
    color: #818181;
    display: block;
    transition: 0.3s;
    float: left;
    width: 100%;
}
.overlay a:last-child {
    padding-bottom:75px;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    font-size: 55px;
    padding: 40px 0 0;
    box-sizing: border-box;
}
.overlay a i {
    font-size: 22px;
    padding: 0 10px 0 0;
}
.overlay a i.fa.fa-university {
    font-size: 20px;
}
 
.molibe-submenu {
    float: left!important;
    width: 100%!important;
}
.molibe-submenu li {
    float: left!important;
    width: 100%!important;
	border-right: none!important;
}
.molibe-submenu li a {
    font-size: 17px!important;
    padding: 8px 5px!important;
    color:#acacac!important;
}
.molibe-submenu li a:hover {
	  background-color: #71b100!important; 
	  color:#fff!important;
 }
.bottom-strip-menu ul li span input[type="checkbox"] {
    display: inline-block;
    float: none;
    line-height: 18px;
}
.dropdown .dropbtn {
    font-size: 16px!important;
	text-transform: capitalize;
}
  
@media screen and (min-width: 320px) and (max-width: 480px) {
.bottom-strip-menu ul li span input[type="checkbox"] {
    display: inline-block;
    float: none;
} 
.bottom-strip-menu ul li strong {
    font-size: 11px;
	line-height: 13px;
}
.bottom-strip-menu {display:block;}
.elderly-img-elderly span {
    width: 48%;
}
.elderly-img-elderly span {
    margin: 2px;
}
.elderly-img-elderly span a {
    font-size: 12px;
    padding: 9px 0;
}
.elderly-img-elderly span img {
    height: 165px;
}
.footer-section .footer-col {
    float: left;
    width: 100%;
}

}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .bottom-strip-menu {display:block;}
	
	.bottom-strip-menu ul li strong {
    font-size: 12px;
	line-height: 14px;
}
	.bottom-strip-menu ul li span {
    font-size: 18px;
    padding: 0 0 2px;
}
.elderly-img-elderly span {
    width: 48%;
}
.elderly-img-elderly span {
    margin: 2px;
}
.elderly-img-elderly span a {
    font-size: 14px;
}
.footer-section .footer-col {
    float: left;
    width: 100%;
}
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.elderly-img-elderly span {
    margin: 4px;
}
.footer-section .col-md-6.footer-col {
    width: 50%;
}
}


.social_links {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
}
.social_links ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.social_links ul li {
    display: inline-block;
    margin: 0 3px;
}
.social_links ul li a {
    background-color: #ccc;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 6px 0 0;
    box-sizing: border-box;
    font-size: 15px;
}
.footer {
    float: left;
    width: 100%;
    text-align: center;
}
.footer p {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 15px;
}
.footer p strong {
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
}
.social_links ul li.tw-col a {
    background-color:#77ccf1;
}
.social_links ul li.fb-col a {
    background-color:#537bbe;
}
.social_links ul li.link-col a {
    background-color:#54be93;
}
.social_links ul li.gp-col a {
    background-color:#df4c39;
}
.social_links ul li.in-col a {
    background-color:#137bb8;
}
 
 
.entry-content p {
    padding: 0 0 10px;
}
.entry-content li {
    padding: 0 0 10px;
}

aside#search-6 input {
    border-color: #6696bb;
}
.blog-advert{font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 400;}

.advertisement-text {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 0;
}
.advertisement-widget h4 {
    font-size: 16px;
}
article#post-559 {
    display: none;
}
article#post-567 {
    display: none;
}
.flex-caption h2 {
    background-color: #70b100;
}

.entry-content a{ word-break: break-word;}

.urine-catheter-nursing ul li {
    list-style: disc;
    list-style-position: inside;
}

.dropdown-content {
    z-index: 3!important;
}


/******blog-interlinks-start*******/

.blog-interlinks {
    float: left;
    width: 100%;
    background-color: #03264e;
    padding: 45px 0 35px;
    box-sizing: border-box;
    border-top: 5px solid #0a68b1;
}
   .blog-interlinks-inner {
    float: left;
    width: 100%;
}
.list-interlinks {
    float: left;
    width: 25%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
} 
.list-interlinks strong {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    float: left;
    width: 100%;
    box-sizing: border-box;
	color: #fff;
	padding: 0 0 0 12px;
}
   .list-interlinks ul {
    float: left;
    width: 100%;
}
.list-interlinks ul li {
    float: left;
    width: 100%;
}
.list-interlinks ul li a {
    color: #9eb5c7;
    float: left;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #12355d;
    padding: 3px 0;
    box-sizing: border-box;
}

.list-interlinks ul li a i {
    color: #0a68b1;
    padding: 0 4px 0 0;
    box-sizing: border-box;
}
.list-interlinks ul li a:hover {
    color: #70b100;
}
.list-interlinks strong.top-space {
    padding: 12px 0 0 12px;
}
.consultation-button {
    float: left;
    width: 100%;
}
.consultation-button span {
    display: inline-block;
}
.consultation-button span a {
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    border-radius: 100px;
    padding: 7px 17px;
    font-size: 17px;
    border: 1px solid #70bd73;
}
.consultation-button span a:hover {
    background-color: #0a68b1;
    border: 1px solid #3c8cca;
}
.list-interlinks ul li:last-child a {
    border-bottom: none;
}
.list-interlinks strong a {
    float: left;
    width: 100%;
    color: #fff;
}
.list-interlinks strong a:hover {
    color:#70b100;
}

  /******blog-interlinks-end*******/
  
  
 .video-img {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.video-img .wp-video {
    display: inline-block;
} 
 
.blog-listing {
    display: inline-block;
    width: 100%;
	margin: 20px 0 0;
}
.title-strong {
    width: 100%;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
}
.blog-listing .item-listing {
    display: inline-block;
    width: 100%;    margin: 0 0 10px;
}
.blog-listing .item-listing h2 {
    font-size: 21px;
    line-height: 25px;
    padding: 10px 0;
    box-sizing: border-box;
}
.blog-listing .item-listing ul {
    display: inline-block;
    width: 100%;
	
}
.blog-listing .item-listing ul li {
    display: inline-block;
    width: 49%;
    padding: 0px 7px 7px 15px;
    position: relative;
    float: left;
}
.blog-listing .item-listing ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    background-color: #000;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 7px;
}







   
@media screen and (min-width: 320px) and (max-width: 480px) {
/******blog-interlinks-start*******/
 .list-interlinks {
	 width: 100%;
    padding: 0 0 25px 0;
} 
  .consultation-button {
    text-align: center;
}
/******blog-interlinks-end*******/

.title-strong { 
    font-size: 20px; 
    line-height: 26px;
}
.blog-listing .item-listing ul li { 
    width: 100%;
    padding: 0px 0 7px 15px; 
}
.blog-listing .item-listing { 
    margin: 0;
}
 
}

@media screen and (min-width: 481px) and (max-width: 767px) {  
/******blog-interlinks-start*******/
 .list-interlinks {
	 width: 100%;
    padding: 0 0 25px 0;
} 
  .consultation-button {
    text-align: center;
}
/******blog-interlinks-end*******/

.title-strong { 
    font-size: 23px; 
    line-height: 26px;
}
.blog-listing .item-listing ul li { 
    width: 100%;
    padding: 0px 0 7px 15px; 
}
.blog-listing .item-listing { 
    margin: 0;
}


}

  @media screen and (min-width: 768px) and (max-width: 991px) {
 /******blog-interlinks-start*******/
.list-interlinks {
    width: 48%;
    padding: 15px 10px;
} 
  .consultation-button {
    text-align: center;
}
 /******blog-interlinks-end*******/
}
  
 @media screen and (min-width: 992px) and (max-width: 1199px) { 
 /******blog-interlinks-start*******/
.list-interlinks {
    width: 48%;
    padding: 15px 10px;
} 
  .consultation-button {
    text-align: center;
}
/******blog-interlinks-end*******/
} 
