﻿/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/fancybox/jquery.fancybox.css?v=2.1.5);
@import url(../font-awesome/css/font-awesome.css);
@import url(../assets/animate/animate.css);
@import url(../assets/easy-pie-chart/easypiechart.css);
@import url(../assets/timeline/timeline.css);
@media screen and (min-width: 320px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 480px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 650px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 980px){.footer-icons{width:450px; float:right;}}

/* Same Height Columns */

.inside {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

.inside-full-height {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}

@media (min-width: 480px) {
	.row-xs-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-xs-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-xs-top {
		vertical-align: top;
	}
	.col-xs-middle {
		vertical-align: middle;
	}
	.col-xs-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 768px) {
	.row-sm-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-sm-top {
		vertical-align: top;
	}
	.col-sm-middle {
		vertical-align: middle;
	}
	.col-sm-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 992px) {
	.row-md-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-md-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-md-top {
		vertical-align: top;
	}
	.col-md-middle {
		vertical-align: middle;
	}
	.col-md-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 1200px) {
	.row-lg-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-lg-top {
		vertical-align: top;
	}
	.col-lg-middle {
		vertical-align: middle;
	}
	.col-lg-bottom {
		vertical-align: bottom;
	}
}

/* Hidden Up Down */

@media (max-width: 767px) {
    .hidden-xs-up:not(.visible-xs),
    .hidden-xs-down:not(.visible-xs),
    .hidden-sm-down:not(.visible-xs),
    .hidden-md-down:not(.visible-xs),
    .hidden-lg-down:not(.visible-xs) {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-xs-up:not(.visible-sm),
    .hidden-sm-up:not(.visible-sm),
    .hidden-sm-down:not(.visible-sm),
    .hidden-md-down:not(.visible-sm),
    .hidden-lg-down:not(.visible-sm) {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-xs-up:not(.visible-md),
    .hidden-sm-up:not(.visible-md),
    .hidden-md-up:not(.visible-md),
    .hidden-md-down:not(.visible-md),
    .hidden-lg-down:not(.visible-md) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-xs-up:not(.visible-lg),
    .hidden-sm-up:not(.visible-lg),
    .hidden-md-up:not(.visible-lg),
    .hidden-lg-up:not(.visible-lg),
    .hidden-lg-down:not(.visible-lg) {
        display: none;
    }
}


@media screen and (max-width: 320px)
{
    .side-searchbox
    {
        display: none;
    }
    .navOne
    {
        display: none;
    }
}
@media screen and (max-width: 480px)
{
    .side-searchbox
    {
        display: none;
    }
    .navOne
    {
        display: none;
    }
}
@media screen and (max-width: 650px)
{
    .side-searchbox
    {
        display: none;
    }
    .navOne
    {
        display: none;
    }
}
@media screen and (max-width: 980px)
{
    .side-searchbox
    {
        display: none;
    }
    .navOne
    {
        display: none;
    }
}
@media screen and (max-width: 980px)
{
    .side-searchbox
    {
        display: none;
    }
    .navOne
    {
        display: none;
    }
}
body
{
    /*	font-family: "PT Sans", sans-serif !important;*/
    font-family: 'Cabin Condensed';
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
body .lw
{
    color: #666;
}
body .ld
{
    color: #666;
}
.body-bg-1
{
    background: url("/content/responsive/images/background/slash_it.png") repeat;
}
.body-bg-2
{
    background: url("/content/responsive/images/background/grey_wash_wall.png") repeat;
}
.body-bg-3
{
    background: url("/content/responsive/images/background/mooning.png") repeat;
}
.body-bg-4
{
    background: url("/content/responsive/images/background/squairy_light.png") repeat;
}
.body-bg-5
{
    background: url("/content/responsive/images/background/bg-img-1.jpg") no-repeat fixed;
}
.body-bg-6
{
    background: url("/content/responsive/images/background/bg-img-2.jpg") no-repeat fixed;
}
.wp-theme-1 .btn
{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wp-theme-1 .btn i
{
    margin-right: 4px;
}
.wp-theme-1 .btn-lg
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.wp-theme-1 .btn-lg i
{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.wp-theme-1 .btn-xs
{
    padding: 4px 10px;
}
.wp-theme-1 .btn-one
{
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.wp-theme-1 .btn-one:hover, .wp-theme-1 .btn-one:focus, .wp-theme-1 .btn-one:active, .wp-theme-1 .btn-one.active, .wp-theme-1 .open .dropdown-toggle.btn-one
{
    color: #f99d2a;
    background-color: #FFF;
    border-color: #FFF;
}
.wp-theme-1 .btn-one:active, .wp-theme-1 .btn-one.active, .wp-theme-1 .open .dropdown-toggle.btn-one
{
    background-image: none;
}
.wp-theme-1 .btn-two
{
    color: #ffffff;
    background-color: #f99d2a;
    border: 1px solid;
    border-color: #e49129;
}
.wp-theme-1 .btn-two:hover, .wp-theme-1 .btn-two:focus, .wp-theme-1 .btn-two:active, .wp-theme-1 .btn-two.active, .wp-theme-1 .open .dropdown-toggle.btn-two
{
    color: #ffffff;
    background-color: #f09a2e;
    border-color: #f09a2e;
}
.wp-theme-1 .btn-two:active, .wp-theme-1 .btn-two.active, .wp-theme-1 .open .dropdown-toggle.btn-two
{
    background-image: none;
}
.wp-theme-1 .btn-three
{
    color: #ffffff;
    background-color: #333;
    border: 1px solid;
    border-color: #292929;
}
.wp-theme-1 .btn-three:hover, .wp-theme-1 .btn-three:focus, .wp-theme-1 .btn-three:active, .wp-theme-1 .btn-three.active, .wp-theme-1 .open .dropdown-toggle.btn-three
{
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
.wp-theme-1 .btn-three:active, .wp-theme-1 .btn-three.active, .wp-theme-1 .open .dropdown-toggle.btn-three
{
    background-image: none;
}
.wp-theme-1 .btn-four
{
    background-color: none;
    border: 2px solid #f99d2a;
    color: #f99d2a;
}
.wp-theme-1 .btn-four:hover, .wp-theme-1 .btn-four:focus, .wp-theme-1 .btn-four:active, .wp-theme-1 .btn-four.active, .wp-theme-1 .open .dropdown-toggle.btn-four
{
    color: #FFF;
    background-color: #f99d2a;
}
.wp-theme-1 .btn-four:active, .wp-theme-1 .btn-four.active, .wp-theme-1 .open .dropdown-toggle.btn-four
{
    background-image: none;
}
.wp-theme-1 h1, .wp-theme-1 h2, .wp-theme-1 h3, .wp-theme-1 h4, .wp-theme-1 h5, .wp-theme-1 h6
{
    font-family: 'Cabin Condensed';
}
.wp-theme-1 p
{
    line-height: 22px;
}
.wp-theme-1 a
{
    color: #666;
    cursor: pointer;
}
.wp-theme-1 a:hover
{
    text-decoration: underline;
    color: #f99d2a; /*color: #f99d2a; 	text-decoration: none; 	-o-transition: .3s; 	-ms-transition: .3s; 	-moz-transition: .3s; 	-webkit-transition: .3s; 	transition: .35s*/
}
.wp-theme-1 .bg-2
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-1 .lw .bg-5
{
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-1 .ld .bg-5
{
    background: #363636;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.wp-theme-1 .lw .bg-3
{
    background: #fff;
    color: #616161;
}
.wp-theme-1 .ld .bg-3
{
    background: #202020;
    color: #888;
}
.wp-theme-1 .bg-4
{
    background: #333;
    color: #FFF;
}
.wp-theme-1 .dark
{
    background: #333;
    color: #FFF;
}
.wp-theme-1 .red
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-1 .orange
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-1 .green
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-1 .blue
{
    background: #3498db;
    color: #FFF;
}
.wp-theme-1 .light
{
    background: #fff;
    color: #616161 !important;
}
.wp-theme-1 .blockquote-1:hover
{
    border-color: #f99d2a;
}
.wp-theme-1 .blockquote-1 p
{
    font-size: 13px;
}
.wp-theme-1 .section-title
{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-1 .section-title-dp
{
    display: inline-block;
    margin: -5px 0 -16px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-1 .lw .section-title
{
    color: #333;
}
.wp-theme-1 .lw .section-title-dp
{
    color: #fff;
}


.section-title-dp ul
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.wp-theme-1 .ld .section-title
{
    color: #fff;
}
.wp-theme-1 .section-title.white
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wp-theme-1 .navbar-wp
{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}
.wp-theme-1 .lw .navbar-wp
{
    background: #fff;
    /*border-bottom: 1px solid #e0eded;*/
}
.wp-theme-1 .ld .navbar-wp
{
    background: #181818;
    border-bottom: 1px solid #444;
}
.wp-theme-1 .ld .sticky-wrapper .navbar-wp
{
    background: rgba(24,24,24,0.85);
    border-bottom: 1px solid #444;
}
.wp-theme-1 .navbar-wp .navbar-nav > li > a
{
    padding: 17px 20px;
    margin-right: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    /*border-right: #fff 1px solid;*/
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-1 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a
{
    color: #FFF;
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #333;
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a:hover, .wp-theme-1 .lw .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #f99d2a;
}
.wp-theme-1 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-1 .ld .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #fff;
}
.wp-theme-1 .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-1 .ld .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #f99d2a;
}
.wp-theme-1 .navbar-wp .navbar-nav > .active > a, .wp-theme-1 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-1 .navbar-wp .navbar-nav > .active > a:focus
{
    color: #fff !important;
    background-color: #f99d2a;
    border-radius: 0;
}
.wp-theme-1 .navbar-wp .navbar-nav > .disabled > a, .wp-theme-1 .navbar-wp .navbar-nav > .disabled > a:hover, .wp-theme-1 .navbar-wp .navbar-nav > .disabled > a:focus
{
    color: #cccccc;
    background-color: transparent;
}
.wp-theme-1 .navbar-wp .navbar-nav > .open > a, .wp-theme-1 .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-1 .navbar-wp .navbar-nav > .open > a:focus
{
    color: #FFF !important;
    background-color: #f99d2a;
}
.wp-theme-1 .navbar-wp .navbar-nav > .open > a .caret, .wp-theme-1 .navbar-wp .navbar-nav > .open > a:hover .caret, .wp-theme-1 .navbar-wp .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-1 .navbar-wp .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-1 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-1 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-1 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #f99d2a;
}
.wp-theme-1 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-1 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-1 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus
{
    color: #f99d2a !important;
    background-color: none;
}
.wp-theme-1 .navbar-wp .navbar-toggle
{
    /*border-color: #333;*/
    margin-top: 10px;
    float: right;
}
.wp-theme-1 .navbar-wp .navbar-toggle .icon-bar
{
    background-color: #4c4c4c;
}
.wp-theme-1 .navbar-wp .navbar-toggle .icon-custom
{
    font-size: 18px;
}
.wp-theme-1 .navbar-wp .navbar-toggle:hover, .wp-theme-1 .navbar-wp .navbar-toggle:focus
{
    background-color: #f99d2a;
    border-color: #f99d2a;
}
.wp-theme-1 .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-1 .navbar-wp .navbar-toggle:focus .icon-bar
{
    background-color: #FFF;
}
.wp-theme-1 .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-1 .navbar-wp .navbar-toggle:focus .icon-custom
{
    color: #FFF;
}
.wp-theme-1 .navbar-wp .navbar-toggle-aside-menu
{
    padding: 8px 10px 2px 10px;
}
.wp-theme-1 .navbar-wp .navbar-collapse, .wp-theme-1 .navbar-wp .navbar-form
{
    border-color: #e7e7e7;
}
.wp-theme-1 .navbar-wp .navbar-nav > .dropdown > a:hover .caret, .wp-theme-1 .navbar-wp .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-1 .navbar-wp .dropdown-menu
{
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #f99d2a;
    border-bottom: 3px solid #f99d2a;
    border-radius: 0;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li
{
    border-bottom: 1px solid #e0eded;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li:last-child
{
    border: 0;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li > a
{
    color: #333;
    padding: 8px 15px;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li > a:hover
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-1 .navbar-wp .dropdown-menu label.checkbox
{
    color: #333;
}
.wp-theme-1 .navbar-wp .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-1 .navbar-wp .dropdown-menu-user
{
    border: 1px solid #e0eded;
    border-top-color: transparent;
}
.wp-theme-1 .navbar-wp .dropdown-menu-user
{
    background: #fff;
}
.wp-theme-1 .navbar-wp .navbar-right .dropdown-menu-user
{
    background: #fff;
    border-color: transparent;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link
{
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    margin: 18px 0;
    border-radius: 100%;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link.facebook:hover
{
    background: #43609c;
    color: #fff;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link.pinterest:hover
{
    background: #cb2027;
    color: #fff;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link.twitter:hover
{
    background: #62addb;
    color: #fff;
}
.wp-theme-1 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-1 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-1 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-1 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .open > a, .wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover, .wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #2c2c2c;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .open > a .caret, .wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover .caret, .wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-1 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus
{
    background: none;
    color: #f99d2a;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    bottom: 100%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-right: -35px;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-left: -35px;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu
{
    min-width: 220px;
    background: #2c2c2c;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu > li
{
    border-bottom: 1px solid #262626;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu > li > a
{
    color: #fff;
    padding: 8px 15px;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox
{
    color: #fff;
}
.wp-theme-1 .navbar-wp.navbar-contrasted .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-1 .dropdown-submenu
{
    position: relative;
}
.wp-theme-1 .dropdown-submenu > .dropdown-menu
{
    top: -5px;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
.wp-theme-1 .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.wp-theme-1 .dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -6px;
}
.wp-theme-1 .dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.wp-theme-1 .dropdown-submenu.pull-left
{
    float: none;
}
.wp-theme-1 .dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
}
.wp-theme-1 .nav > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-theme-1 .nav > ul > li
{
    border-bottom: 1px solid #333;
}
.wp-theme-1 .nav > ul > li > a
{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
.wp-theme-1 .nav > ul > li > a:hover
{
    text-decoration: none;
    color: #f99d2a;
    background: #292929;
}
.wp-theme-1 .nav > ul > li > a > i
{
    margin-right: 5px;
}
.wp-theme-1 .lw .pg-opt
{
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}
.wp-theme-1 .ld .pg-opt
{
    border-bottom: 1px solid #444;
    background: #111;
}
.wp-theme-1 .pg-opt.fixed
{
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid #e0eded;
    z-index: 900;
}
.wp-theme-1 .pg-opt h2
{
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%;
}
.wp-theme-1 .pg-opt.fixed h2
{
    margin-bottom: 15px;
}
.wp-theme-1 .pg-opt hr
{
    margin: 0;
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc;
    box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-1 .pg-opt.fixed hr
{
    display: none;
}
.wp-theme-1 .pg-opt .breadcrumb
{
    float: right;
    margin: 0;
    padding: 16px 0;
    background: none;
    border-radius: 0;
}
.wp-theme-1 .pg-opt .breadcrumb a
{
    color: #f99d2a;
}

@media only screen and (max-width:767px)
{
    .wp-theme-1 .pg-opt .pg-nav
    {
        float: left;
        margin-bottom: 10px;
    }
    .wp-theme-1 .pg-opt h2
    {
        padding: 20px 0 0 0;
    }
}
.wp-theme-1 .page-header
{
    margin: 0;
    border: 0;
}
.wp-theme-1 .page-header p
{
    font-size: 16px;
}
.wp-theme-1 .w-box
{
    margin: 0 25px 15px 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}
.wp-theme-1 .w-box:before, .wp-theme-1 .w-box:after
{
    display: table;
    content: "";
}
.wp-theme-1 .w-box:after
{
    clear: both;
}
.wp-theme-1 .w-box h1
{
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
}
.wp-theme-1 .lw .w-box h2
{
    margin: 0;
    padding: 0px 15px 0px 15px;
    font-weight: 500;
    font-size: 25px;
    color: #00b6c9;
}
.wp-theme-1 .ld .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.wp-theme-1 .w-box.inner h2
{
    padding: 10px 0;
}
.wp-theme-1 .w-box small
{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.wp-theme-1 .w-box p
{
    margin: 6px 0;
    padding: 0 150px;
    padding-bottom: 8px;
}
.wp-theme-1 .w-box time
{
    display: block;
    padding: 8px 15px 0 15px;
}
.wp-theme-1 .w-box .w-footer
{
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.wp-theme-1 .w-box .w-footer:before, .wp-theme-1 .w-box .w-footer:after
{
    display: table;
    content: "";
}
.wp-theme-1 .w-box .w-footer:after
{
    clear: both;
}
.wp-theme-1 .w-box .w-footer small
{
    font-size: 12px;
}
.wp-theme-1 .w-box .w-box-parent
{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wp-theme-1 .w-box .date-over
{
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-weight: normal;
}
.wp-theme-1 .w-box .date-over.small
{
    padding: 4px 8px;
    font-size: 12px;
}
.wp-theme-1 .w-box .date-over strong
{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.wp-theme-1 .w-box.dark
{
    background: #333;
}
.wp-theme-1 .w-box.dark h2
{
    color: #fff;
}
.wp-theme-1 .w-box.white h2
{
    border-bottom: 0;
    text-align: center;
}
.wp-theme-1 .w-box.white .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.wp-theme-1 .lw .w-box.white
{
    background: #FFF;
}
.wp-theme-1 .lw .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-1 .ld .w-box.white
{
    background: #202020;
    border: 1px solid #444;
}
.wp-theme-1 .ld .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-1 .w-box.w-box-inverse .thmb-img i
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
}
.wp-theme-1 .lw .w-box.w-box-inverse .thmb-img i
{
    background: #fcfcfc;
    color: #f99d2a;
}
.wp-theme-1 .ld .w-box.w-box-inverse .thmb-img i
{
    background: #363636;
    color: #fff;
}
.wp-theme-1 .w-box.w-box-inverse .thmb-img:hover i
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-1 .c-box
{
    border: 1px solid #f99d2a;
}
.wp-theme-1 .c-box .c-box-header
{
    padding: 10px 15px;
    background: #f99d2a;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-theme-1 .c-box .table
{
    margin: 0;
}
.wp-theme-1 .ld .w-section h4, .wp-theme-1 .ld .w-section h3, .wp-theme-1 .ld .w-section h2
{
    color: #fff;
}
.wp-theme-1 .w-section .aside-feature
{
    margin: 10px;
    cursor: default;
}
.wp-theme-1 .w-section .aside-feature .icon-feature
{
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.wp-theme-1 .w-section .aside-feature:hover .icon-feature, .wp-theme-1 .w-section .aside-feature:hover h4
{
    color: #f99d2a;
}
.wp-theme-1 .w-section .aside-feature .img-feature
{
    margin-top: 4px;
    display: block;
}
.wp-theme-1 .w-section .aside-feature .img-feature img
{
    width: 78px;
}
.wp-theme-1 .layer-slider-wrapper
{
    overflow: hidden;
    border-bottom: 1px solid #e0eded;
    width: 100%;
    height: 100%;
}
.wp-theme-1 .layer-slider-wrapper-no-border
{
   border-bottom:1px solid #f7a93a !important; 
}

.wp-theme-1 .layer-slider-wrapper #layerslider
{
    height: auto;
}

.wp-theme-1 .layer-slider-wrapper .title
{
    padding: 20px 0;
}

.wp-theme-1 .layer-slider-wrapper .title h1
{
    font-size: 54px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.wp-theme-1 .layer-slider-wrapper .title h2
{
    font-size: 48px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    float: left;
}
.wp-theme-1 .layer-slider-wrapper .title h3
{
    font-size: 35px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-weight: regular;
}

.wp-theme-1 .layer-slider-wrapper .title.title-base
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FFF;
    background: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .title.title-dark
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .subtitle
{
    font-size: 22px;
    line-height: 30px;
    color: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .list-item
{
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .text-standard
{
    font-size: 16px;
    line-height: 22px;
}
.wp-theme-1 .box-element
{
    padding: 20px;
}
.wp-theme-1 .box-element:nth-child(n+1)
{
    margin-top: 20px;
}
.wp-theme-1 .box-element h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.wp-theme-1 .box-element.box-element-bordered
{
    background: transparent !important;
    border: 1px solid #f99d2a;
}
.wp-theme-1 .box-element.box-element-outer
{
    padding-left: 0;
    padding-right: 0;
}
.wp-theme-1 .pricing-plans .plan-header .popular-tag
{
    background: #333;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
/*
.wp-theme-1 .carousel-2 {
	position: relative
}
.wp-theme-1 .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-1 .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-1 .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
.wp-theme-1 .carousel-2 .carousel-indicators .active {
	background-color: #f99d2a
}
.wp-theme-1 .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-1 .carousel-2 h2 {
	font-size: 22px
}
.wp-theme-1 .carousel-2 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #f99d2a;
	opacity: 1
}
.wp-theme-1 .carousel-2 .carousel-nav a:hover {
	background: #f99d2a !important;
	color: #fff
}
.wp-theme-1 .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-1 .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-1 .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-1 .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-1 .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-1 .carousel-3 {
	position: relative
}
.wp-theme-1 .carousel-3 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #f99d2a;
	opacity: 1
}
.wp-theme-1 .carousel-3 .carousel-nav a:hover {
	background: #f99d2a !important;
	color: #fff
}
.wp-theme-1 .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-1 .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-1 .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-1 .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
*/
.wp-theme-1 .like-button .button
{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}
.wp-theme-1 .like-button .button i
{
    font-size: 20px;
    color: #ddd;
}
.wp-theme-1 .like-button .button.liked i
{
    color: #f99d2a;
}
.wp-theme-1 .like-button .count
{
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}
.wp-theme-1 .like-button.inline .button
{
    display: inline-block;
    padding: 0;
}
.wp-theme-1 .like-button.inline .count
{
    display: inline-block;
    top: -2px;
}
.wp-theme-1 .like-button.inline .count small
{
    font-size: 13px;
}
.wp-theme-1 .side-like-box
{
    text-align: center;
    padding: 5px 5px 0 5px;
    margin-top: 10px;
}
.wp-theme-1 .side-like-box .button
{
    text-align: center;
    padding: 0;
}
.wp-theme-1 .side-like-box .count
{
    text-align: center;
}
.wp-theme-1 .side-like-box i
{
    font-size: 24px;
}
.wp-theme-1 ul.list-listings
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.wp-theme-1 ul.list-listings li
{
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.wp-theme-1 ul.list-listings li.featured
{
    border-color: #f99d2a;
}
.wp-theme-1 ul.list-listings li:before, .wp-theme-1 ul.list-listings li:after
{
    content: "";
    display: table;
}
.wp-theme-1 ul.list-listings li:after
{
    clear: both;
}
.wp-theme-1 ul.list-listings .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-theme-1 ul.list-listings .listing-image
{
    width: 25%;
    height: 150px;
    float: left;
    overflow: hidden;
}
.wp-theme-1 ul.list-listings .listing-body
{
    width: 50%;
    height: 150px;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc;
}
.wp-theme-1 ul.list-listings .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.wp-theme-1 ul.list-listings .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.wp-theme-1 ul.list-listings .listing-actions
{
    width: 25%;
    height: 110px;
    padding-top: 40px;
    float: left;
    text-align: center;
}
.wp-theme-1 ul.list-listings .listing-actions .btn
{
    margin-top: 6px;
}
.wp-theme-1 ul.list-check
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.wp-theme-1 ul.list-check li
{
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
.wp-theme-1 ul.list-check li i
{
    color: #f99d2a;
    font-style: normal;
    margin-right: 4px;
}
.wp-theme-1 ul.list-check li span
{
    font-size: 14px;
}
.wp-theme-1 ul.categories
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
.wp-theme-1 ul.categories li
{
    border-bottom: 1px solid #e0eded;
    position: reltive;
}
.wp-theme-1 ul.categories li:last-child
{
    border: 0;
}
.wp-theme-1 ul.categories li a
{
    display: block;
    padding: 10px 15px;
    color: #616161;
}
.wp-theme-1 ul.categories li a:after
{
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.wp-theme-1 ul.categories li a:hover
{
    background: #f99d2a;
    color: #FFF;
    text-decoration: none;
}
.wp-theme-1 ul.categories li a i
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-style: normal;
    color: #999;
    font-size: 11px;
}
.wp-theme-1 ul.categories li a:hover i
{
    color: #FFF;
}
.wp-theme-1 .timeline .year
{
    width: 100%;
    background: #333;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
}
.wp-theme-1 .timeline .year
{
    border-radius: 3px;
}
.wp-theme-1 .timeline .event
{
    padding: 0;
    border: 1px solid #e0eded;
    border-radius: 0;
}
.wp-theme-1 .timeline .event:nth-child(2n):before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -6.8% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #f99d2a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-1 .timeline .event:nth-child(2n-1):after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.wp-theme-1 .timeline .event:nth-child(2n-1):before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -6.5% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #f99d2a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-1 .timeline .event-date
{
    margin: 0;
    background: #FFF;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
}
.wp-theme-1 .timeline .event:nth-child(2n) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-1 .timeline .event:nth-child(2n) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-1 .timeline .event:nth-child(2n-1) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-1 .timeline .event:nth-child(2n-1) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -13px;
    width: 0;
    height: 0;
    border-right: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-1 .timeline .event-date small
{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: normal;
}
.wp-theme-1 .timeline .event-date i
{
    margin-right: 7px;
}
.wp-theme-1 .timeline .event-body
{
    background: #f8f8f8;
}
.wp-theme-1 .timeline .event-footer
{
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    background: none;
    border-top: 1px solid #e0eded;
}
.wp-theme-1 .timeline .event-footer:after, .wp-theme-1 .timeline .event-footer:before
{
    display: table;
    content: " ";
}
.wp-theme-1 .timeline .event-footer:after
{
    clear: both;
}
.wp-theme-1 .timeline .event img
{
    margin: 0;
}
.wp-theme-1 .timeline p
{
    padding: 20px 10px;
    text-align: left;
}
.wp-theme-1 .timeline iframe
{
    margin: 10px 0 0 0;
}
.wp-theme-1 #toTop {
	display: block;
	text-decoration: none;
	position: fixed;
	bottom: -50px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-1 #toTopHover {
	bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
.wp-theme-1 #toTop:active, .wp-theme-DP #toTop:focus {
	outline: none
}
.wp-theme-1 #toTop:before {
	font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}

.wp-theme-1 #toTop.visible {
	bottom: -10px;
}

.wp-theme-1 #toTop:hover {
	bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
}

.wp-theme-1 #toTop:not(.visible) { bottom: -50px !important; } 
.wp-theme-1 .widget.tags-wr
{
    padding-bottom: 15px;
}
.wp-theme-1 .tags-list:before, .wp-theme-1 .tags-list:after
{
    display: table;
    content: "";
}
.wp-theme-1 .tags-list:after
{
    clear: both;
}
.wp-theme-1 .tags-list
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wp-theme-1 .tags-list li
{
    border: 1px solid #f99d2a;
    background: #FFF;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #f99d2a;
    font-size: 12px;
}
.wp-theme-1 .tags-list li a
{
    color: #f99d2a;
    margin-left: 4px;
}
.wp-theme-1 .tags-list li:hover
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-1 .tags-list li:hover a
{
    color: #FFF;
    text-decoration: none;
}
.wp-theme-2 .btn
{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wp-theme-2 .btn i
{
    margin-right: 4px;
}
.wp-theme-2 .btn-lg
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.wp-theme-2 .btn-lg i
{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.wp-theme-2 .btn-xs
{
    padding: 4px 10px;
}
.wp-theme-2 .btn-one
{
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.wp-theme-2 .btn-one:hover, .wp-theme-2 .btn-one:focus, .wp-theme-2 .btn-one:active, .wp-theme-2 .btn-one.active, .wp-theme-2 .open .dropdown-toggle.btn-one
{
    color: #563d7c;
    background-color: #FFF;
    border-color: #FFF;
}
.wp-theme-2 .btn-one:active, .wp-theme-2 .btn-one.active, .wp-theme-2 .open .dropdown-toggle.btn-one
{
    background-image: none;
}
.wp-theme-2 .btn-two
{
    color: #ffffff;
    background-color: #563d7c;
    border: 1px solid;
    border-color: #4c3372;
}
.wp-theme-2 .btn-two:hover, .wp-theme-2 .btn-two:focus, .wp-theme-2 .btn-two:active, .wp-theme-2 .btn-two.active, .wp-theme-2 .open .dropdown-toggle.btn-two
{
    color: #ffffff;
    background-color: #422968;
    border-color: #422968;
}
.wp-theme-2 .btn-two:active, .wp-theme-2 .btn-two.active, .wp-theme-2 .open .dropdown-toggle.btn-two
{
    background-image: none;
}
.wp-theme-2 .btn-three
{
    color: #ffffff;
    background-color: #333;
    border: 1px solid;
    border-color: #292929;
}
.wp-theme-2 .btn-three:hover, .wp-theme-2 .btn-three:focus, .wp-theme-2 .btn-three:active, .wp-theme-2 .btn-three.active, .wp-theme-2 .open .dropdown-toggle.btn-three
{
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
.wp-theme-2 .btn-three:active, .wp-theme-2 .btn-three.active, .wp-theme-2 .open .dropdown-toggle.btn-three
{
    background-image: none;
}
.wp-theme-2 .btn-four
{
    background-color: none;
    border: 2px solid #563d7c;
    color: #563d7c;
}
.wp-theme-2 .btn-four:hover, .wp-theme-2 .btn-four:focus, .wp-theme-2 .btn-four:active, .wp-theme-2 .btn-four.active, .wp-theme-2 .open .dropdown-toggle.btn-four
{
    color: #FFF;
    background-color: #563d7c;
}
.wp-theme-2 .btn-four:active, .wp-theme-2 .btn-four.active, .wp-theme-2 .open .dropdown-toggle.btn-four
{
    background-image: none;
}
.wp-theme-2 h1, .wp-theme-2 h2, .wp-theme-2 h3, .wp-theme-2 h4, .wp-theme-2 h5, .wp-theme-2 h6
{
    font-family: "Roboto" , sans-serif !important;
}
.wp-theme-2 p
{
    line-height: 22px;
}
.wp-theme-2 a
{
    color: #2ba3b4;
    cursor: pointer;
    text-decoration: none;
}
.wp-theme-2 a:hover
{
    color: #f99104;
    text-decoration: underline;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .35s;
}
.wp-theme-2 .bg-2
{
    background: #563d7c;
    color: #FFF;
}
.wp-theme-2 .lw .bg-5
{
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-2 .ld .bg-5
{
    background: #363636;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.wp-theme-2 .lw .bg-3
{
    background: #fff;
    color: #616161;
}
.wp-theme-2 .ld .bg-3
{
    background: #202020;
    color: #888;
}
.wp-theme-2 .bg-4
{
    background: #333;
    color: #FFF;
}
.wp-theme-2 .dark
{
    background: #333;
    color: #FFF;
}
.wp-theme-2 .red
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-2 .orange
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-2 .green
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-2 .blue
{
    background: #3498db;
    color: #FFF;
}
.wp-theme-2 .light
{
    background: #fff;
    color: #616161 !important;
}
.wp-theme-2 .blockquote-1:hover
{
    border-color: #563d7c;
}
.wp-theme-2 .blockquote-1 p
{
    font-size: 13px;
}
.wp-theme-2 .section-title
{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-2 .lw .section-title
{
    color: #333;
}
.wp-theme-2 .ld .section-title
{
    color: #fff;
}
.wp-theme-2 .section-title.white
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wp-theme-2 .navbar-wp
{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}
.wp-theme-2 .lw .navbar-wp
{
    background: #fff;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-2 .ld .navbar-wp
{
    background: #181818;
    border-bottom: 1px solid #444;
}
.wp-theme-2 .ld .sticky-wrapper .navbar-wp
{
    background: rgba(24,24,24,0.85);
    border-bottom: 1px solid #444;
}
.wp-theme-2 .navbar-wp .navbar-nav > li > a
{
    padding: 28px 16px;
    margin-right: 0;
    font-size: 15px;
    font-weight: normal;
}
.wp-theme-2 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-2 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-2 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-2 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #333;
}
.wp-theme-2 .lw .navbar-wp .navbar-nav > li > a:hover, .wp-theme-2 .lw .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #563d7c;
}
.wp-theme-2 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-2 .ld .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #fff;
}
.wp-theme-2 .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-2 .ld .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #563d7c;
}
.wp-theme-2 .navbar-wp .navbar-nav > .active > a, .wp-theme-2 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-2 .navbar-wp .navbar-nav > .active > a:focus
{
    color: #fff !important;
    background-color: #563d7c;
    border-radius: 0;
}
.wp-theme-2 .navbar-wp .navbar-nav > .disabled > a, .wp-theme-2 .navbar-wp .navbar-nav > .disabled > a:hover, .wp-theme-2 .navbar-wp .navbar-nav > .disabled > a:focus
{
    color: #cccccc;
    background-color: transparent;
}
.wp-theme-2 .navbar-wp .navbar-nav > .open > a, .wp-theme-2 .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-2 .navbar-wp .navbar-nav > .open > a:focus
{
    color: #FFF !important;
    background-color: #563d7c;
}
.wp-theme-2 .navbar-wp .navbar-nav > .open > a .caret, .wp-theme-2 .navbar-wp .navbar-nav > .open > a:hover .caret, .wp-theme-2 .navbar-wp .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-2 .navbar-wp .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-2 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-2 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-2 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #563d7c;
}
.wp-theme-2 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-2 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-2 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus
{
    color: #563d7c !important;
    background-color: none;
}
.wp-theme-2 .navbar-wp .navbar-toggle
{
    border-color: #333;
    margin-top: 20px;
}
.wp-theme-2 .navbar-wp .navbar-toggle .icon-bar
{
    background-color: #4c4c4c;
}
.wp-theme-2 .navbar-wp .navbar-toggle .icon-custom
{
    font-size: 18px;
}
.wp-theme-2 .navbar-wp .navbar-toggle:hover, .wp-theme-2 .navbar-wp .navbar-toggle:focus
{
    background-color: #563d7c;
    border-color: #563d7c;
}
.wp-theme-2 .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-2 .navbar-wp .navbar-toggle:focus .icon-bar
{
    background-color: #FFF;
}
.wp-theme-2 .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-2 .navbar-wp .navbar-toggle:focus .icon-custom
{
    color: #FFF;
}
.wp-theme-2 .navbar-wp .navbar-toggle-aside-menu
{
    padding: 8px 10px 2px 10px;
}
.wp-theme-2 .navbar-wp .navbar-collapse, .wp-theme-2 .navbar-wp .navbar-form
{
    border-color: #e7e7e7;
}
.wp-theme-2 .navbar-wp .navbar-nav > .dropdown > a:hover .caret, .wp-theme-2 .navbar-wp .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-2 .navbar-wp .dropdown-menu
{
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #563d7c;
    border-bottom: 3px solid #563d7c;
    border-radius: 0;
}
.wp-theme-2 .navbar-wp .dropdown-menu > li
{
    border-bottom: 1px solid #e0eded;
}
.wp-theme-2 .navbar-wp .dropdown-menu > li:last-child
{
    border: 0;
}
.wp-theme-2 .navbar-wp .dropdown-menu > li > a
{
    color: #333;
    padding: 8px 15px;
}
.wp-theme-2 .navbar-wp .dropdown-menu > li > a:hover
{
    background: #563d7c;
    color: #FFF;
}
.wp-theme-2 .navbar-wp .dropdown-menu label.checkbox
{
    color: #333;
}
.wp-theme-2 .navbar-wp .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-2 .navbar-wp .dropdown-menu-user
{
    border: 1px solid #e0eded;
    border-top-color: transparent;
}
.wp-theme-2 .navbar-wp .dropdown-menu-user
{
    background: #fff;
}
.wp-theme-2 .navbar-wp .navbar-right .dropdown-menu-user
{
    background: #fff;
    border-color: transparent;
}
.wp-theme-2 .navbar-wp .navbar-right .social-link
{
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    margin: 18px 0;
    border-radius: 100%;
}
.wp-theme-2 .navbar-wp .navbar-right .social-link.facebook:hover
{
    background: #43609c;
    color: #fff;
}
.wp-theme-2 .navbar-wp .navbar-right .social-link.pinterest:hover
{
    background: #cb2027;
    color: #fff;
}
.wp-theme-2 .navbar-wp .navbar-right .social-link.twitter:hover
{
    background: #62addb;
    color: #fff;
}
.wp-theme-2 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-2 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-2 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-2 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .open > a, .wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover, .wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #2c2c2c;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .open > a .caret, .wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover .caret, .wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-2 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus
{
    background: none;
    color: #563d7c;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    bottom: 100%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-right: -35px;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-left: -35px;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu
{
    min-width: 220px;
    background: #2c2c2c;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu > li
{
    border-bottom: 1px solid #262626;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu > li > a
{
    color: #fff;
    padding: 8px 15px;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover
{
    background: #563d7c;
    color: #FFF;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox
{
    color: #fff;
}
.wp-theme-2 .navbar-wp.navbar-contrasted .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-2 .dropdown-submenu
{
    position: relative;
}
.wp-theme-2 .dropdown-submenu > .dropdown-menu
{
    top: -5px;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
.wp-theme-2 .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.wp-theme-2 .dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -6px;
}
.wp-theme-2 .dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.wp-theme-2 .dropdown-submenu.pull-left
{
    float: none;
}
.wp-theme-2 .dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
}
.wp-theme-2 .nav > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-theme-2 .nav > ul > li
{
    border-bottom: 1px solid #333;
}
.wp-theme-2 .nav > ul > li > a
{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
.wp-theme-2 .nav > ul > li > a:hover
{
    text-decoration: none;
    color: #563d7c;
    background: #292929;
}
.wp-theme-2 .nav > ul > li > a > i
{
    margin-right: 5px;
}
.wp-theme-2 .lw .pg-opt
{
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}
.wp-theme-2 .ld .pg-opt
{
    border-bottom: 1px solid #444;
    background: #111;
}
.wp-theme-2 .pg-opt.fixed
{
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid #e0eded;
    z-index: 900;
}
.wp-theme-2 .pg-opt h2
{
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%;
}
.wp-theme-2 .pg-opt.fixed h2
{
    margin-bottom: 15px;
}
.wp-theme-2 .pg-opt hr
{
    margin: 0;
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc;
    box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-2 .pg-opt.fixed hr
{
    display: none;
}
.wp-theme-2 .pg-opt .breadcrumb
{
    float: right;
    margin: 0;
    padding: 16px 0;
    background: none;
    border-radius: 0;
}
.wp-theme-2 .pg-opt .breadcrumb a
{
    color: #563d7c;
}

@media only screen and (max-width:767px)
{
    .wp-theme-2 .pg-opt .pg-nav
    {
        float: left;
        margin-bottom: 10px;
    }
    .wp-theme-2 .pg-opt h2
    {
        padding: 20px 0 0 0;
    }
}
.wp-theme-2 .page-header
{
    margin: 0;
    border: 0;
}
.wp-theme-2 .page-header p
{
    font-size: 16px;
}
.wp-theme-2 .w-box
{
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}
.wp-theme-2 .w-box:before, .wp-theme-2 .w-box:after
{
    display: table;
    content: "";
}
.wp-theme-2 .w-box:after
{
    clear: both;
}
.wp-theme-2 .w-box h1
{
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
}
.wp-theme-2 .lw .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.wp-theme-2 .ld .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.wp-theme-2 .w-box.inner h2
{
    padding: 10px 0;
}
.wp-theme-2 .w-box small
{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.wp-theme-2 .w-box p
{
    margin: 6px 0;
    padding: 0 15px;
    padding-bottom: 8px;
}
.wp-theme-2 .w-box time
{
    display: block;
    padding: 8px 15px 0 15px;
}
.wp-theme-2 .w-box .w-footer
{
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.wp-theme-2 .w-box .w-footer:before, .wp-theme-2 .w-box .w-footer:after
{
    display: table;
    content: "";
}
.wp-theme-2 .w-box .w-footer:after
{
    clear: both;
}
.wp-theme-2 .w-box .w-footer small
{
    font-size: 12px;
}
.wp-theme-2 .w-box .w-box-parent
{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wp-theme-2 .w-box .date-over
{
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-weight: normal;
}
.wp-theme-2 .w-box .date-over.small
{
    padding: 4px 8px;
    font-size: 12px;
}
.wp-theme-2 .w-box .date-over strong
{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.wp-theme-2 .w-box.dark
{
    background: #333;
}
.wp-theme-2 .w-box.dark h2
{
    color: #fff;
}
.wp-theme-2 .w-box.white h2
{
    border-bottom: 0;
    text-align: center;
}
.wp-theme-2 .w-box.white .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.wp-theme-2 .lw .w-box.white
{
    background: #FFF;
}
.wp-theme-2 .lw .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-2 .ld .w-box.white
{
    background: #202020;
    border: 1px solid #444;
}
.wp-theme-2 .ld .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-2 .w-box.w-box-inverse .thmb-img i
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
}
.wp-theme-2 .lw .w-box.w-box-inverse .thmb-img i
{
    background: #fcfcfc;
    color: #563d7c;
}
.wp-theme-2 .ld .w-box.w-box-inverse .thmb-img i
{
    background: #363636;
    color: #fff;
}
.wp-theme-2 .w-box.w-box-inverse .thmb-img:hover i
{
    background: #563d7c;
    color: #FFF;
}
.wp-theme-2 .c-box
{
    border: 1px solid #563d7c;
}
.wp-theme-2 .c-box .c-box-header
{
    padding: 10px 15px;
    background: #563d7c;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-theme-2 .c-box .table
{
    margin: 0;
}
.wp-theme-2 .ld .w-section h4, .wp-theme-2 .ld .w-section h3, .wp-theme-2 .ld .w-section h2
{
    color: #fff;
}
.wp-theme-2 .w-section .aside-feature
{
    margin: 10px;
    cursor: default;
}
.wp-theme-2 .w-section .aside-feature .icon-feature
{
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.wp-theme-2 .w-section .aside-feature:hover .icon-feature, .wp-theme-2 .w-section .aside-feature:hover h4
{
    color: #563d7c;
}
.wp-theme-2 .w-section .aside-feature .img-feature
{
    margin-top: 4px;
    display: block;
}
.wp-theme-2 .w-section .aside-feature .img-feature img
{
    width: 78px;
}
.wp-theme-2 .layer-slider-wrapper
{
    max-height: 500px;
    overflow: hidden;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-2 .layer-slider-wrapper .title
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-2 .layer-slider-wrapper .title.title-base
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FFF;
    background: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-2 .layer-slider-wrapper .title.title-dark
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-2 .layer-slider-wrapper .subtitle
{
    font-size: 22px;
    line-height: 30px;
    color: #563d7c;
    text-transform: capitalize;
}
.wp-theme-2 .layer-slider-wrapper .list-item
{
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #563d7c;
    text-transform: capitalize;
}
.wp-theme-2 .layer-slider-wrapper .text-standard
{
    font-size: 16px;
    line-height: 22px;
}
.wp-theme-2 .box-element
{
    padding: 20px;
}
.wp-theme-2 .box-element:nth-child(n+1)
{
    margin-top: 20px;
}
.wp-theme-2 .box-element h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.wp-theme-2 .box-element.box-element-bordered
{
    background: transparent !important;
    border: 1px solid #563d7c;
}
.wp-theme-2 .box-element.box-element-outer
{
    padding-left: 0;
    padding-right: 0;
}
.wp-theme-2 .pricing-plans .plan-header .popular-tag
{
    background: #333;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
/*
.wp-theme-2 .carousel-2 {
	position: relative
}
.wp-theme-2 .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-2 .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-2 .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
.wp-theme-2 .carousel-2 .carousel-indicators .active {
	background-color: #563d7c
}
.wp-theme-2 .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-2 .carousel-2 h2 {
	font-size: 22px
}
.wp-theme-2 .carousel-2 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #563d7c;
	opacity: 1
}
.wp-theme-2 .carousel-2 .carousel-nav a:hover {
	background: #563d7c !important;
	color: #fff
}
.wp-theme-2 .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-2 .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-2 .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-2 .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-2 .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-2 .carousel-3 {
	position: relative
}
.wp-theme-2 .carousel-3 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #563d7c;
	opacity: 1
}
.wp-theme-2 .carousel-3 .carousel-nav a:hover {
	background: #563d7c !important;
	color: #fff
}
.wp-theme-2 .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-2 .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-2 .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-2 .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
*/
.wp-theme-2 .like-button .button
{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}
.wp-theme-2 .like-button .button i
{
    font-size: 20px;
    color: #ddd;
}
.wp-theme-2 .like-button .button.liked i
{
    color: #563d7c;
}
.wp-theme-2 .like-button .count
{
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}
.wp-theme-2 .like-button.inline .button
{
    display: inline-block;
    padding: 0;
}
.wp-theme-2 .like-button.inline .count
{
    display: inline-block;
    top: -2px;
}
.wp-theme-2 .like-button.inline .count small
{
    font-size: 13px;
}
.wp-theme-2 .side-like-box
{
    text-align: center;
    padding: 5px 5px 0 5px;
    margin-top: 10px;
}
.wp-theme-2 .side-like-box .button
{
    text-align: center;
    padding: 0;
}
.wp-theme-2 .side-like-box .count
{
    text-align: center;
}
.wp-theme-2 .side-like-box i
{
    font-size: 24px;
}
.wp-theme-2 ul.list-listings
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.wp-theme-2 ul.list-listings li
{
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.wp-theme-2 ul.list-listings li.featured
{
    border-color: #563d7c;
}
.wp-theme-2 ul.list-listings li:before, .wp-theme-2 ul.list-listings li:after
{
    content: "";
    display: table;
}
.wp-theme-2 ul.list-listings li:after
{
    clear: both;
}
.wp-theme-2 ul.list-listings .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-theme-2 ul.list-listings .listing-image
{
    width: 25%;
    height: 150px;
    float: left;
    overflow: hidden;
}
.wp-theme-2 ul.list-listings .listing-body
{
    width: 50%;
    height: 150px;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc;
}
.wp-theme-2 ul.list-listings .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.wp-theme-2 ul.list-listings .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.wp-theme-2 ul.list-listings .listing-actions
{
    width: 25%;
    height: 110px;
    padding-top: 40px;
    float: left;
    text-align: center;
}
.wp-theme-2 ul.list-listings .listing-actions .btn
{
    margin-top: 6px;
}
.wp-theme-2 ul.list-check
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.wp-theme-2 ul.list-check li
{
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
.wp-theme-2 ul.list-check li i
{
    color: #563d7c;
    font-style: normal;
    margin-right: 4px;
}
.wp-theme-2 ul.list-check li span
{
    font-size: 14px;
}
.wp-theme-2 ul.categories
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
.wp-theme-2 ul.categories li
{
    border-bottom: 1px solid #e0eded;
    position: reltive;
}
.wp-theme-2 ul.categories li:last-child
{
    border: 0;
}
.wp-theme-2 ul.categories li a
{
    display: block;
    padding: 10px 15px;
}
.wp-theme-2 ul.categories li a:after
{
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.wp-theme-2 ul.categories li a:hover
{
    background: #563d7c;
    color: #FFF;
    text-decoration: none;
}
.wp-theme-2 ul.categories li a i
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-style: normal;
    color: #999;
    font-size: 11px;
}
.wp-theme-2 ul.categories li a:hover i
{
    color: #FFF;
}
.wp-theme-2 .timeline .year
{
    width: 100%;
    background: #333;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
}
.wp-theme-2 .timeline .year
{
    border-radius: 3px;
}
.wp-theme-2 .timeline .event
{
    padding: 0;
    border: 1px solid #e0eded;
    border-radius: 0;
}
.wp-theme-2 .timeline .event:nth-child(2n):before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -6.8% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #563d7c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-2 .timeline .event:nth-child(2n-1):after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.wp-theme-2 .timeline .event:nth-child(2n-1):before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -6.5% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #563d7c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-2 .timeline .event-date
{
    margin: 0;
    background: #FFF;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
}
.wp-theme-2 .timeline .event:nth-child(2n) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-2 .timeline .event:nth-child(2n) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-2 .timeline .event:nth-child(2n-1) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-2 .timeline .event:nth-child(2n-1) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -13px;
    width: 0;
    height: 0;
    border-right: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-2 .timeline .event-date small
{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: normal;
}
.wp-theme-2 .timeline .event-date i
{
    margin-right: 7px;
}
.wp-theme-2 .timeline .event-body
{
    background: #f8f8f8;
}
.wp-theme-2 .timeline .event-footer
{
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    background: none;
    border-top: 1px solid #e0eded;
}
.wp-theme-2 .timeline .event-footer:after, .wp-theme-2 .timeline .event-footer:before
{
    display: table;
    content: " ";
}
.wp-theme-2 .timeline .event-footer:after
{
    clear: both;
}
.wp-theme-2 .timeline .event img
{
    margin: 0;
}
.wp-theme-2 .timeline p
{
    padding: 20px 10px;
    text-align: left;
}
.wp-theme-2 .timeline iframe
{
    margin: 10px 0 0 0;
}
.wp-theme-2 #toTop
{
    display: block;
	text-decoration: none;
	position: fixed;
	bottom: -10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-2 #toTopHover
{
   bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
}
.wp-theme-2 #toTop:active, .wp-theme-2 #toTop:focus
{
    outline: none;
}
.wp-theme-2 #toTop:before
{
    font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}
.wp-theme-2 .widget.tags-wr
{
    padding-bottom: 15px;
}
.wp-theme-2 .tags-list:before, .wp-theme-2 .tags-list:after
{
    display: table;
    content: "";
}
.wp-theme-2 .tags-list:after
{
    clear: both;
}
.wp-theme-2 .tags-list
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wp-theme-2 .tags-list li
{
    border: 1px solid #563d7c;
    background: #FFF;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #563d7c;
    font-size: 12px;
}
.wp-theme-2 .tags-list li a
{
    color: #563d7c;
    margin-left: 4px;
}
.wp-theme-2 .tags-list li:hover
{
    background: #563d7c;
    color: #FFF;
}
.wp-theme-2 .tags-list li:hover a
{
    color: #FFF;
    text-decoration: none;
}
.wp-theme-3 .btn
{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wp-theme-3 .btn i
{
    margin-right: 4px;
}
.wp-theme-3 .btn-lg
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.wp-theme-3 .btn-lg i
{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.wp-theme-3 .btn-xs
{
    padding: 4px 10px;
}
.wp-theme-3 .btn-one
{
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.wp-theme-3 .btn-one:hover, .wp-theme-3 .btn-one:focus, .wp-theme-3 .btn-one:active, .wp-theme-3 .btn-one.active, .wp-theme-3 .open .dropdown-toggle.btn-one
{
    color: #59b2e5;
    background-color: #FFF;
    border-color: #FFF;
}
.wp-theme-3 .btn-one:active, .wp-theme-3 .btn-one.active, .wp-theme-3 .open .dropdown-toggle.btn-one
{
    background-image: none;
}
.wp-theme-3 .btn-two
{
    color: #ffffff;
    background-color: #59b2e5;
    border: 1px solid;
    border-color: #4fa8db;
}
.wp-theme-3 .btn-two:hover, .wp-theme-3 .btn-two:focus, .wp-theme-3 .btn-two:active, .wp-theme-3 .btn-two.active, .wp-theme-3 .open .dropdown-toggle.btn-two
{
    color: #ffffff;
    background-color: #459ed1;
    border-color: #459ed1;
}
.wp-theme-3 .btn-two:active, .wp-theme-3 .btn-two.active, .wp-theme-3 .open .dropdown-toggle.btn-two
{
    background-image: none;
}
.wp-theme-3 .btn-three
{
    color: #ffffff;
    background-color: #333;
    border: 1px solid;
    border-color: #292929;
}
.wp-theme-3 .btn-three:hover, .wp-theme-3 .btn-three:focus, .wp-theme-3 .btn-three:active, .wp-theme-3 .btn-three.active, .wp-theme-3 .open .dropdown-toggle.btn-three
{
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
.wp-theme-3 .btn-three:active, .wp-theme-3 .btn-three.active, .wp-theme-3 .open .dropdown-toggle.btn-three
{
    background-image: none;
}
.wp-theme-3 .btn-four
{
    background-color: none;
    border: 2px solid #59b2e5;
    color: #59b2e5;
}
.wp-theme-3 .btn-four:hover, .wp-theme-3 .btn-four:focus, .wp-theme-3 .btn-four:active, .wp-theme-3 .btn-four.active, .wp-theme-3 .open .dropdown-toggle.btn-four
{
    color: #FFF;
    background-color: #59b2e5;
}
.wp-theme-3 .btn-four:active, .wp-theme-3 .btn-four.active, .wp-theme-3 .open .dropdown-toggle.btn-four
{
    background-image: none;
}
.wp-theme-3 h1, .wp-theme-3 h2, .wp-theme-3 h3, .wp-theme-3 h4, .wp-theme-3 h5, .wp-theme-3 h6
{
    font-family: "Roboto" , sans-serif !important;
}
.wp-theme-3 p
{
    line-height: 22px;
}
.wp-theme-3 a
{
    color: #616161;
    cursor: pointer;
}
.wp-theme-3 a:hover
{
    color: #59b2e5;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .35s;
}
.wp-theme-3 .bg-2
{
    background: #59b2e5;
    color: #FFF;
}
.wp-theme-3 .lw .bg-5
{
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-3 .ld .bg-5
{
    background: #363636;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.wp-theme-3 .lw .bg-3
{
    background: #fff;
    color: #616161;
}
.wp-theme-3 .ld .bg-3
{
    background: #202020;
    color: #888;
}
.wp-theme-3 .bg-4
{
    background: #333;
    color: #FFF;
}
.wp-theme-3 .dark
{
    background: #333;
    color: #FFF;
}
.wp-theme-3 .red
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-3 .orange
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-3 .green
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-3 .blue
{
    background: #3498db;
    color: #FFF;
}
.wp-theme-3 .light
{
    background: #fff;
    color: #616161 !important;
}
.wp-theme-3 .blockquote-1:hover
{
    border-color: #59b2e5;
}
.wp-theme-3 .blockquote-1 p
{
    font-size: 13px;
}
.wp-theme-3 .section-title
{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-3 .lw .section-title
{
    color: #333;
}
.wp-theme-3 .ld .section-title
{
    color: #fff;
}
.wp-theme-3 .section-title.white
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wp-theme-3 .navbar-wp
{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}
.wp-theme-3 .lw .navbar-wp
{
    background: #fff;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-3 .ld .navbar-wp
{
    background: #181818;
    border-bottom: 1px solid #444;
}
.wp-theme-3 .ld .sticky-wrapper .navbar-wp
{
    background: rgba(24,24,24,0.85);
    border-bottom: 1px solid #444;
}
.wp-theme-3 .navbar-wp .navbar-nav > li > a
{
    padding: 28px 16px;
    margin-right: 0;
    font-size: 15px;
    font-weight: normal;
}
.wp-theme-3 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-3 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-3 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-3 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #333;
}
.wp-theme-3 .lw .navbar-wp .navbar-nav > li > a:hover, .wp-theme-3 .lw .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #59b2e5;
}
.wp-theme-3 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-3 .ld .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #fff;
}
.wp-theme-3 .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-3 .ld .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #59b2e5;
}
.wp-theme-3 .navbar-wp .navbar-nav > .active > a, .wp-theme-3 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-3 .navbar-wp .navbar-nav > .active > a:focus
{
    color: #fff !important;
    background-color: #59b2e5;
    border-radius: 0;
}
.wp-theme-3 .navbar-wp .navbar-nav > .disabled > a, .wp-theme-3 .navbar-wp .navbar-nav > .disabled > a:hover, .wp-theme-3 .navbar-wp .navbar-nav > .disabled > a:focus
{
    color: #cccccc;
    background-color: transparent;
}
.wp-theme-3 .navbar-wp .navbar-nav > .open > a, .wp-theme-3 .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-3 .navbar-wp .navbar-nav > .open > a:focus
{
    color: #FFF !important;
    background-color: #59b2e5;
}
.wp-theme-3 .navbar-wp .navbar-nav > .open > a .caret, .wp-theme-3 .navbar-wp .navbar-nav > .open > a:hover .caret, .wp-theme-3 .navbar-wp .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-3 .navbar-wp .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-3 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-3 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-3 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #59b2e5;
}
.wp-theme-3 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-3 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-3 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus
{
    color: #59b2e5 !important;
    background-color: none;
}
.wp-theme-3 .navbar-wp .navbar-toggle
{
    border-color: #333;
    margin-top: 20px;
}
.wp-theme-3 .navbar-wp .navbar-toggle .icon-bar
{
    background-color: #4c4c4c;
}
.wp-theme-3 .navbar-wp .navbar-toggle .icon-custom
{
    font-size: 18px;
}
.wp-theme-3 .navbar-wp .navbar-toggle:hover, .wp-theme-3 .navbar-wp .navbar-toggle:focus
{
    background-color: #59b2e5;
    border-color: #59b2e5;
}
.wp-theme-3 .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-3 .navbar-wp .navbar-toggle:focus .icon-bar
{
    background-color: #FFF;
}
.wp-theme-3 .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-3 .navbar-wp .navbar-toggle:focus .icon-custom
{
    color: #FFF;
}
.wp-theme-3 .navbar-wp .navbar-toggle-aside-menu
{
    padding: 8px 10px 2px 10px;
}
.wp-theme-3 .navbar-wp .navbar-collapse, .wp-theme-3 .navbar-wp .navbar-form
{
    border-color: #e7e7e7;
}
.wp-theme-3 .navbar-wp .navbar-nav > .dropdown > a:hover .caret, .wp-theme-3 .navbar-wp .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-3 .navbar-wp .dropdown-menu
{
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #59b2e5;
    border-bottom: 3px solid #59b2e5;
    border-radius: 0;
}
.wp-theme-3 .navbar-wp .dropdown-menu > li
{
    border-bottom: 1px solid #e0eded;
}
.wp-theme-3 .navbar-wp .dropdown-menu > li:last-child
{
    border: 0;
}
.wp-theme-3 .navbar-wp .dropdown-menu > li > a
{
    color: #333;
    padding: 8px 15px;
}
.wp-theme-3 .navbar-wp .dropdown-menu > li > a:hover
{
    background: #59b2e5;
    color: #FFF;
}
.wp-theme-3 .navbar-wp .dropdown-menu label.checkbox
{
    color: #333;
}
.wp-theme-3 .navbar-wp .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-3 .navbar-wp .dropdown-menu-user
{
    border: 1px solid #e0eded;
    border-top-color: transparent;
}
.wp-theme-3 .navbar-wp .dropdown-menu-user
{
    background: #fff;
}
.wp-theme-3 .navbar-wp .navbar-right .dropdown-menu-user
{
    background: #fff;
    border-color: transparent;
}
.wp-theme-3 .navbar-wp .navbar-right .social-link
{
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    margin: 18px 0;
    border-radius: 100%;
}
.wp-theme-3 .navbar-wp .navbar-right .social-link.facebook:hover
{
    background: #43609c;
    color: #fff;
}
.wp-theme-3 .navbar-wp .navbar-right .social-link.pinterest:hover
{
    background: #cb2027;
    color: #fff;
}
.wp-theme-3 .navbar-wp .navbar-right .social-link.twitter:hover
{
    background: #62addb;
    color: #fff;
}
.wp-theme-3 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-3 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-3 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-3 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .open > a, .wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover, .wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #2c2c2c;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .open > a .caret, .wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover .caret, .wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-3 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus
{
    background: none;
    color: #59b2e5;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    bottom: 100%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-right: -35px;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-left: -35px;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu
{
    min-width: 220px;
    background: #2c2c2c;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu > li
{
    border-bottom: 1px solid #262626;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu > li > a
{
    color: #fff;
    padding: 8px 15px;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover
{
    background: #59b2e5;
    color: #FFF;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox
{
    color: #fff;
}
.wp-theme-3 .navbar-wp.navbar-contrasted .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-3 .dropdown-submenu
{
    position: relative;
}
.wp-theme-3 .dropdown-submenu > .dropdown-menu
{
    top: -5px;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
.wp-theme-3 .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.wp-theme-3 .dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -6px;
}
.wp-theme-3 .dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.wp-theme-3 .dropdown-submenu.pull-left
{
    float: none;
}
.wp-theme-3 .dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
}
.wp-theme-3 .nav > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-theme-3 .nav > ul > li
{
    border-bottom: 1px solid #333;
}
.wp-theme-3 .nav > ul > li > a
{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
.wp-theme-3 .nav > ul > li > a:hover
{
    text-decoration: none;
    color: #59b2e5;
    background: #292929;
}
.wp-theme-3 .nav > ul > li > a > i
{
    margin-right: 5px;
}
.wp-theme-3 .lw .pg-opt
{
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}
.wp-theme-3 .ld .pg-opt
{
    border-bottom: 1px solid #444;
    background: #111;
}
.wp-theme-3 .pg-opt.fixed
{
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid #e0eded;
    z-index: 900;
}
.wp-theme-3 .pg-opt h2
{
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%;
}
.wp-theme-3 .pg-opt.fixed h2
{
    margin-bottom: 15px;
}
.wp-theme-3 .pg-opt hr
{
    margin: 0;
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc;
    box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-3 .pg-opt.fixed hr
{
    display: none;
}
.wp-theme-3 .pg-opt .breadcrumb
{
    float: right;
    margin: 0;
    padding: 16px 0;
    background: none;
    border-radius: 0;
}
.wp-theme-3 .pg-opt .breadcrumb a
{
    color: #59b2e5;
}

@media only screen and (max-width:767px)
{
    .wp-theme-3 .pg-opt .pg-nav
    {
        float: left;
        margin-bottom: 10px;
    }
    .wp-theme-3 .pg-opt h2
    {
        padding: 20px 0 0 0;
    }
}
.wp-theme-3 .page-header
{
    margin: 0;
    border: 0;
}
.wp-theme-3 .page-header p
{
    font-size: 16px;
}
.wp-theme-3 .w-box
{
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}
.wp-theme-3 .w-box:before, .wp-theme-3 .w-box:after
{
    display: table;
    content: "";
}
.wp-theme-3 .w-box:after
{
    clear: both;
}
.wp-theme-3 .w-box h1
{
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
}
.wp-theme-3 .lw .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.wp-theme-3 .ld .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.wp-theme-3 .w-box.inner h2
{
    padding: 10px 0;
}
.wp-theme-3 .w-box small
{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.wp-theme-3 .w-box p
{
    margin: 6px 0;
    padding: 0 15px;
    padding-bottom: 8px;
}
.wp-theme-3 .w-box time
{
    display: block;
    padding: 8px 15px 0 15px;
}
.wp-theme-3 .w-box .w-footer
{
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.wp-theme-3 .w-box .w-footer:before, .wp-theme-3 .w-box .w-footer:after
{
    display: table;
    content: "";
}
.wp-theme-3 .w-box .w-footer:after
{
    clear: both;
}
.wp-theme-3 .w-box .w-footer small
{
    font-size: 12px;
}
.wp-theme-3 .w-box .w-box-parent
{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wp-theme-3 .w-box .date-over
{
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-weight: normal;
}
.wp-theme-3 .w-box .date-over.small
{
    padding: 4px 8px;
    font-size: 12px;
}
.wp-theme-3 .w-box .date-over strong
{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.wp-theme-3 .w-box.dark
{
    background: #333;
}
.wp-theme-3 .w-box.dark h2
{
    color: #fff;
}
.wp-theme-3 .w-box.white h2
{
    border-bottom: 0;
    text-align: center;
}
.wp-theme-3 .w-box.white .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.wp-theme-3 .lw .w-box.white
{
    background: #FFF;
}
.wp-theme-3 .lw .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-3 .ld .w-box.white
{
    background: #202020;
    border: 1px solid #444;
}
.wp-theme-3 .ld .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-3 .w-box.w-box-inverse .thmb-img i
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
}
.wp-theme-3 .lw .w-box.w-box-inverse .thmb-img i
{
    background: #fcfcfc;
    color: #59b2e5;
}
.wp-theme-3 .ld .w-box.w-box-inverse .thmb-img i
{
    background: #363636;
    color: #fff;
}
.wp-theme-3 .w-box.w-box-inverse .thmb-img:hover i
{
    background: #59b2e5;
    color: #FFF;
}
.wp-theme-3 .c-box
{
    border: 1px solid #59b2e5;
}
.wp-theme-3 .c-box .c-box-header
{
    padding: 10px 15px;
    background: #59b2e5;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-theme-3 .c-box .table
{
    margin: 0;
}
.wp-theme-3 .ld .w-section h4, .wp-theme-3 .ld .w-section h3, .wp-theme-3 .ld .w-section h2
{
    color: #fff;
}
.wp-theme-3 .w-section .aside-feature
{
    margin: 10px;
    cursor: default;
}
.wp-theme-3 .w-section .aside-feature .icon-feature
{
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.wp-theme-3 .w-section .aside-feature:hover .icon-feature, .wp-theme-3 .w-section .aside-feature:hover h4
{
    color: #59b2e5;
}
.wp-theme-3 .w-section .aside-feature .img-feature
{
    margin-top: 4px;
    display: block;
}
.wp-theme-3 .w-section .aside-feature .img-feature img
{
    width: 78px;
}
.wp-theme-3 .layer-slider-wrapper
{
    max-height: 500px;
    overflow: hidden;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-3 .layer-slider-wrapper .title
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-3 .layer-slider-wrapper .title.title-base
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FFF;
    background: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-3 .layer-slider-wrapper .title.title-dark
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-3 .layer-slider-wrapper .subtitle
{
    font-size: 22px;
    line-height: 30px;
    color: #59b2e5;
    text-transform: capitalize;
}
.wp-theme-3 .layer-slider-wrapper .list-item
{
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #59b2e5;
    text-transform: capitalize;
}
.wp-theme-3 .layer-slider-wrapper .text-standard
{
    font-size: 16px;
    line-height: 22px;
}
.wp-theme-3 .box-element
{
    padding: 20px;
}
.wp-theme-3 .box-element:nth-child(n+1)
{
    margin-top: 20px;
}
.wp-theme-3 .box-element h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.wp-theme-3 .box-element.box-element-bordered
{
    background: transparent !important;
    border: 1px solid #59b2e5;
}
.wp-theme-3 .box-element.box-element-outer
{
    padding-left: 0;
    padding-right: 0;
}
.wp-theme-3 .pricing-plans .plan-header .popular-tag
{
    background: #333;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
/*
.wp-theme-3 .carousel-2 {
	position: relative
}
.wp-theme-3 .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-3 .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-3 .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
.wp-theme-3 .carousel-2 .carousel-indicators .active {
	background-color: #59b2e5
}
.wp-theme-3 .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-3 .carousel-2 h2 {
	font-size: 22px
}
.wp-theme-3 .carousel-2 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #59b2e5;
	opacity: 1
}
.wp-theme-3 .carousel-2 .carousel-nav a:hover {
	background: #59b2e5 !important;
	color: #fff
}
.wp-theme-3 .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-3 .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-3 .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-3 .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-3 .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-3 .carousel-3 {
	position: relative
}
.wp-theme-3 .carousel-3 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #59b2e5;
	opacity: 1
}
.wp-theme-3 .carousel-3 .carousel-nav a:hover {
	background: #59b2e5 !important;
	color: #fff
}
.wp-theme-3 .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-3 .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-3 .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-3 .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
*/
.wp-theme-3 .like-button .button
{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}
.wp-theme-3 .like-button .button i
{
    font-size: 20px;
    color: #ddd;
}
.wp-theme-3 .like-button .button.liked i
{
    color: #59b2e5;
}
.wp-theme-3 .like-button .count
{
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}
.wp-theme-3 .like-button.inline .button
{
    display: inline-block;
    padding: 0;
}
.wp-theme-3 .like-button.inline .count
{
    display: inline-block;
    top: -2px;
}
.wp-theme-3 .like-button.inline .count small
{
    font-size: 13px;
}
.wp-theme-3 .side-like-box
{
    text-align: center;
    padding: 5px 5px 0 5px;
    margin-top: 10px;
}
.wp-theme-3 .side-like-box .button
{
    text-align: center;
    padding: 0;
}
.wp-theme-3 .side-like-box .count
{
    text-align: center;
}
.wp-theme-3 .side-like-box i
{
    font-size: 24px;
}
.wp-theme-3 ul.list-listings
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.wp-theme-3 ul.list-listings li
{
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.wp-theme-3 ul.list-listings li.featured
{
    border-color: #59b2e5;
}
.wp-theme-3 ul.list-listings li:before, .wp-theme-3 ul.list-listings li:after
{
    content: "";
    display: table;
}
.wp-theme-3 ul.list-listings li:after
{
    clear: both;
}
.wp-theme-3 ul.list-listings .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-theme-3 ul.list-listings .listing-image
{
    width: 25%;
    height: 150px;
    float: left;
    overflow: hidden;
}
.wp-theme-3 ul.list-listings .listing-body
{
    width: 50%;
    height: 150px;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc;
}
.wp-theme-3 ul.list-listings .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.wp-theme-3 ul.list-listings .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.wp-theme-3 ul.list-listings .listing-actions
{
    width: 25%;
    height: 110px;
    padding-top: 40px;
    float: left;
    text-align: center;
}
.wp-theme-3 ul.list-listings .listing-actions .btn
{
    margin-top: 6px;
}
.wp-theme-3 ul.list-check
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.wp-theme-3 ul.list-check li
{
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
.wp-theme-3 ul.list-check li i
{
    color: #59b2e5;
    font-style: normal;
    margin-right: 4px;
}
.wp-theme-3 ul.list-check li span
{
    font-size: 14px;
}
.wp-theme-3 ul.categories
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
.wp-theme-3 ul.categories li
{
    border-bottom: 1px solid #e0eded;
    position: reltive;
}
.wp-theme-3 ul.categories li:last-child
{
    border: 0;
}
.wp-theme-3 ul.categories li a
{
    display: block;
    padding: 10px 15px;
}
.wp-theme-3 ul.categories li a:after
{
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.wp-theme-3 ul.categories li a:hover
{
    background: #59b2e5;
    color: #FFF;
    text-decoration: none;
}
.wp-theme-3 ul.categories li a i
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-style: normal;
    color: #999;
    font-size: 11px;
}
.wp-theme-3 ul.categories li a:hover i
{
    color: #FFF;
}
.wp-theme-3 .timeline .year
{
    width: 100%;
    background: #333;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
}
.wp-theme-3 .timeline .year
{
    border-radius: 3px;
}
.wp-theme-3 .timeline .event
{
    padding: 0;
    border: 1px solid #e0eded;
    border-radius: 0;
}
.wp-theme-3 .timeline .event:nth-child(2n):before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -6.8% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #59b2e5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-3 .timeline .event:nth-child(2n-1):after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.wp-theme-3 .timeline .event:nth-child(2n-1):before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -6.5% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #59b2e5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-3 .timeline .event-date
{
    margin: 0;
    background: #FFF;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
}
.wp-theme-3 .timeline .event:nth-child(2n) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-3 .timeline .event:nth-child(2n) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-3 .timeline .event:nth-child(2n-1) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-3 .timeline .event:nth-child(2n-1) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -13px;
    width: 0;
    height: 0;
    border-right: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-3 .timeline .event-date small
{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: normal;
}
.wp-theme-3 .timeline .event-date i
{
    margin-right: 7px;
}
.wp-theme-3 .timeline .event-body
{
    background: #f8f8f8;
}
.wp-theme-3 .timeline .event-footer
{
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    background: none;
    border-top: 1px solid #e0eded;
}
.wp-theme-3 .timeline .event-footer:after, .wp-theme-3 .timeline .event-footer:before
{
    display: table;
    content: " ";
}
.wp-theme-3 .timeline .event-footer:after
{
    clear: both;
}
.wp-theme-3 .timeline .event img
{
    margin: 0;
}
.wp-theme-3 .timeline p
{
    padding: 20px 10px;
    text-align: left;
}
.wp-theme-3 .timeline iframe
{
    margin: 10px 0 0 0;
}
.wp-theme-3 #toTop
{
    display: block;
	text-decoration: none;
	position: fixed;
	bottom: -10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-3 #toTopHover
{
   bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
}
.wp-theme-3 #toTop:active, .wp-theme-3 #toTop:focus
{
    outline: none;
}
.wp-theme-3 #toTop:before
{
   font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}
.wp-theme-3 .widget.tags-wr
{
    padding-bottom: 15px;
}
.wp-theme-3 .tags-list:before, .wp-theme-3 .tags-list:after
{
    display: table;
    content: "";
}
.wp-theme-3 .tags-list:after
{
    clear: both;
}
.wp-theme-3 .tags-list
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wp-theme-3 .tags-list li
{
    border: 1px solid #59b2e5;
    background: #FFF;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #59b2e5;
    font-size: 12px;
}
.wp-theme-3 .tags-list li a
{
    color: #59b2e5;
    margin-left: 4px;
}
.wp-theme-3 .tags-list li:hover
{
    background: #59b2e5;
    color: #FFF;
}
.wp-theme-3 .tags-list li:hover a
{
    color: #FFF;
    text-decoration: none;
}
.wp-theme-4 .btn
{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wp-theme-4 .btn i
{
    margin-right: 4px;
}
.wp-theme-4 .btn-lg
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.wp-theme-4 .btn-lg i
{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.wp-theme-4 .btn-xs
{
    padding: 4px 10px;
}
.wp-theme-4 .btn-one
{
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.wp-theme-4 .btn-one:hover, .wp-theme-4 .btn-one:focus, .wp-theme-4 .btn-one:active, .wp-theme-4 .btn-one.active, .wp-theme-4 .open .dropdown-toggle.btn-one
{
    color: #8ec449;
    background-color: #FFF;
    border-color: #FFF;
}
.wp-theme-4 .btn-one:active, .wp-theme-4 .btn-one.active, .wp-theme-4 .open .dropdown-toggle.btn-one
{
    background-image: none;
}
.wp-theme-4 .btn-two
{
    color: #ffffff;
    background-color: #8ec449;
    border: 1px solid;
    border-color: #84ba3f;
}
.wp-theme-4 .btn-two:hover, .wp-theme-4 .btn-two:focus, .wp-theme-4 .btn-two:active, .wp-theme-4 .btn-two.active, .wp-theme-4 .open .dropdown-toggle.btn-two
{
    color: #ffffff;
    background-color: #7ab035;
    border-color: #7ab035;
}
.wp-theme-4 .btn-two:active, .wp-theme-4 .btn-two.active, .wp-theme-4 .open .dropdown-toggle.btn-two
{
    background-image: none;
}
.wp-theme-4 .btn-three
{
    color: #ffffff;
    background-color: #333;
    border: 1px solid;
    border-color: #292929;
}
.wp-theme-4 .btn-three:hover, .wp-theme-4 .btn-three:focus, .wp-theme-4 .btn-three:active, .wp-theme-4 .btn-three.active, .wp-theme-4 .open .dropdown-toggle.btn-three
{
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
.wp-theme-4 .btn-three:active, .wp-theme-4 .btn-three.active, .wp-theme-4 .open .dropdown-toggle.btn-three
{
    background-image: none;
}
.wp-theme-4 .btn-four
{
    background-color: none;
    border: 2px solid #8ec449;
    color: #8ec449;
}
.wp-theme-4 .btn-four:hover, .wp-theme-4 .btn-four:focus, .wp-theme-4 .btn-four:active, .wp-theme-4 .btn-four.active, .wp-theme-4 .open .dropdown-toggle.btn-four
{
    color: #FFF;
    background-color: #8ec449;
}
.wp-theme-4 .btn-four:active, .wp-theme-4 .btn-four.active, .wp-theme-4 .open .dropdown-toggle.btn-four
{
    background-image: none;
}
.wp-theme-4 h1, .wp-theme-4 h2, .wp-theme-4 h3, .wp-theme-4 h4, .wp-theme-4 h5, .wp-theme-4 h6
{
    font-family: "Roboto" , sans-serif !important;
}
.wp-theme-4 p
{
    line-height: 22px;
}
.wp-theme-4 a
{
    color: #616161;
    cursor: pointer;
}
.wp-theme-4 a:hover
{
    color: #8ec449;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .35s;
}
.wp-theme-4 .bg-2
{
    background: #8ec449;
    color: #FFF;
}
.wp-theme-4 .lw .bg-5
{
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-4 .ld .bg-5
{
    background: #363636;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.wp-theme-4 .lw .bg-3
{
    background: #fff;
    color: #616161;
}
.wp-theme-4 .ld .bg-3
{
    background: #202020;
    color: #888;
}
.wp-theme-4 .bg-4
{
    background: #333;
    color: #FFF;
}
.wp-theme-4 .dark
{
    background: #333;
    color: #FFF;
}
.wp-theme-4 .red
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-4 .orange
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-4 .green
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-4 .blue
{
    background: #3498db;
    color: #FFF;
}
.wp-theme-4 .light
{
    background: #fff;
    color: #616161 !important;
}
.wp-theme-4 .blockquote-1:hover
{
    border-color: #8ec449;
}
.wp-theme-4 .blockquote-1 p
{
    font-size: 13px;
}
.wp-theme-4 .section-title
{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-4 .lw .section-title
{
    color: #333;
}
.wp-theme-4 .ld .section-title
{
    color: #fff;
}
.wp-theme-4 .section-title.white
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wp-theme-4 .navbar-wp
{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}
.wp-theme-4 .lw .navbar-wp
{
    background: #fff;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-4 .ld .navbar-wp
{
    background: #181818;
    border-bottom: 1px solid #444;
}
.wp-theme-4 .ld .sticky-wrapper .navbar-wp
{
    background: rgba(24,24,24,0.85);
    border-bottom: 1px solid #444;
}
.wp-theme-4 .navbar-wp .navbar-nav > li > a
{
    padding: 28px 16px;
    margin-right: 0;
    font-size: 15px;
    font-weight: normal;
}
.wp-theme-4 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-4 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-4 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-4 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #333;
}
.wp-theme-4 .lw .navbar-wp .navbar-nav > li > a:hover, .wp-theme-4 .lw .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #8ec449;
}
.wp-theme-4 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-4 .ld .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #fff;
}
.wp-theme-4 .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-4 .ld .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #8ec449;
}
.wp-theme-4 .navbar-wp .navbar-nav > .active > a, .wp-theme-4 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-4 .navbar-wp .navbar-nav > .active > a:focus
{
    color: #fff !important;
    background-color: #8ec449;
    border-radius: 0;
}
.wp-theme-4 .navbar-wp .navbar-nav > .disabled > a, .wp-theme-4 .navbar-wp .navbar-nav > .disabled > a:hover, .wp-theme-4 .navbar-wp .navbar-nav > .disabled > a:focus
{
    color: #cccccc;
    background-color: transparent;
}
.wp-theme-4 .navbar-wp .navbar-nav > .open > a, .wp-theme-4 .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-4 .navbar-wp .navbar-nav > .open > a:focus
{
    color: #FFF !important;
    background-color: #8ec449;
}
.wp-theme-4 .navbar-wp .navbar-nav > .open > a .caret, .wp-theme-4 .navbar-wp .navbar-nav > .open > a:hover .caret, .wp-theme-4 .navbar-wp .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-4 .navbar-wp .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-4 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-4 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-4 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #8ec449;
}
.wp-theme-4 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-4 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-4 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus
{
    color: #8ec449 !important;
    background-color: none;
}
.wp-theme-4 .navbar-wp .navbar-toggle
{
    border-color: #333;
    margin-top: 20px;
}
.wp-theme-4 .navbar-wp .navbar-toggle .icon-bar
{
    background-color: #4c4c4c;
}
.wp-theme-4 .navbar-wp .navbar-toggle .icon-custom
{
    font-size: 18px;
}
.wp-theme-4 .navbar-wp .navbar-toggle:hover, .wp-theme-4 .navbar-wp .navbar-toggle:focus
{
    background-color: #8ec449;
    border-color: #8ec449;
}
.wp-theme-4 .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-4 .navbar-wp .navbar-toggle:focus .icon-bar
{
    background-color: #FFF;
}
.wp-theme-4 .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-4 .navbar-wp .navbar-toggle:focus .icon-custom
{
    color: #FFF;
}
.wp-theme-4 .navbar-wp .navbar-toggle-aside-menu
{
    padding: 8px 10px 2px 10px;
}
.wp-theme-4 .navbar-wp .navbar-collapse, .wp-theme-4 .navbar-wp .navbar-form
{
    border-color: #e7e7e7;
}
.wp-theme-4 .navbar-wp .navbar-nav > .dropdown > a:hover .caret, .wp-theme-4 .navbar-wp .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-4 .navbar-wp .dropdown-menu
{
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #8ec449;
    border-bottom: 3px solid #8ec449;
    border-radius: 0;
}
.wp-theme-4 .navbar-wp .dropdown-menu > li
{
    border-bottom: 1px solid #e0eded;
}
.wp-theme-4 .navbar-wp .dropdown-menu > li:last-child
{
    border: 0;
}
.wp-theme-4 .navbar-wp .dropdown-menu > li > a
{
    color: #333;
    padding: 8px 15px;
}
.wp-theme-4 .navbar-wp .dropdown-menu > li > a:hover
{
    background: #8ec449;
    color: #FFF;
}
.wp-theme-4 .navbar-wp .dropdown-menu label.checkbox
{
    color: #333;
}
.wp-theme-4 .navbar-wp .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-4 .navbar-wp .dropdown-menu-user
{
    border: 1px solid #e0eded;
    border-top-color: transparent;
}
.wp-theme-4 .navbar-wp .dropdown-menu-user
{
    background: #fff;
}
.wp-theme-4 .navbar-wp .navbar-right .dropdown-menu-user
{
    background: #fff;
    border-color: transparent;
}
.wp-theme-4 .navbar-wp .navbar-right .social-link
{
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    margin: 18px 0;
    border-radius: 100%;
}
.wp-theme-4 .navbar-wp .navbar-right .social-link.facebook:hover
{
    background: #43609c;
    color: #fff;
}
.wp-theme-4 .navbar-wp .navbar-right .social-link.pinterest:hover
{
    background: #cb2027;
    color: #fff;
}
.wp-theme-4 .navbar-wp .navbar-right .social-link.twitter:hover
{
    background: #62addb;
    color: #fff;
}
.wp-theme-4 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-4 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-4 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-4 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .open > a, .wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover, .wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #2c2c2c;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .open > a .caret, .wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover .caret, .wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-4 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus
{
    background: none;
    color: #8ec449;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    bottom: 100%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-right: -35px;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-left: -35px;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu
{
    min-width: 220px;
    background: #2c2c2c;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu > li
{
    border-bottom: 1px solid #262626;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu > li > a
{
    color: #fff;
    padding: 8px 15px;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover
{
    background: #8ec449;
    color: #FFF;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox
{
    color: #fff;
}
.wp-theme-4 .navbar-wp.navbar-contrasted .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-4 .dropdown-submenu
{
    position: relative;
}
.wp-theme-4 .dropdown-submenu > .dropdown-menu
{
    top: -5px;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
.wp-theme-4 .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.wp-theme-4 .dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -6px;
}
.wp-theme-4 .dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.wp-theme-4 .dropdown-submenu.pull-left
{
    float: none;
}
.wp-theme-4 .dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
}
.wp-theme-4 .nav > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-theme-4 .nav > ul > li
{
    border-bottom: 1px solid #333;
}
.wp-theme-4 .nav > ul > li > a
{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
.wp-theme-4 .nav > ul > li > a:hover
{
    text-decoration: none;
    color: #8ec449;
    background: #292929;
}
.wp-theme-4 .nav > ul > li > a > i
{
    margin-right: 5px;
}
.wp-theme-4 .lw .pg-opt
{
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}
.wp-theme-4 .ld .pg-opt
{
    border-bottom: 1px solid #444;
    background: #111;
}
.wp-theme-4 .pg-opt.fixed
{
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid #e0eded;
    z-index: 900;
}
.wp-theme-4 .pg-opt h2
{
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%;
}
.wp-theme-4 .pg-opt.fixed h2
{
    margin-bottom: 15px;
}
.wp-theme-4 .pg-opt hr
{
    margin: 0;
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc;
    box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-4 .pg-opt.fixed hr
{
    display: none;
}
.wp-theme-4 .pg-opt .breadcrumb
{
    float: right;
    margin: 0;
    padding: 16px 0;
    background: none;
    border-radius: 0;
}
.wp-theme-4 .pg-opt .breadcrumb a
{
    color: #8ec449;
}

@media only screen and (max-width:767px)
{
    .wp-theme-4 .pg-opt .pg-nav
    {
        float: left;
        margin-bottom: 10px;
    }
    .wp-theme-4 .pg-opt h2
    {
        padding: 20px 0 0 0;
    }
}
.wp-theme-4 .page-header
{
    margin: 0;
    border: 0;
}
.wp-theme-4 .page-header p
{
    font-size: 16px;
}
.wp-theme-4 .w-box
{
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}
.wp-theme-4 .w-box:before, .wp-theme-4 .w-box:after
{
    display: table;
    content: "";
}
.wp-theme-4 .w-box:after
{
    clear: both;
}
.wp-theme-4 .w-box h1
{
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
}
.wp-theme-4 .lw .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.wp-theme-4 .ld .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.wp-theme-4 .w-box.inner h2
{
    padding: 10px 0;
}
.wp-theme-4 .w-box small
{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.wp-theme-4 .w-box p
{
    margin: 6px 0;
    padding: 0 15px;
    padding-bottom: 8px;
}
.wp-theme-4 .w-box time
{
    display: block;
    padding: 8px 15px 0 15px;
}
.wp-theme-4 .w-box .w-footer
{
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.wp-theme-4 .w-box .w-footer:before, .wp-theme-4 .w-box .w-footer:after
{
    display: table;
    content: "";
}
.wp-theme-4 .w-box .w-footer:after
{
    clear: both;
}
.wp-theme-4 .w-box .w-footer small
{
    font-size: 12px;
}
.wp-theme-4 .w-box .w-box-parent
{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wp-theme-4 .w-box .date-over
{
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-weight: normal;
}
.wp-theme-4 .w-box .date-over.small
{
    padding: 4px 8px;
    font-size: 12px;
}
.wp-theme-4 .w-box .date-over strong
{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.wp-theme-4 .w-box.dark
{
    background: #333;
}
.wp-theme-4 .w-box.dark h2
{
    color: #fff;
}
.wp-theme-4 .w-box.white h2
{
    border-bottom: 0;
    text-align: center;
}
.wp-theme-4 .w-box.white .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.wp-theme-4 .lw .w-box.white
{
    background: #FFF;
}
.wp-theme-4 .lw .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-4 .ld .w-box.white
{
    background: #202020;
    border: 1px solid #444;
}
.wp-theme-4 .ld .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-4 .w-box.w-box-inverse .thmb-img i
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
}
.wp-theme-4 .lw .w-box.w-box-inverse .thmb-img i
{
    background: #fcfcfc;
    color: #8ec449;
}
.wp-theme-4 .ld .w-box.w-box-inverse .thmb-img i
{
    background: #363636;
    color: #fff;
}
.wp-theme-4 .w-box.w-box-inverse .thmb-img:hover i
{
    background: #8ec449;
    color: #FFF;
}
.wp-theme-4 .c-box
{
    border: 1px solid #8ec449;
}
.wp-theme-4 .c-box .c-box-header
{
    padding: 10px 15px;
    background: #8ec449;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-theme-4 .c-box .table
{
    margin: 0;
}
.wp-theme-4 .ld .w-section h4, .wp-theme-4 .ld .w-section h3, .wp-theme-4 .ld .w-section h2
{
    color: #fff;
}
.wp-theme-4 .w-section .aside-feature
{
    margin: 10px;
    cursor: default;
}
.wp-theme-4 .w-section .aside-feature .icon-feature
{
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.wp-theme-4 .w-section .aside-feature:hover .icon-feature, .wp-theme-4 .w-section .aside-feature:hover h4
{
    color: #8ec449;
}
.wp-theme-4 .w-section .aside-feature .img-feature
{
    margin-top: 4px;
    display: block;
}
.wp-theme-4 .w-section .aside-feature .img-feature img
{
    width: 78px;
}
.wp-theme-4 .layer-slider-wrapper
{
    max-height: 500px;
    overflow: hidden;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-4 .layer-slider-wrapper .title
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-4 .layer-slider-wrapper .title.title-base
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FFF;
    background: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-4 .layer-slider-wrapper .title.title-dark
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-4 .layer-slider-wrapper .subtitle
{
    font-size: 22px;
    line-height: 30px;
    color: #8ec449;
    text-transform: capitalize;
}
.wp-theme-4 .layer-slider-wrapper .list-item
{
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #8ec449;
    text-transform: capitalize;
}
.wp-theme-4 .layer-slider-wrapper .text-standard
{
    font-size: 16px;
    line-height: 22px;
}
.wp-theme-4 .box-element
{
    padding: 20px;
}
.wp-theme-4 .box-element:nth-child(n+1)
{
    margin-top: 20px;
}
.wp-theme-4 .box-element h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.wp-theme-4 .box-element.box-element-bordered
{
    background: transparent !important;
    border: 1px solid #8ec449;
}
.wp-theme-4 .box-element.box-element-outer
{
    padding-left: 0;
    padding-right: 0;
}
.wp-theme-4 .pricing-plans .plan-header .popular-tag
{
    background: #333;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
/*
.wp-theme-4 .carousel-2 {
	position: relative
}
.wp-theme-4 .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-4 .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-4 .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
.wp-theme-4 .carousel-2 .carousel-indicators .active {
	background-color: #8ec449
}
.wp-theme-4 .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-4 .carousel-2 h2 {
	font-size: 22px
}
.wp-theme-4 .carousel-2 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #8ec449;
	opacity: 1
}
.wp-theme-4 .carousel-2 .carousel-nav a:hover {
	background: #8ec449 !important;
	color: #fff
}
.wp-theme-4 .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-4 .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-4 .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-4 .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-4 .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-4 .carousel-3 {
	position: relative
}
.wp-theme-4 .carousel-3 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #8ec449;
	opacity: 1
}
.wp-theme-4 .carousel-3 .carousel-nav a:hover {
	background: #8ec449 !important;
	color: #fff
}
.wp-theme-4 .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-4 .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-4 .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-4 .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
*/
.wp-theme-4 .like-button .button
{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}
.wp-theme-4 .like-button .button i
{
    font-size: 20px;
    color: #ddd;
}
.wp-theme-4 .like-button .button.liked i
{
    color: #8ec449;
}
.wp-theme-4 .like-button .count
{
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}
.wp-theme-4 .like-button.inline .button
{
    display: inline-block;
    padding: 0;
}
.wp-theme-4 .like-button.inline .count
{
    display: inline-block;
    top: -2px;
}
.wp-theme-4 .like-button.inline .count small
{
    font-size: 13px;
}
.wp-theme-4 .side-like-box
{
    text-align: center;
    padding: 5px 5px 0 5px;
    margin-top: 10px;
}
.wp-theme-4 .side-like-box .button
{
    text-align: center;
    padding: 0;
}
.wp-theme-4 .side-like-box .count
{
    text-align: center;
}
.wp-theme-4 .side-like-box i
{
    font-size: 24px;
}
.wp-theme-4 ul.list-listings
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.wp-theme-4 ul.list-listings li
{
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.wp-theme-4 ul.list-listings li.featured
{
    border-color: #8ec449;
}
.wp-theme-4 ul.list-listings li:before, .wp-theme-4 ul.list-listings li:after
{
    content: "";
    display: table;
}
.wp-theme-4 ul.list-listings li:after
{
    clear: both;
}
.wp-theme-4 ul.list-listings .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-theme-4 ul.list-listings .listing-image
{
    width: 25%;
    height: 150px;
    float: left;
    overflow: hidden;
}
.wp-theme-4 ul.list-listings .listing-body
{
    width: 50%;
    height: 150px;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc;
}
.wp-theme-4 ul.list-listings .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.wp-theme-4 ul.list-listings .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.wp-theme-4 ul.list-listings .listing-actions
{
    width: 25%;
    height: 110px;
    padding-top: 40px;
    float: left;
    text-align: center;
}
.wp-theme-4 ul.list-listings .listing-actions .btn
{
    margin-top: 6px;
}
.wp-theme-4 ul.list-check
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.wp-theme-4 ul.list-check li
{
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
.wp-theme-4 ul.list-check li i
{
    color: #8ec449;
    font-style: normal;
    margin-right: 4px;
}
.wp-theme-4 ul.list-check li span
{
    font-size: 14px;
}
.wp-theme-4 ul.categories
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
.wp-theme-4 ul.categories li
{
    border-bottom: 1px solid #e0eded;
    position: reltive;
}
.wp-theme-4 ul.categories li:last-child
{
    border: 0;
}
.wp-theme-4 ul.categories li a
{
    display: block;
    padding: 10px 15px;
}
.wp-theme-4 ul.categories li a:after
{
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.wp-theme-4 ul.categories li a:hover
{
    background: #8ec449;
    color: #FFF;
    text-decoration: none;
}
.wp-theme-4 ul.categories li a i
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-style: normal;
    color: #999;
    font-size: 11px;
}
.wp-theme-4 ul.categories li a:hover i
{
    color: #FFF;
}
.wp-theme-4 .timeline .year
{
    width: 100%;
    background: #333;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
}
.wp-theme-4 .timeline .year
{
    border-radius: 3px;
}
.wp-theme-4 .timeline .event
{
    padding: 0;
    border: 1px solid #e0eded;
    border-radius: 0;
}
.wp-theme-4 .timeline .event:nth-child(2n):before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -6.8% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #8ec449;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-4 .timeline .event:nth-child(2n-1):after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.wp-theme-4 .timeline .event:nth-child(2n-1):before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -6.5% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #8ec449;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-4 .timeline .event-date
{
    margin: 0;
    background: #FFF;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
}
.wp-theme-4 .timeline .event:nth-child(2n) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-4 .timeline .event:nth-child(2n) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-4 .timeline .event:nth-child(2n-1) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-4 .timeline .event:nth-child(2n-1) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -13px;
    width: 0;
    height: 0;
    border-right: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-4 .timeline .event-date small
{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: normal;
}
.wp-theme-4 .timeline .event-date i
{
    margin-right: 7px;
}
.wp-theme-4 .timeline .event-body
{
    background: #f8f8f8;
}
.wp-theme-4 .timeline .event-footer
{
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    background: none;
    border-top: 1px solid #e0eded;
}
.wp-theme-4 .timeline .event-footer:after, .wp-theme-4 .timeline .event-footer:before
{
    display: table;
    content: " ";
}
.wp-theme-4 .timeline .event-footer:after
{
    clear: both;
}
.wp-theme-4 .timeline .event img
{
    margin: 0;
}
.wp-theme-4 .timeline p
{
    padding: 20px 10px;
    text-align: left;
}
.wp-theme-4 .timeline iframe
{
    margin: 10px 0 0 0;
}
.wp-theme-4 #toTop
{
    display: block;
	text-decoration: none;
	position: fixed;
	bottom: -10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-4 #toTopHover
{
   bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
}
.wp-theme-4 #toTop:active, .wp-theme-4 #toTop:focus
{
    outline: none;
}
.wp-theme-4 #toTop:before
{
    font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}
.wp-theme-4 .widget.tags-wr
{
    padding-bottom: 15px;
}
.wp-theme-4 .tags-list:before, .wp-theme-4 .tags-list:after
{
    display: table;
    content: "";
}
.wp-theme-4 .tags-list:after
{
    clear: both;
}
.wp-theme-4 .tags-list
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wp-theme-4 .tags-list li
{
    border: 1px solid #8ec449;
    background: #FFF;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #8ec449;
    font-size: 12px;
}
.wp-theme-4 .tags-list li a
{
    color: #8ec449;
    margin-left: 4px;
}
.wp-theme-4 .tags-list li:hover
{
    background: #8ec449;
    color: #FFF;
}
.wp-theme-4 .tags-list li:hover a
{
    color: #FFF;
    text-decoration: none;
}
.wp-theme-5 .btn
{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wp-theme-5 .btn i
{
    margin-right: 4px;
}
.wp-theme-5 .btn-lg
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.wp-theme-5 .btn-lg i
{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.wp-theme-5 .btn-xs
{
    padding: 4px 10px;
}
.wp-theme-5 .btn-one
{
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.wp-theme-5 .btn-one:hover, .wp-theme-5 .btn-one:focus, .wp-theme-5 .btn-one:active, .wp-theme-5 .btn-one.active, .wp-theme-5 .open .dropdown-toggle.btn-one
{
    color: #f1c40f;
    background-color: #FFF;
    border-color: #FFF;
}
.wp-theme-5 .btn-one:active, .wp-theme-5 .btn-one.active, .wp-theme-5 .open .dropdown-toggle.btn-one
{
    background-image: none;
}
.wp-theme-5 .btn-two
{
    color: #ffffff;
    background-color: #f1c40f;
    border: 1px solid;
    border-color: #e7ba05;
}
.wp-theme-5 .btn-two:hover, .wp-theme-5 .btn-two:focus, .wp-theme-5 .btn-two:active, .wp-theme-5 .btn-two.active, .wp-theme-5 .open .dropdown-toggle.btn-two
{
    color: #ffffff;
    background-color: #ddb000;
    border-color: #ddb000;
}
.wp-theme-5 .btn-two:active, .wp-theme-5 .btn-two.active, .wp-theme-5 .open .dropdown-toggle.btn-two
{
    background-image: none;
}
.wp-theme-5 .btn-three
{
    color: #ffffff;
    background-color: #333;
    border: 1px solid;
    border-color: #292929;
}
.wp-theme-5 .btn-three:hover, .wp-theme-5 .btn-three:focus, .wp-theme-5 .btn-three:active, .wp-theme-5 .btn-three.active, .wp-theme-5 .open .dropdown-toggle.btn-three
{
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
.wp-theme-5 .btn-three:active, .wp-theme-5 .btn-three.active, .wp-theme-5 .open .dropdown-toggle.btn-three
{
    background-image: none;
}
.wp-theme-5 .btn-four
{
    background-color: none;
    border: 2px solid #f1c40f;
    color: #f1c40f;
}
.wp-theme-5 .btn-four:hover, .wp-theme-5 .btn-four:focus, .wp-theme-5 .btn-four:active, .wp-theme-5 .btn-four.active, .wp-theme-5 .open .dropdown-toggle.btn-four
{
    color: #FFF;
    background-color: #f1c40f;
}
.wp-theme-5 .btn-four:active, .wp-theme-5 .btn-four.active, .wp-theme-5 .open .dropdown-toggle.btn-four
{
    background-image: none;
}
.wp-theme-5 h1, .wp-theme-5 h2, .wp-theme-5 h3, .wp-theme-5 h4, .wp-theme-5 h5, .wp-theme-5 h6
{
    font-family: "Roboto" , sans-serif !important;
}
.wp-theme-5 p
{
    line-height: 22px;
}
.wp-theme-5 a
{
    color: #616161;
    cursor: pointer;
}
.wp-theme-5 a:hover
{
    color: #f1c40f;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .35s;
}
.wp-theme-5 .bg-2
{
    background: #f1c40f;
    color: #FFF;
}
.wp-theme-5 .lw .bg-5
{
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-5 .ld .bg-5
{
    background: #363636;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.wp-theme-5 .lw .bg-3
{
    background: #fff;
    color: #616161;
}
.wp-theme-5 .ld .bg-3
{
    background: #202020;
    color: #888;
}
.wp-theme-5 .bg-4
{
    background: #333;
    color: #FFF;
}
.wp-theme-5 .dark
{
    background: #333;
    color: #FFF;
}
.wp-theme-5 .red
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-5 .orange
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-5 .green
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-5 .blue
{
    background: #3498db;
    color: #FFF;
}
.wp-theme-5 .light
{
    background: #fff;
    color: #616161 !important;
}
.wp-theme-5 .blockquote-1:hover
{
    border-color: #f1c40f;
}
.wp-theme-5 .blockquote-1 p
{
    font-size: 13px;
}
.wp-theme-5 .section-title
{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-5 .lw .section-title
{
    color: #333;
}
.wp-theme-5 .ld .section-title
{
    color: #fff;
}
.wp-theme-5 .section-title.white
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wp-theme-5 .navbar-wp
{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}
.wp-theme-5 .lw .navbar-wp
{
    background: #fff;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-5 .ld .navbar-wp
{
    background: #181818;
    border-bottom: 1px solid #444;
}
.wp-theme-5 .ld .sticky-wrapper .navbar-wp
{
    background: rgba(24,24,24,0.85);
    border-bottom: 1px solid #444;
}
.wp-theme-5 .navbar-wp .navbar-nav > li > a
{
    padding: 28px 16px;
    margin-right: 0;
    font-size: 15px;
    font-weight: normal;
}
.wp-theme-5 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-5 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-5 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-5 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #333;
}
.wp-theme-5 .lw .navbar-wp .navbar-nav > li > a:hover, .wp-theme-5 .lw .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #f1c40f;
}
.wp-theme-5 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-5 .ld .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #fff;
}
.wp-theme-5 .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-5 .ld .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #f1c40f;
}
.wp-theme-5 .navbar-wp .navbar-nav > .active > a, .wp-theme-5 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-5 .navbar-wp .navbar-nav > .active > a:focus
{
    color: #fff !important;
    background-color: #f1c40f;
    border-radius: 0;
}
.wp-theme-5 .navbar-wp .navbar-nav > .disabled > a, .wp-theme-5 .navbar-wp .navbar-nav > .disabled > a:hover, .wp-theme-5 .navbar-wp .navbar-nav > .disabled > a:focus
{
    color: #cccccc;
    background-color: transparent;
}
.wp-theme-5 .navbar-wp .navbar-nav > .open > a, .wp-theme-5 .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-5 .navbar-wp .navbar-nav > .open > a:focus
{
    color: #FFF !important;
    background-color: #f1c40f;
}
.wp-theme-5 .navbar-wp .navbar-nav > .open > a .caret, .wp-theme-5 .navbar-wp .navbar-nav > .open > a:hover .caret, .wp-theme-5 .navbar-wp .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-5 .navbar-wp .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-5 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-5 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-5 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #f1c40f;
}
.wp-theme-5 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-5 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-5 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus
{
    color: #f1c40f !important;
    background-color: none;
}
.wp-theme-5 .navbar-wp .navbar-toggle
{
    border-color: #333;
    margin-top: 20px;
}
.wp-theme-5 .navbar-wp .navbar-toggle .icon-bar
{
    background-color: #4c4c4c;
}
.wp-theme-5 .navbar-wp .navbar-toggle .icon-custom
{
    font-size: 18px;
}
.wp-theme-5 .navbar-wp .navbar-toggle:hover, .wp-theme-5 .navbar-wp .navbar-toggle:focus
{
    background-color: #f1c40f;
    border-color: #f1c40f;
}
.wp-theme-5 .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-5 .navbar-wp .navbar-toggle:focus .icon-bar
{
    background-color: #FFF;
}
.wp-theme-5 .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-5 .navbar-wp .navbar-toggle:focus .icon-custom
{
    color: #FFF;
}
.wp-theme-5 .navbar-wp .navbar-toggle-aside-menu
{
    padding: 8px 10px 2px 10px;
}
.wp-theme-5 .navbar-wp .navbar-collapse, .wp-theme-5 .navbar-wp .navbar-form
{
    border-color: #e7e7e7;
}
.wp-theme-5 .navbar-wp .navbar-nav > .dropdown > a:hover .caret, .wp-theme-5 .navbar-wp .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-5 .navbar-wp .dropdown-menu
{
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #f1c40f;
    border-bottom: 3px solid #f1c40f;
    border-radius: 0;
}
.wp-theme-5 .navbar-wp .dropdown-menu > li
{
    border-bottom: 1px solid #e0eded;
}
.wp-theme-5 .navbar-wp .dropdown-menu > li:last-child
{
    border: 0;
}
.wp-theme-5 .navbar-wp .dropdown-menu > li > a
{
    color: #333;
    padding: 8px 15px;
}
.wp-theme-5 .navbar-wp .dropdown-menu > li > a:hover
{
    background: #f1c40f;
    color: #FFF;
}
.wp-theme-5 .navbar-wp .dropdown-menu label.checkbox
{
    color: #333;
}
.wp-theme-5 .navbar-wp .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-5 .navbar-wp .dropdown-menu-user
{
    border: 1px solid #e0eded;
    border-top-color: transparent;
}
.wp-theme-5 .navbar-wp .dropdown-menu-user
{
    background: #fff;
}
.wp-theme-5 .navbar-wp .navbar-right .dropdown-menu-user
{
    background: #fff;
    border-color: transparent;
}
.wp-theme-5 .navbar-wp .navbar-right .social-link
{
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    margin: 18px 0;
    border-radius: 100%;
}
.wp-theme-5 .navbar-wp .navbar-right .social-link.facebook:hover
{
    background: #43609c;
    color: #fff;
}
.wp-theme-5 .navbar-wp .navbar-right .social-link.pinterest:hover
{
    background: #cb2027;
    color: #fff;
}
.wp-theme-5 .navbar-wp .navbar-right .social-link.twitter:hover
{
    background: #62addb;
    color: #fff;
}
.wp-theme-5 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-5 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-5 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-5 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .open > a, .wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover, .wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #2c2c2c;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .open > a .caret, .wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover .caret, .wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-5 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus
{
    background: none;
    color: #f1c40f;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    bottom: 100%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-right: -35px;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-left: -35px;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu
{
    min-width: 220px;
    background: #2c2c2c;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu > li
{
    border-bottom: 1px solid #262626;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu > li > a
{
    color: #fff;
    padding: 8px 15px;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover
{
    background: #f1c40f;
    color: #FFF;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox
{
    color: #fff;
}
.wp-theme-5 .navbar-wp.navbar-contrasted .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-5 .dropdown-submenu
{
    position: relative;
}
.wp-theme-5 .dropdown-submenu > .dropdown-menu
{
    top: -5px;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
.wp-theme-5 .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.wp-theme-5 .dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -6px;
}
.wp-theme-5 .dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.wp-theme-5 .dropdown-submenu.pull-left
{
    float: none;
}
.wp-theme-5 .dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
}
.wp-theme-5 .nav > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-theme-5 .nav > ul > li
{
    border-bottom: 1px solid #333;
}
.wp-theme-5 .nav > ul > li > a
{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
.wp-theme-5 .nav > ul > li > a:hover
{
    text-decoration: none;
    color: #f1c40f;
    background: #292929;
}
.wp-theme-5 .nav > ul > li > a > i
{
    margin-right: 5px;
}
.wp-theme-5 .lw .pg-opt
{
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}
.wp-theme-5 .ld .pg-opt
{
    border-bottom: 1px solid #444;
    background: #111;
}
.wp-theme-5 .pg-opt.fixed
{
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid #e0eded;
    z-index: 900;
}
.wp-theme-5 .pg-opt h2
{
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%;
}
.wp-theme-5 .pg-opt.fixed h2
{
    margin-bottom: 15px;
}
.wp-theme-5 .pg-opt hr
{
    margin: 0;
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc;
    box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-5 .pg-opt.fixed hr
{
    display: none;
}
.wp-theme-5 .pg-opt .breadcrumb
{
    float: right;
    margin: 0;
    padding: 16px 0;
    background: none;
    border-radius: 0;
}
.wp-theme-5 .pg-opt .breadcrumb a
{
    color: #f1c40f;
}

@media only screen and (max-width:767px)
{
    .wp-theme-5 .pg-opt .pg-nav
    {
        float: left;
        margin-bottom: 10px;
    }
    .wp-theme-5 .pg-opt h2
    {
        padding: 20px 0 0 0;
    }
}
.wp-theme-5 .page-header
{
    margin: 0;
    border: 0;
}
.wp-theme-5 .page-header p
{
    font-size: 16px;
}
.wp-theme-5 .w-box
{
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}
.wp-theme-5 .w-box:before, .wp-theme-5 .w-box:after
{
    display: table;
    content: "";
}
.wp-theme-5 .w-box:after
{
    clear: both;
}
.wp-theme-5 .w-box h1
{
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
}
.wp-theme-5 .lw .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.wp-theme-5 .ld .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.wp-theme-5 .w-box.inner h2
{
    padding: 10px 0;
}
.wp-theme-5 .w-box small
{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.wp-theme-5 .w-box p
{
    margin: 6px 0;
    padding: 0 15px;
    padding-bottom: 8px;
}
.wp-theme-5 .w-box time
{
    display: block;
    padding: 8px 15px 0 15px;
}
.wp-theme-5 .w-box .w-footer
{
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.wp-theme-5 .w-box .w-footer:before, .wp-theme-5 .w-box .w-footer:after
{
    display: table;
    content: "";
}
.wp-theme-5 .w-box .w-footer:after
{
    clear: both;
}
.wp-theme-5 .w-box .w-footer small
{
    font-size: 12px;
}
.wp-theme-5 .w-box .w-box-parent
{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wp-theme-5 .w-box .date-over
{
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-weight: normal;
}
.wp-theme-5 .w-box .date-over.small
{
    padding: 4px 8px;
    font-size: 12px;
}
.wp-theme-5 .w-box .date-over strong
{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.wp-theme-5 .w-box.dark
{
    background: #333;
}
.wp-theme-5 .w-box.dark h2
{
    color: #fff;
}
.wp-theme-5 .w-box.white h2
{
    border-bottom: 0;
    text-align: center;
}
.wp-theme-5 .w-box.white .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.wp-theme-5 .lw .w-box.white
{
    background: #FFF;
}
.wp-theme-5 .lw .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-5 .ld .w-box.white
{
    background: #202020;
    border: 1px solid #444;
}
.wp-theme-5 .ld .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-5 .w-box.w-box-inverse .thmb-img i
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
}
.wp-theme-5 .lw .w-box.w-box-inverse .thmb-img i
{
    background: #fcfcfc;
    color: #f1c40f;
}
.wp-theme-5 .ld .w-box.w-box-inverse .thmb-img i
{
    background: #363636;
    color: #fff;
}
.wp-theme-5 .w-box.w-box-inverse .thmb-img:hover i
{
    background: #f1c40f;
    color: #FFF;
}
.wp-theme-5 .c-box
{
    border: 1px solid #f1c40f;
}
.wp-theme-5 .c-box .c-box-header
{
    padding: 10px 15px;
    background: #f1c40f;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-theme-5 .c-box .table
{
    margin: 0;
}
.wp-theme-5 .ld .w-section h4, .wp-theme-5 .ld .w-section h3, .wp-theme-5 .ld .w-section h2
{
    color: #fff;
}
.wp-theme-5 .w-section .aside-feature
{
    margin: 10px;
    cursor: default;
}
.wp-theme-5 .w-section .aside-feature .icon-feature
{
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.wp-theme-5 .w-section .aside-feature:hover .icon-feature, .wp-theme-5 .w-section .aside-feature:hover h4
{
    color: #f1c40f;
}
.wp-theme-5 .w-section .aside-feature .img-feature
{
    margin-top: 4px;
    display: block;
}
.wp-theme-5 .w-section .aside-feature .img-feature img
{
    width: 78px;
}
.wp-theme-5 .layer-slider-wrapper
{
    max-height: 500px;
    overflow: hidden;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-5 .layer-slider-wrapper .title
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-5 .layer-slider-wrapper .title.title-base
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FFF;
    background: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-5 .layer-slider-wrapper .title.title-dark
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-5 .layer-slider-wrapper .subtitle
{
    font-size: 22px;
    line-height: 30px;
    color: #f1c40f;
    text-transform: capitalize;
}
.wp-theme-5 .layer-slider-wrapper .list-item
{
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #f1c40f;
    text-transform: capitalize;
}
.wp-theme-5 .layer-slider-wrapper .text-standard
{
    font-size: 16px;
    line-height: 22px;
}
.wp-theme-5 .box-element
{
    padding: 20px;
}
.wp-theme-5 .box-element:nth-child(n+1)
{
    margin-top: 20px;
}
.wp-theme-5 .box-element h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.wp-theme-5 .box-element.box-element-bordered
{
    background: transparent !important;
    border: 1px solid #f1c40f;
}
.wp-theme-5 .box-element.box-element-outer
{
    padding-left: 0;
    padding-right: 0;
}
.wp-theme-5 .pricing-plans .plan-header .popular-tag
{
    background: #333;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
/*
.wp-theme-5 .carousel-2 {
	position: relative
}
.wp-theme-5 .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-5 .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-5 .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
.wp-theme-5 .carousel-2 .carousel-indicators .active {
	background-color: #f1c40f
}
.wp-theme-5 .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-5 .carousel-2 h2 {
	font-size: 22px
}
.wp-theme-5 .carousel-2 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #f1c40f;
	opacity: 1
}
.wp-theme-5 .carousel-2 .carousel-nav a:hover {
	background: #f1c40f !important;
	color: #fff
}
.wp-theme-5 .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-5 .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-5 .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-5 .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-5 .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-5 .carousel-3 {
	position: relative
}
.wp-theme-5 .carousel-3 .carousel-nav a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid transparent;
	background: #f5f5f5;
	color: #f1c40f;
	opacity: 1
}
.wp-theme-5 .carousel-3 .carousel-nav a:hover {
	background: #f1c40f !important;
	color: #fff
}
.wp-theme-5 .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-5 .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-5 .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-5 .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
*/

.wp-theme-5 .like-button .button
{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}
.wp-theme-5 .like-button .button i
{
    font-size: 20px;
    color: #ddd;
}
.wp-theme-5 .like-button .button.liked i
{
    color: #f1c40f;
}
.wp-theme-5 .like-button .count
{
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}
.wp-theme-5 .like-button.inline .button
{
    display: inline-block;
    padding: 0;
}
.wp-theme-5 .like-button.inline .count
{
    display: inline-block;
    top: -2px;
}
.wp-theme-5 .like-button.inline .count small
{
    font-size: 13px;
}
.wp-theme-5 .side-like-box
{
    text-align: center;
    padding: 5px 5px 0 5px;
    margin-top: 10px;
}
.wp-theme-5 .side-like-box .button
{
    text-align: center;
    padding: 0;
}
.wp-theme-5 .side-like-box .count
{
    text-align: center;
}
.wp-theme-5 .side-like-box i
{
    font-size: 24px;
}
.wp-theme-5 ul.list-listings
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.wp-theme-5 ul.list-listings li
{
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.wp-theme-5 ul.list-listings li.featured
{
    border-color: #f1c40f;
}
.wp-theme-5 ul.list-listings li:before, .wp-theme-5 ul.list-listings li:after
{
    content: "";
    display: table;
}
.wp-theme-5 ul.list-listings li:after
{
    clear: both;
}
.wp-theme-5 ul.list-listings .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-theme-5 ul.list-listings .listing-image
{
    width: 25%;
    height: 150px;
    float: left;
    overflow: hidden;
}
.wp-theme-5 ul.list-listings .listing-body
{
    width: 50%;
    height: 150px;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc;
}
.wp-theme-5 ul.list-listings .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.wp-theme-5 ul.list-listings .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.wp-theme-5 ul.list-listings .listing-actions
{
    width: 25%;
    height: 110px;
    padding-top: 40px;
    float: left;
    text-align: center;
}
.wp-theme-5 ul.list-listings .listing-actions .btn
{
    margin-top: 6px;
}
.wp-theme-5 ul.list-check
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.wp-theme-5 ul.list-check li
{
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
.wp-theme-5 ul.list-check li i
{
    color: #f1c40f;
    font-style: normal;
    margin-right: 4px;
}
.wp-theme-5 ul.list-check li span
{
    font-size: 14px;
}
.wp-theme-5 ul.categories
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
.wp-theme-5 ul.categories li
{
    border-bottom: 1px solid #e0eded;
    position: reltive;
}
.wp-theme-5 ul.categories li:last-child
{
    border: 0;
}
.wp-theme-5 ul.categories li a
{
    display: block;
    padding: 10px 15px;
}
.wp-theme-5 ul.categories li a:after
{
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.wp-theme-5 ul.categories li a:hover
{
    background: #f1c40f;
    color: #FFF;
    text-decoration: none;
}
.wp-theme-5 ul.categories li a i
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-style: normal;
    color: #999;
    font-size: 11px;
}
.wp-theme-5 ul.categories li a:hover i
{
    color: #FFF;
}
.wp-theme-5 .timeline .year
{
    width: 100%;
    background: #333;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
}
.wp-theme-5 .timeline .year
{
    border-radius: 3px;
}
.wp-theme-5 .timeline .event
{
    padding: 0;
    border: 1px solid #e0eded;
    border-radius: 0;
}
.wp-theme-5 .timeline .event:nth-child(2n):before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -6.8% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #f1c40f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-5 .timeline .event:nth-child(2n-1):after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.wp-theme-5 .timeline .event:nth-child(2n-1):before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -6.5% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #f1c40f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-5 .timeline .event-date
{
    margin: 0;
    background: #FFF;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
}
.wp-theme-5 .timeline .event:nth-child(2n) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-5 .timeline .event:nth-child(2n) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-5 .timeline .event:nth-child(2n-1) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-5 .timeline .event:nth-child(2n-1) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -13px;
    width: 0;
    height: 0;
    border-right: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-5 .timeline .event-date small
{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: normal;
}
.wp-theme-5 .timeline .event-date i
{
    margin-right: 7px;
}
.wp-theme-5 .timeline .event-body
{
    background: #f8f8f8;
}
.wp-theme-5 .timeline .event-footer
{
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    background: none;
    border-top: 1px solid #e0eded;
}
.wp-theme-5 .timeline .event-footer:after, .wp-theme-5 .timeline .event-footer:before
{
    display: table;
    content: " ";
}
.wp-theme-5 .timeline .event-footer:after
{
    clear: both;
}
.wp-theme-5 .timeline .event img
{
    margin: 0;
}
.wp-theme-5 .timeline p
{
    padding: 20px 10px;
    text-align: left;
}
.wp-theme-5 .timeline iframe
{
    margin: 10px 0 0 0;
}
.wp-theme-5 #toTop
{
    display: block;
	text-decoration: none;
	position: fixed;
	bottom: -10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-5 #toTopHover
{
    bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
}
.wp-theme-5 #toTop:active, .wp-theme-5 #toTop:focus
{
    outline: none;
}
.wp-theme-5 #toTop:before
{
    font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}
.wp-theme-5 .widget.tags-wr
{
    padding-bottom: 15px;
}
.wp-theme-5 .tags-list:before, .wp-theme-5 .tags-list:after
{
    display: table;
    content: "";
}
.wp-theme-5 .tags-list:after
{
    clear: both;
}
.wp-theme-5 .tags-list
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wp-theme-5 .tags-list li
{
    border: 1px solid #f1c40f;
    background: #FFF;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #f1c40f;
    font-size: 12px;
}
.wp-theme-5 .tags-list li a
{
    color: #f1c40f;
    margin-left: 4px;
}
.wp-theme-5 .tags-list li:hover
{
    background: #f1c40f;
    color: #FFF;
}
.wp-theme-5 .tags-list li:hover a
{
    color: #FFF;
    text-decoration: none;
}
.wp-theme-6 .btn
{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wp-theme-6 .btn i
{
    margin-right: 4px;
}
.wp-theme-6 .btn-lg
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.wp-theme-6 .btn-lg i
{
    font-size: 24px;
    position: relative;
    top: 3px;
}
.wp-theme-6 .btn-xs
{
    padding: 4px 10px;
}
.wp-theme-6 .btn-one
{
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.wp-theme-6 .btn-one:hover, .wp-theme-6 .btn-one:focus, .wp-theme-6 .btn-one:active, .wp-theme-6 .btn-one.active, .wp-theme-6 .open .dropdown-toggle.btn-one
{
    color: #d35400;
    background-color: #FFF;
    border-color: #FFF;
}
.wp-theme-6 .btn-one:active, .wp-theme-6 .btn-one.active, .wp-theme-6 .open .dropdown-toggle.btn-one
{
    background-image: none;
}
.wp-theme-6 .btn-two
{
    color: #ffffff;
    background-color: #d35400;
    border: 1px solid;
    border-color: #c94a00;
}
.wp-theme-6 .btn-two:hover, .wp-theme-6 .btn-two:focus, .wp-theme-6 .btn-two:active, .wp-theme-6 .btn-two.active, .wp-theme-6 .open .dropdown-toggle.btn-two
{
    color: #ffffff;
    background-color: #bf4000;
    border-color: #bf4000;
}
.wp-theme-6 .btn-two:active, .wp-theme-6 .btn-two.active, .wp-theme-6 .open .dropdown-toggle.btn-two
{
    background-image: none;
}
.wp-theme-6 .btn-three
{
    color: #ffffff;
    background-color: #333;
    border: 1px solid;
    border-color: #292929;
}
.wp-theme-6 .btn-three:hover, .wp-theme-6 .btn-three:focus, .wp-theme-6 .btn-three:active, .wp-theme-6 .btn-three.active, .wp-theme-6 .open .dropdown-toggle.btn-three
{
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
.wp-theme-6 .btn-three:active, .wp-theme-6 .btn-three.active, .wp-theme-6 .open .dropdown-toggle.btn-three
{
    background-image: none;
}
.wp-theme-6 .btn-four
{
    background-color: none;
    border: 2px solid #d35400;
    color: #d35400;
}
.wp-theme-6 .btn-four:hover, .wp-theme-6 .btn-four:focus, .wp-theme-6 .btn-four:active, .wp-theme-6 .btn-four.active, .wp-theme-6 .open .dropdown-toggle.btn-four
{
    color: #FFF;
    background-color: #d35400;
}
.wp-theme-6 .btn-four:active, .wp-theme-6 .btn-four.active, .wp-theme-6 .open .dropdown-toggle.btn-four
{
    background-image: none;
}
.wp-theme-6 h1, .wp-theme-6 h2, .wp-theme-6 h3, .wp-theme-6 h4, .wp-theme-6 h5, .wp-theme-6 h6
{
    font-family: "Roboto" , sans-serif !important;
}
.wp-theme-6 p
{
    line-height: 22px;
}
.wp-theme-6 a
{
    color: #616161;
    cursor: pointer;
}
.wp-theme-6 a:hover
{
    color: #d35400;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .35s;
}
.wp-theme-6 .bg-2
{
    background: #d35400;
    color: #FFF;
}
.wp-theme-6 .lw .bg-5
{
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-6 .ld .bg-5
{
    background: #363636;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.wp-theme-6 .lw .bg-3
{
    background: #fff;
    color: #616161;
}
.wp-theme-6 .ld .bg-3
{
    background: #202020;
    color: #888;
}
.wp-theme-6 .bg-4
{
    background: #333;
    color: #FFF;
}
.wp-theme-6 .dark
{
    background: #333;
    color: #FFF;
}
.wp-theme-6 .red
{
    background: #f99d2a;
    color: #FFF;
}
.wp-theme-6 .orange
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-6 .green
{
    background: #f39c12;
    color: #FFF;
}
.wp-theme-6 .blue
{
    background: #3498db;
    color: #FFF;
}
.wp-theme-6 .light
{
    background: #fff;
    color: #616161 !important;
}
.wp-theme-6 .blockquote-1:hover
{
    border-color: #d35400;
}
.wp-theme-6 .blockquote-1 p
{
    font-size: 13px;
}
.wp-theme-6 .section-title
{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.wp-theme-6 .lw .section-title
{
    color: #333;
}
.wp-theme-6 .ld .section-title
{
    color: #fff;
}
.wp-theme-6 .section-title.white
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wp-theme-6 .navbar-wp
{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}
.wp-theme-6 .lw .navbar-wp
{
    background: #fff;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-6 .ld .navbar-wp
{
    background: #181818;
    border-bottom: 1px solid #444;
}
.wp-theme-6 .ld .sticky-wrapper .navbar-wp
{
    background: rgba(24,24,24,0.85);
    border-bottom: 1px solid #444;
}
.wp-theme-6 .navbar-wp .navbar-nav > li > a
{
    padding: 28px 16px;
    margin-right: 0;
    font-size: 15px;
    font-weight: normal;
}
.wp-theme-6 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-6 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-6 .lw .navbar-wp .navbar-nav > li > a
{
    color: #333;
}
.wp-theme-6 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #333;
}
.wp-theme-6 .lw .navbar-wp .navbar-nav > li > a:hover, .wp-theme-6 .lw .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #d35400;
}
.wp-theme-6 .ld .navbar-wp .navbar-nav > li > a
{
    color: #fff;
}
.wp-theme-6 .ld .navbar-wp .navbar-nav > li > a.dropdown-form-toggle
{
    color: #fff;
}
.wp-theme-6 .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-6 .ld .navbar-wp .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #d35400;
}
.wp-theme-6 .navbar-wp .navbar-nav > .active > a, .wp-theme-6 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-6 .navbar-wp .navbar-nav > .active > a:focus
{
    color: #fff !important;
    background-color: #d35400;
    border-radius: 0;
}
.wp-theme-6 .navbar-wp .navbar-nav > .disabled > a, .wp-theme-6 .navbar-wp .navbar-nav > .disabled > a:hover, .wp-theme-6 .navbar-wp .navbar-nav > .disabled > a:focus
{
    color: #cccccc;
    background-color: transparent;
}
.wp-theme-6 .navbar-wp .navbar-nav > .open > a, .wp-theme-6 .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-6 .navbar-wp .navbar-nav > .open > a:focus
{
    color: #FFF !important;
    background-color: #d35400;
}
.wp-theme-6 .navbar-wp .navbar-nav > .open > a .caret, .wp-theme-6 .navbar-wp .navbar-nav > .open > a:hover .caret, .wp-theme-6 .navbar-wp .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-6 .navbar-wp .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-6 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-6 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-6 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #d35400;
}
.wp-theme-6 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-6 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-6 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus
{
    color: #d35400 !important;
    background-color: none;
}
.wp-theme-6 .navbar-wp .navbar-toggle
{
    border-color: #333;
    margin-top: 20px;
}
.wp-theme-6 .navbar-wp .navbar-toggle .icon-bar
{
    background-color: #4c4c4c;
}
.wp-theme-6 .navbar-wp .navbar-toggle .icon-custom
{
    font-size: 18px;
}
.wp-theme-6 .navbar-wp .navbar-toggle:hover, .wp-theme-6 .navbar-wp .navbar-toggle:focus
{
    background-color: #d35400;
    border-color: #d35400;
}
.wp-theme-6 .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-6 .navbar-wp .navbar-toggle:focus .icon-bar
{
    background-color: #FFF;
}
.wp-theme-6 .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-6 .navbar-wp .navbar-toggle:focus .icon-custom
{
    color: #FFF;
}
.wp-theme-6 .navbar-wp .navbar-toggle-aside-menu
{
    padding: 8px 10px 2px 10px;
}
.wp-theme-6 .navbar-wp .navbar-collapse, .wp-theme-6 .navbar-wp .navbar-form
{
    border-color: #e7e7e7;
}
.wp-theme-6 .navbar-wp .navbar-nav > .dropdown > a:hover .caret, .wp-theme-6 .navbar-wp .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-6 .navbar-wp .dropdown-menu
{
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #d35400;
    border-bottom: 3px solid #d35400;
    border-radius: 0;
}
.wp-theme-6 .navbar-wp .dropdown-menu > li
{
    border-bottom: 1px solid #e0eded;
}
.wp-theme-6 .navbar-wp .dropdown-menu > li:last-child
{
    border: 0;
}
.wp-theme-6 .navbar-wp .dropdown-menu > li > a
{
    color: #333;
    padding: 8px 15px;
}
.wp-theme-6 .navbar-wp .dropdown-menu > li > a:hover
{
    background: #d35400;
    color: #FFF;
}
.wp-theme-6 .navbar-wp .dropdown-menu label.checkbox
{
    color: #333;
}
.wp-theme-6 .navbar-wp .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-6 .navbar-wp .dropdown-menu-user
{
    border: 1px solid #e0eded;
    border-top-color: transparent;
}
.wp-theme-6 .navbar-wp .dropdown-menu-user
{
    background: #fff;
}
.wp-theme-6 .navbar-wp .navbar-right .dropdown-menu-user
{
    background: #fff;
    border-color: transparent;
}
.wp-theme-6 .navbar-wp .navbar-right .social-link
{
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    margin: 18px 0;
    border-radius: 100%;
}
.wp-theme-6 .navbar-wp .navbar-right .social-link.facebook:hover
{
    background: #43609c;
    color: #fff;
}
.wp-theme-6 .navbar-wp .navbar-right .social-link.pinterest:hover
{
    background: #cb2027;
    color: #fff;
}
.wp-theme-6 .navbar-wp .navbar-right .social-link.twitter:hover
{
    background: #62addb;
    color: #fff;
}
.wp-theme-6 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-6 .lw .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-6 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:hover, .wp-theme-6 .ld .navbar-wp.navbar-contrasted .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #2c2c2c;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .open > a, .wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover, .wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #2c2c2c;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .open > a .caret, .wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:hover .caret, .wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .open > a:focus .caret
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > .dropdown > a .caret
{
    border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle
{
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-6 .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus
{
    background: none;
    color: #d35400;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    bottom: 100%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-right: -35px;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after
{
    border-color: rgba(136,183,213,0);
    border-bottom-color: #2c2c2c;
    border-width: 10px;
    margin-left: -35px;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu
{
    min-width: 220px;
    background: #2c2c2c;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu > li
{
    border-bottom: 1px solid #262626;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu > li > a
{
    color: #fff;
    padding: 8px 15px;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover
{
    background: #d35400;
    color: #FFF;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox
{
    color: #fff;
}
.wp-theme-6 .navbar-wp.navbar-contrasted .dropdown-form h4
{
    margin: 0;
    padding: 15px 15px 5px 15px;
    color: #FFF;
}
.wp-theme-6 .dropdown-submenu
{
    position: relative;
}
.wp-theme-6 .dropdown-submenu > .dropdown-menu
{
    top: -5px;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}
.wp-theme-6 .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.wp-theme-6 .dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -6px;
}
.wp-theme-6 .dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.wp-theme-6 .dropdown-submenu.pull-left
{
    float: none;
}
.wp-theme-6 .dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
}
.wp-theme-6 .nav > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-theme-6 .nav > ul > li
{
    border-bottom: 1px solid #333;
}
.wp-theme-6 .nav > ul > li > a
{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
.wp-theme-6 .nav > ul > li > a:hover
{
    text-decoration: none;
    color: #d35400;
    background: #292929;
}
.wp-theme-6 .nav > ul > li > a > i
{
    margin-right: 5px;
}
.wp-theme-6 .lw .pg-opt
{
    border-bottom: 1px solid #e0eded;
    background: #fcfcfc;
}
.wp-theme-6 .ld .pg-opt
{
    border-bottom: 1px solid #444;
    background: #111;
}
.wp-theme-6 .pg-opt.fixed
{
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid #e0eded;
    z-index: 900;
}
.wp-theme-6 .pg-opt h2
{
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%;
}
.wp-theme-6 .pg-opt.fixed h2
{
    margin-bottom: 15px;
}
.wp-theme-6 .pg-opt hr
{
    margin: 0;
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc;
    box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-6 .pg-opt.fixed hr
{
    display: none;
}
.wp-theme-6 .pg-opt .breadcrumb
{
    float: right;
    margin: 0;
    padding: 16px 0;
    background: none;
    border-radius: 0;
}
.wp-theme-6 .pg-opt .breadcrumb a
{
    color: #d35400;
}

/*custom css*/

.container
{
    max-width: 1170px !important;
}

.dentistContainer
{
    max-width: 996px !important;
}

.header-right-wrapper
{
    margin-top: 10px;
}
.tabcontainer
{
    margin: 35px 0 0 0;
    display: block;
    width: 480px;
}
.layerslider-banner img
{
    width: 100%;
}
.w-box-dental
{
    /*padding-left:50px;*/
}
.tab-content
{
    background: #03a5b4;
    padding: 25px 0px 20px 5px;
    min-height: 110px;
    color: #fff;
    -webkit-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.7);
}
.nav-tabs
{
    border: none;
}
.shop-cart-a
{
    padding: 0;
}
.contact-info p
{
    margin-bottom: -20px;
}

.li-call
{
    font-size: 14px;
}
.tab-content p
{
    font-size: 22px;
}
.navbar-header
{
    width: 100%;
}
.span-join
{
    float: left;
    font-size: 16px;
}
.span-qus
{
    float: left;
    font-size: 12px;
    line-height: 28px;
    margin-left: 20px;
    font-weight: bold;
    color: #000;
}
a.lnk-header-right
{
    font-size: 12px;
    color: #343741;
    font-family: "Cabin Condensed";
}
.div-contact
{
    width: 237px;
}
.div-contact2
{
    width: 240px;
}
.div-contact, .div-time
{
    float: right;
}
.div-contact h3
{
    color: #00a7b8;
    font-size: 19px;
    line-height: 24px;
    margin: 0;
}
#txtzipcode, #txtplanzipcode, #txtPlanZipFooter
{
    border-radius: 0;
    height: 40px;
}

.txtzipcode
{
    border-radius: 0;
    height: 40px;
}

#txtplanzipcode
{
    border-radius: 0;
    height: 40px;
}

.icon-call
{
    background: url("/content/responsive/images/icon-call.png") no-repeat;
    height: 23px;
    width: 22px;
    display: block;
    float: left;
    margin-right: 8px;
}
.fa.fa-shopping-cart
{
    float: left \9;
    float: left \0/;
}
a.span-visit
{
    color: #00a7b5;
    font-size: 13px;
    font-family: Arial;
}
.nav > li
{
    text-align: center;
    /* border-right: #fff 1px solid; */
}
.span-tel
{
    font-size: 13px;
    font-family: Arial;
}
/*
.div-time
{
    font-size: 10px;
    color: #343741;
    clear: both;
    font-family: Arial;
}
*/
.f-wrapper
{
    padding: 0 20px;
}
.ul-offer-left
{
    float: left;
}
.fgroup-wrapper-inner
{
    padding: 30px;
    background: #fef0df;
    border: solid 1px #e3e1e0;
    max-width: 430px;
}
.fgroup-wrapper h4
{
    margin: 0;
    font-size: 17px;
}
.offer-wrapper
{
    margin-top: 10px;
    display: block;
}
.ul-offer-right
{
    margin-top: 10px;
    display: block;
    float: right;
}
.ul-offer-left
{
    width: 45%;
    margin-top: 10px;
    margin-left: 15px;
}
ul.ul-offer
{
    list-style-image: url('/content/responsive/images/arrow-bullet.png');
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.icon-tick
{
    background-image: url('/content/responsive/images/tick.png');
    height: 30px;
    width: 30px;
    position: relative;
    top: 10px;
}
/*
.broker-ul .list-wrap
{
margin-left:50px;
padding:0;
}
.broker-ul .col-md-4
{
width:28%;
}
*/
.broker-ul ul
{
    list-style-type: none;
}
.broker-ul .section-title-dp
{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: -20px 0 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
.broker-ul .row
{
    padding-left: 40px;
}
.tabcontainer .tab-pane.active.in
{
    padding-right: 10px;
}
.tabcontainer .nav-tabs > li a
{
    background: #008c9d;
    padding: 5px 0px;
    color: #fff;
    font-size: 18px;
    margin-right: 0px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}
.tabcontainer .nav-tabs > li a:active
{
    background: #00a8b5;
    color: #fff;
    border: solid 1px #00a8b5;
}
.tabcontainer .nav-tabs > li a:hover
{
    background: #008c9d;
    color: #fff;
    border: solid 1px #008c9d;
}
.tabcontainer .nav-tabs li a.active
{
    background: #008c9d !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    background: #00a8b5;
    color: #fff;
    border: solid 1px #00a8b5;
}
#div-txtzipcode
{
    float: left;
    width: 275px;
}
#ACAdiv-txtzipcode
{
    float: left;
    width: 160px;
}
a.btnsearch, a.btnorange
{
    background: #e88f19;
    padding: 12px 20px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
    width: 130px;
    text-align: center;
}
a.btnsearch:hover
{
    color: #fff !important;
}
#btnsearchMenu
{
    color: #fff !important;
    margin-top: 3px;
}
#btnsearchMenu: hover
{
    color: #fff !important;
}

#btnsearch1, #btnPlanSearch, #btnDentistSearch
{
    margin: 30px 0 0 0;
    right: 15px;
}
.div-radio
{
    padding: 5px 0;
    position: relative;
    top: 10px;
    clear: both;
}
.div-radio label
{
    font-weight: normal;
}
.form-horizon-wrapper
{
    background: #0ea7b7;
    color: #fff;
}
.form-horizon p
{
    font-size: 33px;
    line-height: 40px;
}
.txt-zip
{
    width: 296px;
}
#div-txtzip-dentist
{
    float: left;
    margin-right: 10px;
    width: 135px;
}
#txtdentist, #txtlastname
{
    padding: 10px;
    border-radius: 0;
}
#dentist
{
    margin-bottom: 27px;
}
.w-box-dental p
{
    line-height: 25px;
    padding-top: 25px;
}
.form-horizon.row
{
    padding: 30px 0 20px;
}
.form-horizon .div-radio
{
    text-align: left;
    padding: 0 0 0 20px;
    position: relative;
    top: 0px;
}

.form-horizon .radio-inline, .form-horizon.checkbox-inline
{
    padding-left: 0;
    font-size: 17px;
}
input.css-radiobox[type="radio"] + label.radio-label
{
    font-size: 17px;
}
.footer-wrapper p
{
    color: #6A6A6A;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    background: #fff;
}
.table-wrapper
{
    margin: 15px 0;
    display: block;
}
.th1-subheading
{
    font-size: 16px;
}
.table-wrapper table th
{
    background: #00a8b5;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.table-wrapper tbody
{
    background: #e7f2f4;
}

.table-wrapper table td
{
    border: none !important;
    padding: 0px !important;
}
.tr-first, .tr-last
{
    height: 15px;
}
.key-table-wrapper h2
{
    font-size: 18px;
    line-height: 24px;
    color: #4E4E4E;
    margin: 0;
}

.th1-heading
{
    font-size: 20px;
}
.th1-heading span
{
    padding-left: 17px;
}
.th1-heading span, .th1 span
{
    display: block;
}
.th1 span
{
    font-size: 14px;
}
th.col-discount
{
    background: #ff9e1b !important;
}
.col-discount
{
    width: 120px;
    background: #f9b14d;
    text-align: center;
}
.col-ins
{
    width: 120px;
    text-align: center;
}
.col-discount .checkbox
{
    margin: 0 auto;
    width: 20px;
}
.detal-sav-wrapper
{
    margin: 25px 0 0 0;
}
.div-3-col-wrapper
{
    background-color: #00a7b5;
}
.slider-wrapper
{
    border-top: #00b6c9 3px solid;
    text-align: center;
    margin: 0px;
    padding: 20px 0;
}
.nbs-flexisel-item
{
    /* width:250px !important; */
}

a:focus
{
    outline: 0;
}


/*---css for home page----*/
.title-col-12 .col-md-12
{
    pading: 0;
}
.member-list
{
    background: #fff;
}
.member-list-wrap
{
    display: inline-block;
    background: url(/content/responsive/images/bottom-shadow.png) no-repeat left bottom;
    padding: 25px 20px;
    min-height: 180px;
}
.member-list h2
{
    color: #00b6c9;
    font-size: 26px;
    font-weight: bold;
}

.member-list-wrap h3
{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}
.member-con
{
    background: url(/content/responsive/images/member-icon.png);
    display: block;
    height: 64px;
    width: 72px;
    float: left;
    margin-top: 5px;
}
.icon-cust .member-con
{
    margin-top: 0;
}

.icon-save > div
{
    background-position: 0px 0px;
}
.icon-save h3
{
    color: #aec20e;
}
.icon-cust > div
{
    background-position: 0px -75px;
}
.icon-cust h3
{
    color: #f47a67;
}
.icon-smile > div
{
    background-position: 0px -148px;
}
.icon-smile h3
{
    color: #ed9318;
}
.member-right
{
    float: right;
    width: 74%;
    text-align: left;
    padding-left: 10px;
}
.member-right p
{
    font-size: 12px;
    font-family: Arial;
    color: #000;
}


.footer-wrapper-all
{
    background: #46474d;
    color: #fff;
    text-align: center;
}
.footer-wrapper-all p
{
    font-size: 11px;
    margin-top: 10px;
    line-height: 16px;
    color: #d7d7d7;
}
.footer-wrapper-all a
{
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    font-weight: bold;
}
.member-btn-section
{
    background: #fde6ca;
    margin-top: 40px;
}

.btn-wrapper
{
    color: #fff;
    display: block;
}
.btn-inwrap
{
    padding: 15px 20px 15px 30px;
    border-bottom: solid 1px #fff;
    display: block;
    text-align: center;
}

.btn-inwrap .fa.fa-arrow-circle-right
{
    color: #f99d2a;
    float: right;
}
.btn-inwrap .fa-2x
{
    font-size: 1.5em;
}

.carousel-desk-heading h2
{
    color: #00a5b6;
    font-size: 32px;
    margin: 0;
    word-spacing: -6px;
    text-shadow: none;
}
.carousel-desk-heading h3
{
    font-size: 22px;
    color: #343701;
    margin: 0;
    font-weight: normal;
    text-shadow: none;
}
.carousel-desk-heading h5
{
    color: #343701;
    font-size: 14px;
    margin: 0;
    text-shadow: none;
}

.carousel-caption
{
    float: right !important;
    left: 43%;
    right: 1%;
    padding-top: 35px;
}
.video-wrapper
{
    margin: 20px 0 0 0;
    padding: 0;
}
.img-bbb
{
    float: right;
    bottom: 0;
}
.spacer
{
    float: right;
    height: calc(100% - 200px);
    width: 0;
}

/*------css for contact page------------*/
#btncontact
{
    float: right;
    width: 170px;
}
.contact-heading-wrapper
{
    background: #00b6c9;
    color: #fff;
    height: 38px;
}
.contact-heading-wrapper h3
{
    margin: 0;
    font-size: 20px;
    margin: 8px;
}
.member-list hr
{
    border: 1px solid #00a5b4;
    margin-bottom: 15px;
    margin-top: 2px;
}
.contact-form-wrapper
{
    background: #b0e8ee;
    color: #343741;
    padding: 30px 0;
}
.contact-form-wrapper label
{
    font-weight: normal;
    margin-left: 10px;
}
.btn-drp
{
    width: 285px;
    border-radius: 10px !important;
    border: solid 1px #74999d !important;
    text-align: left;
    font-size: 14px;
}
.btn-drp .caret
{
    float: right;
    margin-top: 10px;
    position: relative;
}

.txt-bg
{
    border-radius: 10px !important;
    moz-border-radius: 10px !important;
    webkit-border-radius: 10px !important;
    border: solid 1px #74999d;
    background-image: -webkit-gradient( 	linear, 	left top, 	left bottom, 	color-stop(0, #d7d3cc), 	color-stop(1, #fff) );
    background-image: -o-linear-gradient(bottom, #d7d3cc 0%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #d7d3cc 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #d7d3cc 0%, #fff 100%);
    background-image: -ms-linear-gradient(bottom, #d7d3cc 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #d7d3cc 0%, #fff 100%);
}
.chk-sign label
{
    font-size: 14px;
}

a.btnsendwrap
{
    border: medium none;
    float: right;
    text-decoration: none;
}
.btnsendwrap .fa.fa-arrow-right
{
    background: #eb9422;
    color: hsl(0, 0%, 100%);
    padding: 10px 6px;
    border-radius: 0 6px 6px 0;
    moz-border-radius: 0 6px 6px 0;
    webkit-border-radius: 0 6px 6px 0;
    font-size: 0.8em;
    font-weight: normal;
    margin-left: -5px;
}
#btnsend
{
    border: solid 0px #f6f3e8;
    padding: 6px 18px 7px 18px;
    border-radius: 6px 0 0 6px;
    moz-border-radius: 6px 0 0 6px;
    webkit-border-radius: 6px 0 0 6px;
    background-image: -webkit-gradient( 	linear, 	left top, 	left bottom, 	color-stop(0, #eeeae1), 	color-stop(1, #c0b9ac) );
    background-image: -o-linear-gradient(bottom, #eeeae1 0%, #c0b9ac 100%);
    background-image: -moz-linear-gradient(bottom, #eeeae1 0%, #c0b9ac 100%);
    background-image: -webkit-linear-gradient(bottom, #eeeae1 0%, #c0b9ac 100%);
    background-image: -ms-linear-gradient(bottom, #eeeae1 0%, #c0b9ac 100%);
    background-image: linear-gradient(to bottom, #eeeae1 0%, #c0b9ac 100%);
}



/*---------dental saving plan-----------*/
ul.ul-dentalsaving
{
    padding: 0;
    margin: 0 10px;
}
.ul-dentalsaving li
{
    list-style-type: none;
    background: url('/content/responsive/images/blue-bullet.png') no-repeat 0 10px;
    font-size: 14px;
    padding: 0 10px;
}
a.lnkblue
{
    color: #00b6c9;
    font-size: 18px;
}

.video-about
{
    margin-bottom: -25px;
}
.video-saving
{
    padding-bottom: 15px;
    margin-top: -5px;
}

/*------------login page css-------------*/
.login-wrapper .contact-form-wrapper
{
    padding: 20px 10px;
}
.login-wrapper.member-list h2
{
    font-size: 28px;
}
.p-aff
{
    font-size: 15px !important;
}
#btnlogin
{
    clear: both;
    font-size: 18px;
    width: 100px;
    padding: 5px 10px;
    border: solid 1px #da8219;
    border-radius: 6px;
}
a.lnkfpwd
{
    clear: both;
    color: #505050;
    font-size: 12px;
}
.login-footer
{
    background: #00b6c9;
    padding: 10px 20px;
}
a.lnkmember
{
    clear: both;
    color: #fff;
    font-size: 14px;
}
.login-wrapper .contact-form-wrapper label
{
    font-weight: normal;
    margin-left: 10px;
    font-size: 14px;
}
.login-wrap-inner
{
    border: solid 1px #00b6c9;
}
#btnAffiliate
{
    float: right;
    font-size: 13px;
}

.login-wrapper input
{
    width: 50%;
}

/*
#toTop
{
    display: none !important;
}
*/
.side-searchbox
{
    margin-bottom: 20px;
    margin-right: 12px;
    padding-top: 20px;
    background-color: #00b6c8;
    border-radius: 20px;
    float: right;
    width: 300px;
    height: 200px;
    align-content: center;
    color: #FFFFFF;
    font-size: 14px;
}

/*--------------------------------------mobile css starts--------------------------------*/

@media only screen and (max-width:767px)
{
    .wp-theme-6 .pg-opt .pg-nav
    {
        float: left;
        margin-bottom: 10px;
    }
    .wp-theme-6 .pg-opt h2
    {
        padding: 20px 0 0 0;
    }
}
.wp-theme-6 .page-header
{
    margin: 0;
    border: 0;
}
.wp-theme-6 .page-header p
{
    font-size: 16px;
}
.wp-theme-6 .w-box
{
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}
.wp-theme-6 .w-box:before, .wp-theme-6 .w-box:after
{
    display: table;
    content: "";
}
.wp-theme-6 .w-box:after
{
    clear: both;
}
.wp-theme-6 .w-box h1
{
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
}
.wp-theme-6 .lw .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.wp-theme-6 .ld .w-box h2
{
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.wp-theme-6 .w-box.inner h2
{
    padding: 10px 0;
}
.wp-theme-6 .w-box small
{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.wp-theme-6 .w-box p
{
    margin: 6px 0;
    padding: 0 15px;
    padding-bottom: 8px;
}
.wp-theme-6 .w-box time
{
    display: block;
    padding: 8px 15px 0 15px;
}
.wp-theme-6 .w-box .w-footer
{
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.wp-theme-6 .w-box .w-footer:before, .wp-theme-6 .w-box .w-footer:after
{
    display: table;
    content: "";
}
.wp-theme-6 .w-box .w-footer:after
{
    clear: both;
}
.wp-theme-6 .w-box .w-footer small
{
    font-size: 12px;
}
.wp-theme-6 .w-box .w-box-parent
{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wp-theme-6 .w-box .date-over
{
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-weight: normal;
}
.wp-theme-6 .w-box .date-over.small
{
    padding: 4px 8px;
    font-size: 12px;
}
.wp-theme-6 .w-box .date-over strong
{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.wp-theme-6 .w-box.dark
{
    background: #333;
}
.wp-theme-6 .w-box.dark h2
{
    color: #fff;
}
.wp-theme-6 .w-box.white h2
{
    border-bottom: 0;
    text-align: center;
}
.wp-theme-6 .w-box.white .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.wp-theme-6 .lw .w-box.white
{
    background: #FFF;
}
.wp-theme-6 .lw .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-6 .ld .w-box.white
{
    background: #202020;
    border: 1px solid #444;
}
.wp-theme-6 .ld .w-box.white .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.wp-theme-6 .w-box.w-box-inverse .thmb-img i
{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
}
.wp-theme-6 .lw .w-box.w-box-inverse .thmb-img i
{
    background: #fcfcfc;
    color: #d35400;
}
.wp-theme-6 .ld .w-box.w-box-inverse .thmb-img i
{
    background: #363636;
    color: #fff;
}
.wp-theme-6 .w-box.w-box-inverse .thmb-img:hover i
{
    background: #d35400;
    color: #FFF;
}
.wp-theme-6 .c-box
{
    border: 1px solid #d35400;
}
.wp-theme-6 .c-box .c-box-header
{
    padding: 10px 15px;
    background: #d35400;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-theme-6 .c-box .table
{
    margin: 0;
}
.wp-theme-6 .ld .w-section h4, .wp-theme-6 .ld .w-section h3, .wp-theme-6 .ld .w-section h2
{
    color: #fff;
}
.wp-theme-6 .w-section .aside-feature
{
    margin: 10px;
    cursor: default;
}
.wp-theme-6 .w-section .aside-feature .icon-feature
{
    font-size: 68px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.wp-theme-6 .w-section .aside-feature:hover .icon-feature, .wp-theme-6 .w-section .aside-feature:hover h4
{
    color: #d35400;
}
.wp-theme-6 .w-section .aside-feature .img-feature
{
    margin-top: 4px;
    display: block;
}
.wp-theme-6 .w-section .aside-feature .img-feature img
{
    width: 78px;
}
.wp-theme-6 .layer-slider-wrapper
{
    max-height: 500px;
    overflow: hidden;
    border-bottom: 1px solid #e0eded;
}
.wp-theme-6 .layer-slider-wrapper .title
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-6 .layer-slider-wrapper .title.title-base
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FFF;
    background: #f99d2a;
    text-transform: capitalize;
}
.wp-theme-6 .layer-slider-wrapper .title.title-dark
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.wp-theme-6 .layer-slider-wrapper .subtitle
{
    font-size: 22px;
    line-height: 30px;
    color: #d35400;
    text-transform: capitalize;
}
.wp-theme-6 .layer-slider-wrapper .list-item
{
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #d35400;
    text-transform: capitalize;
}
.wp-theme-6 .layer-slider-wrapper .text-standard
{
    font-size: 16px;
    line-height: 22px;
}
.wp-theme-6 .box-element
{
    padding: 20px;
}
.wp-theme-6 .box-element:nth-child(n+1)
{
    margin-top: 20px;
}
.wp-theme-6 .box-element h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.wp-theme-6 .box-element.box-element-bordered
{
    background: transparent !important;
    border: 1px solid #d35400;
}
.wp-theme-6 .box-element.box-element-outer
{
    padding-left: 0;
    padding-right: 0;
}
.wp-theme-6 .pricing-plans .plan-header .popular-tag
{
    background: #333;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
.wp-theme-6 .carousel-2
{
    position: relative;
}
.wp-theme-6 .carousel-2 .item
{
    padding: 36px 0 !important;
}
.wp-theme-6 .carousel-2 .carousel-indicators
{
    bottom: 0;
}
.wp-theme-6 .carousel-2 .carousel-indicators li
{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.wp-theme-6 .carousel-2 .carousel-indicators .active
{
    background-color: #d35400;
}
.wp-theme-6 .carousel-2 .img-thumbnail
{
    margin-top: 26px;
}
.wp-theme-6 .carousel-2 h2
{
    font-size: 22px;
}
.wp-theme-6 .carousel-2 .carousel-nav a
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    border: 1px solid transparent;
    background: #f5f5f5;
    color: #d35400;
    opacity: 1;
}
.wp-theme-6 .carousel-2 .carousel-nav a:hover
{
    background: #d35400 !important;
    color: #fff;
}
.wp-theme-6 .carousel-2 .carousel-nav a.left
{
    right: 36px;
}
.wp-theme-6 .carousel-2 .carousel-nav a.right
{
    right: 0;
}
.wp-theme-6 .carousel-2 .carousel-control i
{
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11px;
}
.wp-theme-6 .carousel-2 .carousel-control.left i
{
    left: 18px;
}
.wp-theme-6 .carousel-2 .carousel-control.right i
{
    right: 18px;
}
.wp-theme-6 .carousel-3
{
    position: relative;
}
.wp-theme-6 .carousel-3 .carousel-nav a
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    border: 1px solid transparent;
    background: #f5f5f5;
    color: #d35400;
    opacity: 1;
}
.wp-theme-6 .carousel-3 .carousel-nav a:hover
{
    background: #d35400 !important;
    color: #fff;
}
.wp-theme-6 .carousel-3 .carousel-nav a.left
{
    right: 36px;
}
.wp-theme-6 .carousel-3 .carousel-nav a.right
{
    right: 0;
}
.wp-theme-6 .carousel-3 .carousel-nav a:hover
{
    background: #FFF;
}
.wp-theme-6 .carousel-testimonials
{
    position: relative;
    border: 1px solid #e0eded;
}
.wp-theme-6 .like-button .button
{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: #ddd;
}
.wp-theme-6 .like-button .button i
{
    font-size: 20px;
    color: #ddd;
}
.wp-theme-6 .like-button .button.liked i
{
    color: #d35400;
}
.wp-theme-6 .like-button .count
{
    display: block;
    text-align: right;
    position: relative;
    top: -7px;
}
.wp-theme-6 .like-button.inline .button
{
    display: inline-block;
    padding: 0;
}
.wp-theme-6 .like-button.inline .count
{
    display: inline-block;
    top: -2px;
}
.wp-theme-6 .like-button.inline .count small
{
    font-size: 13px;
}
.wp-theme-6 .side-like-box
{
    text-align: center;
    padding: 5px 5px 0 5px;
    margin-top: 10px;
}
.wp-theme-6 .side-like-box .button
{
    text-align: center;
    padding: 0;
}
.wp-theme-6 .side-like-box .count
{
    text-align: center;
}
.wp-theme-6 .side-like-box i
{
    font-size: 24px;
}
.wp-theme-6 ul.list-listings
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.wp-theme-6 ul.list-listings li
{
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.wp-theme-6 ul.list-listings li.featured
{
    border-color: #d35400;
}
.wp-theme-6 ul.list-listings li:before, .wp-theme-6 ul.list-listings li:after
{
    content: "";
    display: table;
}
.wp-theme-6 ul.list-listings li:after
{
    clear: both;
}
.wp-theme-6 ul.list-listings .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-theme-6 ul.list-listings .listing-image
{
    width: 25%;
    height: 150px;
    float: left;
    overflow: hidden;
}
.wp-theme-6 ul.list-listings .listing-body
{
    width: 50%;
    height: 150px;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc;
}
.wp-theme-6 ul.list-listings .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.wp-theme-6 ul.list-listings .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.wp-theme-6 ul.list-listings .listing-actions
{
    width: 25%;
    height: 110px;
    padding-top: 40px;
    float: left;
    text-align: center;
}
.wp-theme-6 ul.list-listings .listing-actions .btn
{
    margin-top: 6px;
}
.wp-theme-6 ul.list-check
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.wp-theme-6 ul.list-check li
{
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
.wp-theme-6 ul.list-check li i
{
    color: #d35400;
    font-style: normal;
    margin-right: 4px;
}
.wp-theme-6 ul.list-check li span
{
    font-size: 14px;
}
.wp-theme-6 ul.categories
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
.wp-theme-6 ul.categories li
{
    border-bottom: 1px solid #e0eded;
    position: reltive;
}
.wp-theme-6 ul.categories li:last-child
{
    border: 0;
}
.wp-theme-6 ul.categories li a
{
    display: block;
    padding: 10px 15px;
}
.wp-theme-6 ul.categories li a:after
{
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.wp-theme-6 ul.categories li a:hover
{
    background: #d35400;
    color: #FFF;
    text-decoration: none;
}
.wp-theme-6 ul.categories li a i
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-style: normal;
    color: #999;
    font-size: 11px;
}
.wp-theme-6 ul.categories li a:hover i
{
    color: #FFF;
}
.wp-theme-6 .timeline .year
{
    width: 100%;
    background: #333;
    padding: 8px 10px;
    margin: 20px auto 40px !important;
    font-size: 20px;
}
.wp-theme-6 .timeline .year
{
    border-radius: 3px;
}
.wp-theme-6 .timeline .event
{
    padding: 0;
    border: 1px solid #e0eded;
    border-radius: 0;
}
.wp-theme-6 .timeline .event:nth-child(2n):before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -6.8% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #d35400;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-6 .timeline .event:nth-child(2n-1):after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.wp-theme-6 .timeline .event:nth-child(2n-1):before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -6.5% !important;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #d35400;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wp-theme-6 .timeline .event-date
{
    margin: 0;
    background: #FFF;
    border-bottom: 1px solid #e0eded;
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
}
.wp-theme-6 .timeline .event:nth-child(2n) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-6 .timeline .event:nth-child(2n) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-6 .timeline .event:nth-child(2n-1) .event-date:after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: -12px !important;
    top: 12px;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 20;
}
.wp-theme-6 .timeline .event:nth-child(2n-1) .event-date:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -13px;
    width: 0;
    height: 0;
    border-right: 13px solid #ddd;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 0;
}
.wp-theme-6 .timeline .event-date small
{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: normal;
}
.wp-theme-6 .timeline .event-date i
{
    margin-right: 7px;
}
.wp-theme-6 .timeline .event-body
{
    background: #f8f8f8;
}
.wp-theme-6 .timeline .event-footer
{
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    background: none;
    border-top: 1px solid #e0eded;
}
.wp-theme-6 .timeline .event-footer:after, .wp-theme-6 .timeline .event-footer:before
{
    display: table;
    content: " ";
}
.wp-theme-6 .timeline .event-footer:after
{
    clear: both;
}
.wp-theme-6 .timeline .event img
{
    margin: 0;
}
.wp-theme-6 .timeline p
{
    padding: 20px 10px;
    text-align: left;
}
.wp-theme-6 .timeline iframe
{
    margin: 10px 0 0 0;
}
.wp-theme-6 #toTop
{
    display: block;
	text-decoration: none;
	position: fixed;
	bottom: -10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-6 #toTopHover
{
   bottom: 0px;
	background: #f99d2a;
	border-color: #fbbe74;
	width: 40px;
	overflow: hidden;
	float: left;
}
.wp-theme-6 #toTop:active, .wp-theme-6 #toTop:focus
{
    outline: none;
}
.wp-theme-6 #toTop:before
{
    font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}
.wp-theme-6 .widget.tags-wr
{
    padding-bottom: 15px;
}
.wp-theme-6 .tags-list:before, .wp-theme-6 .tags-list:after
{
    display: table;
    content: "";
}
.wp-theme-6 .tags-list:after
{
    clear: both;
}
.wp-theme-6 .tags-list
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wp-theme-6 .tags-list li
{
    border: 1px solid #d35400;
    background: #FFF;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #d35400;
    font-size: 12px;
}
.wp-theme-6 .tags-list li a
{
    color: #d35400;
    margin-left: 4px;
}
.wp-theme-6 .tags-list li:hover
{
    background: #d35400;
    color: #FFF;
}
.wp-theme-6 .tags-list li:hover a
{
    color: #FFF;
    text-decoration: none;
}
.progress
{
    height: 28px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .sr-only
{
    width: auto;
    height: 28px;
    margin: 0;
    margin-left: 30px;
    left: 0;
    clip: auto;
    line-height: 28px;
    font-size: 14px;
}
.progress-bar-one
{
    background-color: #e06d58;
}
.progress-bar-two
{
    background-color: #697e93;
}
.progress-bar-three
{
    background-color: #3b3e43;
}
.progress-bar-four
{
    background-color: #FFF;
}
div.tabs
{
    margin-bottom: 0;
}
div.tabs:before, div.tabs:after
{
    display: table;
    content: " ";
}
div.tabs:after
{
    clear: both;
}
div.tabs div.tab-content
{
    -moz-border-radius: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    padding: 15px;
}
div.tabs div.tab-content.tab-content-inverse
{
    border: 1px solid #EEE;
    background: transparent;
}
div.tabs ul.nav-tabs
{
    margin: 0;
}
div.tabs ul.nav-tabs li.active a
{
    background: #fff;
    border-top: 1px solid #ddd;
    color: #CCC;
}
div.tabs ul.nav-tabs a
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f7f7f7;
    border: 0;
    border-bottom: 0;
    margin-right: 0;
    color: #333;
}
div.tabs ul.nav-tabs a:hover
{
    border-top: 1px solid #ddd;
    color: #7a92ac;
}
div.tabs ul.nav-tabs a:active, div.tabs ul.nav-tabs a:focus
{
    border-bottom: 0;
}
div.tabs-left ul.nav-tabs a:active, div.tabs-left ul.nav-tabs a:focus
{
    border-right: 0;
}
div.tabs ul.nav-tabs a, div.tabs ul.nav-tabs a:hover
{
    border: 1px solid #EEE;
    border-right: 0;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
}
div.tabs ul.nav-tabs a:last-child, div.tabs ul.nav-tabs a:last-child:hover
{
    border-right: 1px solid #ddd;
}
div.tabs-left ul.nav-tabs a, div.tabs-left ul.nav-tabs a:hover
{
    border: 1px solid #EEE;
    border-right: 0;
    border-left: 2px solid #DDD;
    color: #CCC;
    font-size: 0.9em;
}
div.tabs-right ul.nav-tabs a, div.tabs-right ul.nav-tabs a:hover
{
    border: 1px solid #EEE;
    border-left: 0;
    border-right: 2px solid #DDD;
    color: #CCC;
    font-size: 0.9em;
}
.tabbable.tabs-left
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}
div.tabbable.tabs-left div.tab-content
{
    -moz-border-radius: 0 0 2px 2px;
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 0 0 2px 2px;
    border-left: 0;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
    padding: 15px;
}
div.tabbable.tabs-left ul.nav-tabs a
{
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    border: 1px solid #EEE;
    border-right: 0;
    border-radius: 2px 2px 0 0;
    color: #666;
    margin-bottom: 3px;
}
div.tabbable.tabs-left ul.nav-tabs li.active a
{
    background: #fff;
    color: #CCC;
}
.tabbable.tabs-right
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}
div.tabbable.tabs-right div.tab-content
{
    -moz-border-radius: 0 0 2px 2px;
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 0 0 2px 2px;
    border-left: 0;
    margin: 0;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
    padding: 15px;
}
div.tabbable.tabs-right ul.nav-tabs a
{
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    border: 1px solid #EEE;
    border-left: 0;
    border-radius: 2px 2px 0 0;
    color: #666;
    margin-bottom: 3px;
}
div.tabbable.tabs-right ul.nav-tabs li.active a
{
    background: #fff;
    color: #CCC;
}
.tabs-centered
{
    width: 100%;
    display: table;
    margin: 0 auto;
}
.tabs-centered ul li
{
    width: 100px;
    display: inline-block;
    float: none;
}
.nav-pills
{
    margin-bottom: 15px;
    border: 1px solid #EEE;
}
.nav-pills > li > a
{
    border-radius: 0;
    border-right: 1px solid #e0eded;
}
.nav-pills > li:last-child > a
{
    border-radius: 0;
    border-right: 0;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus
{
    background: #f5f5f5;
}
.nav-pills > li + li
{
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
    color: #f99d2a;
    background: none;
}
.panel
{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group
{
    margin-bottom: 30px;
}
.panel-group .panel
{
    border-radius: 0;
}
.panel-group .panel + .panel
{
    margin-top: 0;
    border-top: 0;
}
.panel-group .panel-heading
{
    padding: 14px 15px;
    position: relative;
}
.panel-group .panel-heading:after
{
    content: "+";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.panel-group .panel-heading:after
{
    content: "+";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.panel-group .panel-heading a
{
    font-weight: normal;
}
.panel-group .panel-heading a i
{
    margin-right: 5px;
    color: #f99d2a;
}
.panel
{
    border-radius: 0;
}
.panel .panel-heading
{
    border-radius: 0;
}
.modal-footer
{
    margin-top: 0;
}
.alert
{
    border-radius: 0;
}
.table > thead > tr > th
{
    border-bottom: 1px solid #ddd;
}
.table > thead > tr
{
    background: #f3f3f3;
}
iframe
{
    border: 0;
    margin-top: 0 !important;
}
h1.font-lg
{
    font-size: 100px;
    font-weight: 600;
}
.no-padding
{
    padding: 0 !important;
}
.no-margin
{
    margin: 0 !important;
}
.p-15
{
    padding: 15px !important;
}
.p-50
{
    padding: 50px 0 !important;
}
.pb-10
{
    padding-bottom: 10px;
}
.pb-20
{
    padding-bottom: 20px;
}
.pt-10
{
    padding-top: 10px;
}
.pt-20
{
    padding-top: 20px;
}
.pl-20
{
    padding-left: 20px;
}
.mt-20
{
    margin-top: 20px;
}
.mb-20
{
    margin-bottom: 20px;
}
.padding-y-10
{
    padding: 10px 0;
}
.padding-x-4
{
    padding: 0 4px;
}
.padding-x-8
{
    padding: 0 8px;
}
.padding-x-16
{
    padding: 0 16px;
}
.padding-x-20
{
    padding: 0 20px;
}
.padding-x-32
{
    padding: 0 32px;
}
.padding-y-20
{
    padding: 20px 0 !important;
}
.margin-b-10
{
    margin-bottom: 10px;
}
.margin-b-20
{
    margin-bottom: 20px;
}
.margin-t-15
{
    margin-top: 15px;
}
.margin-t-20
{
    margin-top: 20px;
}
.margin-y-10
{
    margin: 10px 0;
}
.margin-y-20
{
    margin: 20px 0;
}
.margin-x-20
{
    margin: 0 20px;
}
.strong
{
    font-weight: bold !important;
}
.img-center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bg-banner-1
{
    padding: 54px 0 !important;
    background: url(/content/responsive/images/prv/banner-img-4.jpg) fixed no-repeat !important;
    color: #fff;
}
.bg-banner-2
{
    padding: 54px 0 !important;
    background: url(/content/responsive/images/prv/banner-img-1.jpg) no-repeat fixed !important;
    color: #fff;
}
.mask-dark
{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/content/responsive/images/background/slash_it.png);
    opacity: 0.4;
}
.img-thumbnail
{
    border-radius: 0;
}
.blockquote-1
{
    margin-top: 20px;
}
header
{
    padding: 0;
}
header .navbar-brand
{
    padding: 0;
    margin-top: 14px;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 50px;
}
header .navbar-brand img
{
    height: 42px;
}
header .navbar-fixed
{
    width: 100%;
    left: 0;
}
header .navbar-fixed .navbar
{
    width: 100%;
}
.top-header
{
    border-bottom: 1px solid #eee;
    background: #fff;
    display: none;
}
.top-header .aux-text
{
    padding: 10px 0;
    color: #999;
    font-size: 11px;
}
.top-header .top-header-menu
{
    float: right;
}
.top-header .top-header-menu > ul.menu
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-header .top-header-menu > ul.menu > li
{
    position: relative;
    float: left;
    display: inline-block;
    border-right: 1px solid #eee;
}
.top-header .top-header-menu > ul.menu > li:last-child
{
    border: 0;
}
.top-header .top-header-menu > ul.menu > li > a
{
    display: block;
    padding: 10px 15px;
    color: #333;
}
.top-header .top-header-menu > ul.menu > li.dropdown > a:after
{
    content: "\f107";
    margin-left: 6px;
    font-family: "FontAwesome";
    position: relative;
    float: right;
}
.top-header .top-header-menu ul.menu > li > a > i
{
    margin-right: 6px;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu
{
    display: none;
    min-width: 160px;
    position: absolute;
    right: -1px;
    z-index: 1500;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top-header .top-header-menu ul.menu > li:hover ul.sub-menu
{
    opacity: 1;
    display: block;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li
{
    border-bottom: 1px solid #eee;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li:last-child
{
    border: 0;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li > a
{
    display: block;
    padding: 6px 15px;
    color: #333;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li > .language-active
{
    display: block;
    padding: 6px 15px;
    background: #f8f8f8;
    cursor: default;
}
.top-header .top-header-menu ul.menu > li.dropdown:hover .sub-menu
{
    display: block;
}
.top-header.top-header-dark
{
    border-bottom: 1px solid #222;
    background: #020202;
}
.top-header.top-header-dark .aux-text
{
    color: #fff;
}
.top-header.top-header-dark .top-header-menu > ul.menu > li
{
    border-color: #222;
}
.top-header.top-header-dark .top-header-menu > ul.menu > li > a
{
    color: #fff;
}
.dropdown-form
{
    min-width: 300px;
    z-index: 500;
}
.dropdown-cart
{
    min-width: 400px;
    padding: 15px;
}
.dropdown-cart .cart-items
{
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-wight: 500;
}
.dropdown-menu h4
{
    font-size: 14px;
    color: #4c4c4c;
}
.dropdown-profile
{
    padding: 15px;
}
.dropdown-profile img
{
    width: 60px;
}
.aside-menu-in .wrapper
{
    left: -280px;
}
.wrapper
{
    position: relative;
    left: 0;
    -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.aside-menu
{
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    background: #363940;
    border-left: 1px solid #333;
    display: none;
    z-index: 9999;
}
.aside-menu::-webkit-scrollbar
{
    display: none !important;
    width: 0 !important;
}
.aside-menu .form-search
{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
}
.aside-menu .form-search .form-input
{
    padding: 0;
}
.aside-menu .form-search .form-control
{
    display: block;
    height: 34px;
    padding: 21px 15px;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}
.aside-menu .form-search .btn-close
{
    background: transparent;
    color: #fff;
}
.aside-menu .form-search .btn-close i
{
    font-weight: 300 !important;
    font-size: 16px;
}
.aside-menu .social-media
{
    padding: 15px;
    padding-bottom: 0;
}
.aside-menu .contact-info
{
    padding: 15px;
    color: #fff;
}
.aside-menu .contact-info h5
{
    font-size: 12px;
}
.side-section-title
{
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 11px;
    text-transform: uppercase;
    color: #A0A0A0;
}
.side-section-title:after
{
    content: "";
    height: 1px;
    background: #333;
    width: 80px;
    position: absolute;
    top: 26px;
    left: 15px;
}
.style-switcher-slidebar
{
    width: 310px;
    height: 420px;
    position: fixed;
    left: -260px;
    top: 130px;
    z-index: 10999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}
.style-switcher-slidebar.opened
{
    left: 0;
}
.style-switcher-slidebar .switch-panel
{
    float: left;
    width: 255px;
    height: 370px;
    background: #fff;
    color: #333333;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
a.open-panel
{
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff !important;
    background-color: #f99d2a;
    display: block;
    height: 50px;
    width: 50px;
    float: right;
    margin: 0;
    z-index: 1000;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
a.open-panel:hover
{
    color: #fff;
}
.style-switcher-slidebar label
{
    margin-bottom: 0;
}
.style-switcher-slidebar h3
{
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    background: #f99d2a;
    font-size: 16px;
    color: #fff;
}
.style-switcher-slidebar .panel-section
{
    padding: 0 15px;
}
.color-picker
{
    display: block;
}
.color-picker a
{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    text-indent: -9999px;
}
.color-picker a:last-child
{
    margin-right: 0;
}
.color-picker a.color-red
{
    background: #f99d2a;
}
.color-picker a.color-violet
{
    background: #563d7c;
}
.color-picker a.color-blue
{
    background: #59b2e5;
}
.color-picker a.color-green
{
    background: #8ec449;
}
.color-picker a.color-yellow
{
    background: #f1c40f;
}
.color-picker a.color-orange
{
    background: #d35400;
}
.search-wr
{
    width: 100%;
    height: 110px;
    background: #FFF;
    position: fixed;
    top: 0;
    z-index: 2200;
    display: none;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.search-wr .close
{
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    float: right;
    top: 10px;
    right: 10px;
}
.search-wr .close i
{
    font-size: 20px;
    color: #555;
}
.search-wr .search-sign i
{
    font-size: 60px;
    line-height: 110px;
    color: #DDD;
}
.global-search-input
{
    padding: 40px 0 0 0;
    font-size: 20px;
    position: relative;
    width: 740px;
    background: #fff;
    z-index: 10;
    border: none;
    outline: none;
    color: #DDD;
}
.global-search-input:focus
{
    color: #333;
}
.carousel-1
{
    overflow: hidden;
}
.carousel-1 .carousel-inner
{
    height: 440px;
}
.carousel-1 .carousel-control
{
    color: #f8f8f8;
}
.carousel-1 .carousel-control.left
{
    left: -40px;
}
.carousel-1 .carousel-control.right
{
    right: -40px;
}
.carousel-1 .carousel-control:hover
{
    color: #fff;
}
.carousel-1 .carousel-control i
{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 36px;
    font-weight: 600;
}
.carousel-1 .item
{
    height: 440px;
}
.carousel-1 .item
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
}
.carousel-1 .item-dark
{
    color: #FFF;
}
.carousel-1 .item-light
{
    color: #fff;
}
.carousel-1 p
{
    font-size: 16px;
}
.carousel-1 .object
{
    position: absolute;
    top: 38px;
    right: 50%;
    margin-left: 15px;
    width: 568px;
    height: 320px;
    overflow: hidden;
}
.carousel-1 .object.fluid
{
    width: 100%;
    left: 0;
    margin: 0;
}
.carousel-1 .object iframe
{
    width: 100% !important;
}
.carousel-1 .description
{
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: 50px;
    width: 514px;
    height: 290px;
}
.carousel-1 .description .title
{
    font-size: 32px;
    margin: 0 0 15px 0;
    padding: 8px 20px;
    line-height: 38px;
    background: #FFF;
    color: #616161;
}
.carousel-1 .description .subtitle
{
    font-size: 24px;
    margin: 20px 0;
    padding: 0;
    display: block;
}
.carousel-1 .description p
{
    font-size: 16px;
    color: #FFF;
    margin: 0;
}
.carousel-1 .description.fluid-center
{
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}
.carousel-1 .description.fluid-center .title
{
    margin-bottom: 5px;
    display: block;
    text-align: center;
    background: none;
    color: #FFF;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(150,150,150,0.5);
}
.carousel-1 .description.fluid-center .subtitle
{
    font-size: 20px;
    margin: 0;
    display: block;
    text-align: center;
}
.carousel-1 .description.fluid-center .features
{
    display: block;
    margin-top: 40px;
    text-align: center;
}
.carousel-1 .description.fluid-center .features i
{
    width: 110px;
    height: 110px;
    background: #FFF;
    text-align: center;
    line-height: 110px;
    font-size: 54px;
    color: #697e93;
    font-weight: 700;
    border-radius: 96px;
    margin-right: 20px;
}
.carousel-4 .carousel-inner
{
    overflow: hidden;
}
.carousel-4 .carousel-control i
{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 36px;
    font-weight: 600;
}
.slider-wrapper *
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: "Roboto" , sans-serif;
}
.slider-wrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 440px;
    margin: 0 auto;
    background: #f2f2f2;
    z-index: 800;
}
.slider
{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
}
.slider-wrapper p
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.slider-wrapper p
{
    position: absolute;
    top: -200px;
    z-index: 8000;
    padding: 1% 2%;
    font-size: 24px;
    line-height: 100%;
    white-space: nowrap;
    text-transform: uppercase;
}
.slider-wrapper .white
{
    color: #FFF;
}
.slider-wrapper .claim
{
    line-height: 100%;
}
.slider-wrapper .teaser
{
    font-size: 14px;
    line-height: 100%;
}
.slider-wrapper .small
{
    width: 250px;
    text-align: center;
}
.slider-wrapper .video
{
    width: 540px;
    height: 360px;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
    text-align: left;
    text-transform: none;
}
.slider-wrapper .video iframe
{
    width: 100%;
}
.slider-wrapper .text
{
    width: 460px;
    font-size: 13px;
    padding: 0 2%;
    line-height: 18px;
    white-space: normal;
    text-align: left;
    text-transform: none;
}
.slider-wrapper .text a
{
    margin-top: 20px;
}
.slider-wrapper .slide-light p
{
    color: #FFF;
}
.slider-wrapper .slide-light p.claim
{
    width: 50%;
    white-space: normal;
    maring-bottom: 20px;
}
.slider-wrapper .slide-light p.teaser
{
    font-weight: 300;
}
.simple-slider
{
    height: 500px;
    background: #f3f3f3;
}
.cta-wr
{
    padding: 16px 0;
}
.cta-wr h1
{
    margin: 10px 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
section.slice
{
    padding: 30px 15px;
    background: #fff;
}
section.slice.relative
{
    position: relative;
}
.subsection
{
    margin-top: 30px;
}
.container.bordered
{
    border: 1px solid #ddd;
    padding-top: 15px;
}
.w-box:hover .w-box-parent
{
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform 0.4s;
}
.w-box .w-box-parent .w-box-button.animated
{
    position: absolute;
    bottom: 10px;
    margin-bottom: -40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.w-box.w-box-inverse
{
    background: none !important;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.w-box.w-box-inverse p
{
    padding: 0;
}
.w-box.w-box-inverse h1
{
    margin: 10px 0 0 0;
    padding: 10px 0;
    font-weight: 500;
    font-size: 20px;
}
.w-box.w-box-inverse h2
{
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    border: 0;
    text-align: center;
}
.w-box.w-box-inverse h2 i
{
    font-style: normal;
}
.w-box.w-box-inverse ul.meta-list
{
    maring: 0;
    padding: 0;
}
.w-box.w-box-inverse .w-footer
{
    padding: 10px 0;
}
.w-box.w-box-inverse .thmb-img
{
    text-align: center;
}
.w-box.dark p
{
    color: #f1f1f1;
}
.w-box.dark h2
{
    color: #FFF;
    text-align: center;
    margin-bottom: 7px;
}
.w-box.dark .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.w-box.dark .thmb-img i
{
    font-size: 64px;
    color: #FFF;
}
.w-box.product
{
    background: #FFF;
    padding-top: 15px;
    margin-bottom: 20px;
}
.w-box.product .figure
{
    padding: 20px;
}
.w-box.product p
{
    text-align: center;
}
.w-box.product h2
{
    border-bottom: 0;
    text-align: center;
}
.w-box.product .thmb-img
{
    text-align: center;
    padding: 15px 0;
}
.w-box.product .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.w-box.product .price
{
    padding: 4px 0;
}
.w-box.inverse
{
    background: none;
    border: 0;
}
.w-box.inverse p
{
    padding: 4px 0;
}
.w-box.inverse h2
{
    padding: 0 !important;
    border-bottom: 0;
}
.w-box.inverse .thmb-img
{
    padding: 15px 0;
}
.w-box.inverse .thmb-img i
{
    font-size: 64px;
    color: #616161;
}
.w-box.inverse .social-icons
{
    border: 0;
}
.w-section
{
    background: #FFF;
}
.w-section:before, .w-section:after
{
    display: table;
    content: " ";
}
.w-section:after
{
    clear: both;
}
.w-section.inverse
{
    background: none !important;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
}
.w-section.inner
{
    margin: 15px 0;
}
.w-section iframe
{
    width: 100%;
}
.w-section .feature
{
    margin: 15px 0 30px 0;
    text-align: center;
    cursor: default;
}
.w-section .feature i
{
    font-size: 64px;
    color: #555;
    display: block;
}
.w-section .feature h4
{
    margin: 10px 0;
}
.w-section .aside-feature h4
{
    margin: 10px 0;
}
.w-section .txt-feature
{
    margin: 15px 0 30px 0;
    cursor: default;
}
.w-section .txt-feature h4
{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.w-section .txt-fly-over
{
    height: 350px;
    overflow: hidden;
    position: absolute;
    top: -90px;
    z-index: 1000;
    padding: 20px;
}
.w-section .txt-fly-over h1
{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 600;
    color: #FFF;
}
.w-section .txt-fly-over h2
{
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
}
.w-section .inline-features i
{
    display: block;
    margin-bottom: 15px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 40px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.w-section .inline-features i:hover
{
    background: #75b918;
}
.w-section .contrast-box
{
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
}
.w-section .contrast-box i
{
    font-size: 24px;
    margin-right: 8px;
}
.w-section .contrast-box small
{
    display: block;
    margin-top: 12px;
    font-style: italic;
    text-align: right;
}
.wp-example
{
    margin-bottom: 45px;
}
.wp-example pre
{
    border-radius: 0;
    margin-top: 20px;
}
.nav-sidebar-fixed
{
    position: fixed;
    width: 260px;
}
.shop .pagination
{
    margin: 0;
}
.shop .product-short-info p
{
    padding: 6px 0;
    margin: 0;
}
.shop .primary-image
{
    border: 1px solid #f3f3f3;
    padding: 10px;
}
.shop .thumbnail-images
{
    margin: 10px 0 25px 0;
}
.shop .thumbnail-images a
{
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #f3f3f3;
}
.shop .thumbnail-images a:last-child
{
    margin: 0;
}
.shop .thumbnail-images a img
{
    width: 100%;
}
.table-cart
{
    border: 1px solid #ddd;
}
.table-cart td
{
    vertical-align: middle;
}
.table-cart td:first-child
{
    border-right: 1px solid #ddd;
}
.table-cart img
{
    width: 80px;
}
.dropdown-cart .table-cart img
{
    width: 50px;
}
.table-cart .cart-remove
{
    display: block;
    text-align: center;
    color: #e80e1d;
}
.table-totals td:nth-child(even)
{
    padding: 5px 15px;
}
.animate-wr
{
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
}
.animate-hover-slide .figure
{
    position: relative;
    overflow: hidden;
}
.animate-hover-slide .figure img
{
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure .figcaption
{
    height: 100%;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure:hover .figcaption
{
    opacity: 0.8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    -o-transition: -o-transform .4s, opacity .1s;
    transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide .figure .figcaption
{
    text-align: center;
}
.animate-hover-slide .figure .figcaption-btn
{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0px;
    opacity: 0;
    padding-left: 20px;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure:hover .figcaption-btn
{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    -o-transition: -o-transform .4s, opacity .1s;
    transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide .figure .figcaption-txt
{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    padding-left: 20px;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure:hover .figcaption-txt
{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    -o-transition: -o-transform .4s, opacity .1s;
    transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide .figure .figcaption-txt .title
{
    padding: 0;
    margin: 30px 0 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.animate-hover-slide .figure .figcaption-txt .subtitle
{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.animate-hover-slide .figure a
{
    position: relative;
    top: 94%;
    margin-top: -11px;
}
.animate-hover-slide .figure .figcaption h3
{
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
}
.animate-hover-slide-2 .figure
{
    position: relative;
    overflow: hidden;
}
.animate-hover-slide-2 .figure img
{
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-2 .figure:hover img
{
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
}
.animate-hover-slide-2 .figure .figcaption
{
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: auto;
    background: #f8f8f8;
    padding: 0 15px;
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-2 .figure:hover .figcaption
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.animate-hover-slide-2 .figure .figcaption h2
{
    text-align: center;
    margin-top: 15px;
}
.animate-hover-slide-2 .figure .figcaption .social-icons
{
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
}
.animate-hover-slide-3 .figure
{
    position: relative;
    overflow: hidden;
}
.animate-hover-slide-3 .figure img
{
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-3 .figure .figcaption
{
    height: 32px;
    background: #f8f8f8;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-3 .figure:hover .figcaption
{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    -o-transition: -o-transform .4s, opacity .1s;
    transition: transform 0.4s, opacity 0.1s;
}
.pricing-plans
{
    margin-bottom: 15px;
}
.pricing-plans:before, .pricing-plans:after, .pricing-table:before, .pricing-table:after
{
    display: table;
    content: " ";
}
.pricing-plans:before, .pricing-table:before
{
    clear: both;
}
.pricing-plans .plan-header
{
    padding-bottom: 15px;
}
.pricing-plans .plan-header .popular-tag
{
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.pricing-plans .plan-header small
{
    display: block;
    text-align: center;
    font-style: italic;
}
.pricing-plans .plan-title
{
    text-align: center;
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.pricing-plans .price-tag
{
    margin: 0;
    height: 70px;
    line-height: 70px;
    font-size: 58px;
    font-weight: 500;
    text-align: center;
}
.pricing-plans .price-tag span
{
    font-size: 28px;
    font-weight: 500;
}
.pricing-plans .price-tag span.price-type
{
    font-size: 20px;
    font-weight: 500;
}
.pricing-plans ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-plans ul li
{
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
}
.pricing-plans ul li:last-child
{
    border-bottom: 0;
}
.pricing-plans ul li i
{
    margin-right: 8px;
}
.pricing-plans .plan-info
{
    margin: 0;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    font-style: italic;
}
.pricing-plans .plan-select
{
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
}
.pricing-plans .plan-circle
{
    height: 263px;
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 200%;
}
.pricing-plans .plan-circle .btn
{
    margin-top: 10px;
}
.pricing-plans .w-box
{
    margin-top: 20px;
}
.pricing-plans .w-box:hover, .pricing-table .w-box:hover
{
    -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
}
.pricing-plans .w-box-inverse:hover, .pricing-table .w-box-inverse:hover
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pricing-table .w-box
{
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0;
    box-shadow: none;
}
.pricing-table .w-box.popular, .pricing-plans .w-box.popular
{
    margin-top: 0;
    -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
}
.pricing-table .w-box.popular:hover, .pricing-plans .w-box.popular:hover
{
    -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -4px 14px rgba(0,0,0,0.3);
    box-shadow: 0 -4px 14px rgba(0,0,0,0.3);
}
.pricing-table .plan-select
{
    margin-top: 0;
    border: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.pricing-table .plan-info
{
    text-align: center;
    margin-bottom: 15px;
}
.pricing-table .table-comparision
{
    background: #FFF;
    position: relative;
    top: -2px;
    z-index: 1000;
    border-color: #f1f1f1;
    color: #777;
}
.pricing-table .table-comparision th
{
    border-color: #f1f1f1;
}
.pricing-table .table-comparision td
{
    text-align: center;
    border-color: #f1f1f1;
}
.pricing-table .table-comparision tr td:first-child
{
    text-align: left;
}
.vertical-info h4
{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.vertical-info p.delimiter
{
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dede;
}
#ulSorList
{
    margin-top: 20px;
}
#ulSorList:after
{
    content: '';
    display: inline-block;
    width: 100%;
}
#ulSorList .mix
{
    display: none;
    opacity: 0;
}
#ulSorList .mix .item
{
    background: #f2f2f2;
}
#ulSorList .gap
{
    display: inline-block;
    width: 200px;
}
.work
{
    width: 100%;
    overflow: hidden;
}
.work .btn-group
{
    margin-bottom: 10px;
}
.work .btn
{
    margin-right: 6px;
}
.work .btn-group .btn
{
    margin-right: 0;
}
.work .mix
{
    margin-top: 20px;
}
.work.work-no-space.g2 .mix
{
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.work.work-no-space.g3 .mix
{
    width: 33.3%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.work.work-no-space.g4 .mix
{
    width: 25%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.work.work-no-space.g5 .mix
{
    width: 20%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.work.work-no-space .mix .w-box
{
    padding: 0;
    margin: 0;
}
.map-canvas
{
    height: 300px;
    margin: 0;
}
.map-canvas .info-window-content
{
    min-width: 250px;
}
.map-canvas .info-window-content h2
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.map-canvas .info-window-content h3
{
    font-size: 14px;
    font-weight: 500;
}
.map-canvas .info-window-content p
{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-shadow: none;
}
.comments-wr
{
    padding: 0 15px;
}
.comments-wr .comment:before, .comments-wr .comment:after
{
    display: table;
    content: " ";
}
.comments-wr .comment:after
{
    clear: both;
}
.comments-wr .comment
{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.comments-wr .comment:last-child
{
    border-bottom: 0;
}
.comments-wr .comment p
{
    padding: 0;
}
.comments-wr .comment .comment
{
    margin: 12px 0 0 60px;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
}
.comments-wr .comment img
{
    width: 48px;
    float: left;
}
.comments-wr .comment p
{
    margin-left: 60px;
    color: #777;
}
.comments-wr .comment .comment-author
{
    display: block;
}
.comments-wr .comment .comment-author a
{
    font-weight: 600;
}
.comment-form
{
    padding: 15px 15px;
}
.comment-form h2
{
    margin-bottom: 15px;
}
.widget
{
    margin-bottom: 20px;
}
.widget-highlight
{
    padding: 15px;
    background: #fcfcfc;
    border: 1px solid #f3f3f3;
}
.video-container iframe
{
    margin: 0;
    border: 0;
}
.media-photos-list
{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}
.media-photos-list > li
{
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.media-photos-list > li img
{
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.media-photos-list > li img:hover
{
    opacity: 0.65;
    filter: alpha(opacity=65);
}
ul.list-1
{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.list-1 li
{
    margin: 15px 0;
}
ul.list-1 time
{
    float: left;
    display: inline-block;
    background: #e74c3c;
    color: #FFF;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 2px;
}
ul.list-1 .txt:before
{
    content: "";
    position: absolute;
    margin-left: -10px;
    margin-top: 6px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f3f3f3;
    border-bottom: 10px solid transparent;
}
ul.list-1 .txt
{
    margin-left: 62px;
    margin-top: 20px;
    background: #f3f3f3;
}
ul.list-1 .txt p
{
    padding: 8px 15px;
    margin: 0;
}
ul.list-2
{
    -webkit-padding-start: 20px;
    margin: 15px 0;
}
ul.list-2 li
{
    padding-left: 15px;
    list-style-type: none;
    background: url(/content/responsive/images/list-style-2.png) no-repeat 0 8px;
    color: #555;
}
ul.list-2 li a
{
    color: #555;
}
ul.list-2 li a:hover
{
    color: #83ae34;
    text-decoration: none;
}
ul.list-3
{
    margin: 0;
    list-style: none;
}
ul.list-3 li
{
    height: 58px;
    background: #f2f2f2;
    overflow: hidden;
    margin-bottom: 13px;
}
ul.list-3 li .list-order
{
    width: 58px;
    height: 58px;
    position: relative;
    float: left;
    text-align: center;
    line-height: 60px;
    background: #75b918;
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
}
ul.list-3 li .list-order:after
{
    position: absolute;
    top: 50%;
    right: 0px;
    border: 7px solid transparent;
    height: 1px;
    width: 0;
    border-right-color: #f2f2f2;
    margin-top: -7px;
    content: '';
}
ul.list-3 li .list-content
{
    float: left;
    height: 58px;
    margin-left: 8px;
}
ul.list-3 li .list-content h5
{
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0 4px 0;
}
ul.popular
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.popular li
{
    clear: left;
    border-bottom: 1px dotted #f1f1f1;
    padding: 10px 0;
    display: block;
    width: 100%;
}
ul.popular li img
{
    width: 60px;
}
ul.popular li p
{
    margin-left: 70px;
}
ul.popular li i
{
    color: #a1a1a1;
    display: block;
    font-style: normal;
    font-size: 12px;
}
ul.popular li a
{
    font-weight: 400;
    line-height: 18px;
}
ul.popular li a:hover
{
    text-decoration: none;
    color: #464646;
}
ul.popular li span
{
    font-size: 12px;
}
ul.featured
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.featured li
{
    clear: left;
    border-bottom: 1px dotted #f1f1f1;
    padding: 10px 0 0 0;
    display: block;
    width: 100%;
}
ul.featured li img
{
    width: 70px;
}
ul.featured li p
{
    margin-left: 80px;
}
ul.featured li i
{
    color: #a1a1a1;
    display: block;
    font-style: normal;
    font-size: 12px;
}
ul.featured li a
{
    font-weight: 500;
}
ul.featured li a:hover
{
    text-decoration: none;
    color: #464646;
}
ul.featured li span
{
    font-size: 12px;
}
ul.featured li .price
{
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
ul.featured li .price.discount
{
    text-decoration: line-through;
    color: #e74c3c;
    font-size: 13px;
    margin-right: 8px;
}
ul.recent
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.recent li
{
    border-bottom: 1px dotted #e9e9e9;
}
ul.recent li:last-child
{
    border: 0;
    padding-bottom: 0;
}
ul.recent li a
{
    display: block;
    padding: 10px 0;
}
ul.recent li a:hover
{
    border-color: #75b918;
}
ul.recent li h6
{
    margin: 0 0 10px 0;
}
ul.recent li h6 a
{
    color: #353535;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 600;
}
ul.meta-list
{
    margin: 0;
    padding: 10px 15px 15px 15px;
    display: block;
    list-style: none;
}
ul.meta-list li:first-child
{
    padding: 0;
    border-left: 0;
}
ul.meta-list li
{
    display: inline-block;
    color: #a1a1a1;
}
ul.meta-list li a
{
    color: #7a92ac;
}
ul.meta-list li a:hover
{
    color: #e06d58;
    text-decoration: underline;
}
ul.bullet
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bullet li
{
    clear: left;
    padding: 10px 0;
    display: block;
    width: 100%;
}
ul.bullet li > figure
{
    margin: 5px 0 0 0;
    padding: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background: #DDD;
    padding: 8px 0 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    float: left;
}
ul.bullet li img
{
    width: 60px;
}
ul.bullet li h3
{
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    display: inline-block;
}
ul.bullet li p
{
    margin: 0 0 0 50px;
    padding: 0;
}
ul.bullet li span
{
    margin-left: 6px;
}
ul.bullet li a
{
    font-weight: 500;
}
ul.bullet li a:hover
{
    text-decoration: none;
    color: #464646;
}
ul.bullet li span
{
    font-size: 12px;
}
ul.list-carousel
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list-carousel li
{
    padding: 6px 0;
    display: block;
    width: 100%;
    font-size: 16px;
}
ul.list-carousel li i
{
    font-style: normal;
    margin-right: 4px;
}
ul.list-carousel li a
{
    font-weight: 500;
}
ul.list-carousel li a:hover
{
    text-decoration: none;
    color: #a1a1a1;
}
ul.list-carousel li span
{
    font-size: 14px;
}
ul.social-icons
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
ul.social-icons li
{
    display: inline-block;
}
ul.social-icons li a
{
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}
ul.social-icons li:hover a
{
    color: #fff;
}
ul.social-icons li.text
{
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
}
ul.social-icons li.facebook:hover
{
    background: #43609c;
    color: #fff;
}
ul.social-icons li.twitter:hover
{
    background: #00aced;
    color: #fff;
}
ul.social-icons li.linkedin:hover
{
    background: #517fa4;
    color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    vertical-align: middle;
}
.table.table-no-border > thead > tr > th, .table.table-no-border > tbody > tr > th, .table.table-no-border > tfoot > tr > th, .table.table-no-border > thead > tr > td, .table.table-no-border > tbody > tr > td, .table.table-no-border > tfoot > tr > td
{
    border-top: 0;
    padding: 0;
}
ul.list-listings.blog-list li
{
    border: 0;
}
ul.list-listings.blog-list .listing-header
{
    clear: both;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.list-listings.blog-list .listing-image
{
    width: 35%;
    height: 180px;
    float: left;
    overflow: hidden;
}
ul.list-listings.blog-list .listing-body
{
    width: 65%;
    height: auto;
    max-height: auto;
    padding: 0 15px;
    float: left;
    background: #fff;
}
ul.list-listings.blog-list .listing-body h3
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.list-listings.blog-list .listing-body h4
{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
ul.list-listings.blog-list .listing-actions
{
    width: 15%;
    height: 180px;
    position: relative;
    padding-top: 20px;
    float: left;
    text-align: center;
}
ul.list-listings.blog-list .listing-actions .btn
{
    position: absolute;
    bottom: 20px;
    left: 25px;
}
ul.list-listings.blog-list .list-item-info
{
    font-size: 12px;
    font-style: italic;
}
.blog-masonry .w-box, .blog-grid .w-box, .blog-list .w-box
{
    margin-bottom: 25px;
}
.w-box.blog-post
{
    border: 0;
    padding: 0;
}
.blog-post h2
{
    font-size: 18px;
    line-height: 24px;
    color: #3b3e43;
    border: 0;
    padding: 25px 0px 0px 0px !important;
}
.blog-post p
{
    padding: 8px 0px !important;
    font-size: 14px;
    color: #777;
}
.blog-post blockquote
{
    margin: 8px 0px;
}
.blog-post .meta-list
{
    padding-left: 0 !important;
}
.blog-post img
{
    width: 100%;
}
.side-info
{
    display: block;
}
.side-info .date
{
    display: block;
    text-align: center;
    margin-top: 5px;
}
.side-info .date strong
{
    display: block;
    margin-bottom: 5px;
    font-size: 33px;
    font-weight: normal;
}
.star-rating
{
    display: block;
}
.star-rating i
{
    display: inline-block !important;
    color: #f7e90c !important;
}
.review-rating
{
    font-size: 12px;
}
.skills
{
    clear: both;
    width: 100%;
}
.skills ul, .skills li
{
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
    padding: 0;
}
.skills li
{
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 1px;
    font-size: 18px;
}
.skills .jq
{
    background: #97BE0D;
}
.skills .css
{
    background: #D84F5F;
}
.skills .html
{
    background: #88B8E6;
}
.skills .html
{
    background: #BEDBE9;
}
.skills .sql
{
    background: #EDEBEE;
}
.form-control
{
    border-radius: 1px;
    padding: 8px 12px;
}
.form-dark .form-control
{
    margin-bottom: 10px;
    background: #eee;
    border: 1px solid #ccc;
}
.form-dark label.checkbox
{
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}
.form-dark .form-control:focus
{
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
}
.form-dark .form-control:-moz-placeholder
{
    color: #999;
}
.form-dark .form-control::-moz-placeholder, .form-light .form-control[placeholder]
{
    color: #999;
}
.form-dark .form-control:-ms-input-placeholder
{
    color: #999;
}
.form-dark .form-control::-webkit-input-placeholder
{
    color: #999;
}
.form-light .form-control
{
    margin-bottom: 10px;
    background: #fcfcfc;
    border: 1px solid #ccc;
}
.form-light label.checkbox
{
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}
.form-light .form-control:focus
{
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
}
.form-light .form-control:-moz-placeholder
{
    color: #999;
}
.form-light .form-control::-moz-placeholder, .form-light .form-control[placeholder]
{
    color: #999;
}
.form-light .form-control:-ms-input-placeholder
{
    color: #999;
}
.form-light .form-control::-webkit-input-placeholder
{
    color: #999;
}
.sign-in-wr
{
    margin-top: 26px;
}
.sign-in-wr .form-icon
{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 25px auto;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
}
.sign-in-wr .form-header
{
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.sign-in-wr .form-header h2
{
    margin: 0;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 500;
}
.sign-in-wr .form-body
{
    padding: 15px;
    background: #fff;
}
.sign-in-wr .form-body p
{
    padding-left: 0;
    margin-bottom: 10px;
}
.sign-in-wr .form-footer
{
    padding: 15px 0;
    border-top: 1px solid #f3f3f3;
}
.social-media i
{
    width: 38px;
    height: 38px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #ddd;
    color: #333;
    border-radius: 2px;
}
.social-media .facebook
{
    background: #898989;
    color: #FFF;
}
.social-media .twitter
{
    background: #898989;
    color: #FFF;
}
.social-media .google
{
    background: #898989;
    color: #FFF;
}
.social-media i:hover
{
    background: none;
    color: #a1a1a1;
}
.form-errors
{
    width: 100%;
    margin-bottom: 20px;
}
.form-errors .error
{
    display: block;
    color: #ce1a33;
    font-weight: 500;
}
.help-inline
{
    font-size: 11px;
    color: #B8321F;
    position: relative;
    top: -8px;
}
#info-box
{
    display: none;
    text-align: center;
    margin-top: 30px;
    color: #59b540;
}
#info-box h2
{
    font-size: 16px;
    font-weight: 600;
}
.map-canvas
{
    margin-top: 30px;
    height: 300px;
}
.map-canvas .info-window-content
{
    min-width: 250px;
}
.map-canvas .info-window-content h2
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.map-canvas .info-window-content h3
{
    font-size: 14px;
    font-weight: 500;
}
.map-canvas .info-window-content p
{
    font-size: 12px;
    color: #999;
    text-shadow: none;
}
.testimonial-text
{
    width: 70%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 24px;
}
.testimonial-author
{
    display: block;
    text-align: center;
    color: #a1a1a1;
    font-style: italic;
}
.contact-info
{
    margin-bottom: 20px;
}
.contact-info h5
{
    margin: 0;
}
.carousel-testimonials .testimonial-author-info
{
    padding-top: 28px;
}
.carousel-testimonials .testimonial-author-info a
{
    padding-left: 20px;
}
.client
{
    border: 1px solid #ddd;
    padding: 0 15px;
    background: transparent;
}
.client img
{
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client img:hover
{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
footer
{
    padding: 15px !important;
    min-height: 30px;
    background: #333333;
    font-size: 12px;
}
footer:before, footer:after
{
    display: table;
    content: " ";
}
footer:after
{
    clear: both;
}
footer .col.reset
{
    margin: 0;
}
footer h4
{
    margin-top: 20px;
    color: #ccc;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
}
footer .col p
{
    color: #ccc;
    font-size: 13px;
    margin-bottom: 10px;
}
footer a
{
    color: #ccc;
    text-decoration: none;
}
footer a:hover
{
    text-decoration: underline;
}
footer .col ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .col ul li
{
    color: #8F8F8F;
}
footer .col ul li span
{
    color: #FFF;
}
footer .col address
{
    color: #ddd;
    padding: 8px 0;
}
footer .company-info
{
    font-size: 10px;
    text-align: justify;
}
footer .company-info h2
{
    font-size: 14px;
    font-weight: 600;
}
footer .col.col-social-icons i
{
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #333;
    border-radius: 2px;
}
footer form
{
    margin-top: 20px;
}
footer hr
{
    border-top: 1px solid #444;
}
footer .copyright
{
    color: #FFF;
    font-size: 12px;
    padding: 15px;
}
.fontawesome-icon-list
{
    margin-top: 22px;
}
.fontawesome-icon-list .fa-hover a
{
    display: block;
    color: #222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 0;
}
.fontawesome-icon-list .fa-hover a .fa
{
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
.fontawesome-icon-list .fa-hover a:hover
{
    background-color: #1d9d74;
    color: #fff;
    text-decoration: none;
}
.fontawesome-icon-list .fa-hover a:hover .fa
{
    font-size: 28px;
    vertical-align: -6px;
}
.fontawesome-icon-list .fa-hover a:hover .text-muted
{
    color: #bbe2d5;
}

@media (min-width:1200px)
{
    .top-header .aux-text
    {
        display: inline-block !important;
    }
    .w-section .aside-feature
    {
        text-align: left;
    }
    .w-section .aside-feature .icon-feature
    {
        text-align: left;
    }
    .slider
    {
        width: 100%;
    }
    .w-section .txt-fly-over
    {
        height: 350px;
        top: -90px;
    }
    .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu
    {
        margin-top: 0px !important;
    }
    .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu.dropdown-menu-user
    {
        margin-top: 13px !important;
    }
    .wrapper.boxed
    {
        width: 1230px;
        margin: auto;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .top-header .aux-text
    {
        display: inline-block !important;
    }
    .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu
    {
        margin-top: 0px !important;
    }
    .navbar-default .dropdown-menu, .navbar-wp .dropdown-menu.dropdown-menu-user
    {
        margin-top: 13px !important;
    }
    .wrapper.boxed
    {
        width: 1000px;
        margin: auto;
    }
    .w-section .txt-fly-over
    {
        height: 390px;
        top: -60px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .top-header .aux-text
    {
        display: inline-block !important;
    }
    .w-box, .carousel-work .figure
    {
        margin-bottom: 15px;
    }
    .animate-hover-slide img
    {
        width: 100%;
    }
    .carousel-1 .object
    {
        width: 400px !important;
    }
    .slider
    {
        width: 100%;
    }
    .w-section .txt-fly-over
    {
        height: 400px;
        top: -60px;
    }
    .client
    {
        margin-bottom: 20px;
    }
    .work.work-no-space.g2 .mix
    {
        width: 50%;
    }
    .work.work-no-space.g3 .mix
    {
        width: 50%;
    }
    .work.work-no-space.g4 .mix
    {
        width: 50%;
    }
    .work.work-no-space.g5 .mix
    {
        width: 50%;
    }
}

@media (max-width:767px)
{
    header .navbar-brand
    {
        margin: 0;
    }
    .navbar-wp .navbar-nav > li > a
    {
        color: #4c4c4c;
        padding: 10px 20px !important;
        margin-right: 0;
    }
    .navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus
    {
        color: #FFF;
        background-color: #e06d58;
        border-radius: 0 !important;
    }
    .navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus
    {
        border-radius: 0 !important;
    }
    .navbar-wp .dropdown-menu:after
    {
        border: 0 !important;
        margin-left: 0;
    }
    .navbar-wp .dropdown-menu:before
    {
        border: 0 !important;
        margin-left: 0;
    }
    .top-header .top-header-menu ul.menu > li ul.sub-menu
    {
        display: none !important;
    }
    .w-section .aside-feature
    {
        text-align: center;
    }
    .w-section .aside-feature .icon-feature
    {
        text-align: center;
    }
    .sort-list-btn .btn
    {
        margin-bottom: 10px;
    }
    .w-box, .carousel-work .figure
    {
        margin-bottom: 15px;
    }
    .animate-hover-slide .figure img
    {
        width: 100%;
    }
    .carousel-1 .carousel-inner
    {
        height: 420px;
    }
    .carousel-1 .carousel-inner
    {
        overflow: hidden;
    }
    .carousel-1 .carousel-control i
    {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        font-size: 36px;
        font-weight: 600;
    }
    .carousel-1 .item-dark
    {
        color: #FFF;
    }
    .carousel-1 p
    {
        font-size: 16px;
    }
    .carousel-1 .object
    {
        display: none;
    }
    .carousel-1 .object.fluid
    {
        width: 100%;
        left: 0;
        margin: 0;
    }
    .carousel-1 .object iframe
    {
        width: 100% !important;
    }
    .carousel-1 .description
    {
        width: 100% !important;
        top: 50px;
        left: 0 !important;
        margin: 0 !important;
    }
    .carousel-1 .description .title
    {
        font-size: 32px;
        margin: 0 0 15px 0;
        padding: 8px 20px;
        background: #FFF;
        color: #9ab2cc;
        display: block;
        text-align: center;
    }
    .carousel-1 .description .subtitle
    {
        font-size: 24px;
        margin: 20px 0;
        padding: 0 15px !important;
        display: block;
        text-align: center;
    }
    .carousel-1 .description p
    {
        font-size: 16px;
        color: #FFF;
        margin: 0;
    }
    .carousel-1 .description.fluid-center .features i
    {
        width: 80px;
        height: 80px;
        background: #FFF;
        text-align: center;
        line-height: 80px;
        font-size: 34px;
        color: #697e93;
        font-weight: 700;
        border-radius: 80px;
        margin-right: 20px;
    }
    .carousel-1 .list-carousel
    {
        padding-left: 30px !important;
    }
    .carousel-3 .figure
    {
        margin-bottom: 20px;
    }
    .slider
    {
        height: auto;
        max-height: 440px;
        margin: 0;
    }
    .cta-wr
    {
        text-align: center;
    }
    .cta-wr .btn
    {
        float: none !important;
    }
    .w-section .txt-fly-over
    {
        height: 400px;
        position: static;
        top: 0;
    }
    .client
    {
        margin-bottom: 20px;
    }
    .work.work-no-space.g2 .mix
    {
        width: 100%;
    }
    .work.work-no-space.g3 .mix
    {
        width: 100%;
    }
    .work.work-no-space.g4 .mix
    {
        width: 100%;
    }
    .work.work-no-space.g5 .mix
    {
        width: 100%;
    }



    /*  custom css for mobile */
    #layerslider .container
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tabcontainer
    {
        width: auto;
        height: 195px;
    }
    .nav-icon-right
    {
        float: right;
        right: 0;
        text-align: right;
    }
    .top-header
    {
        display: none;
    }
    .layerslider-banner img
    {
        width: 100%;
        float: left;
    }
    .navbar-toggle
    {
        margin-top: 12px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .navbar-header
    {
        height: 56px;
        display: block;
        margin: 0 !important;
    }
    .navbar-header .col-xs-6, .navbar-header .col-md-6
    {
        padding-left: 0;
        padding-right: 0;
    }
    header .navbar-brand img
    {
        width: 170px;
        height: auto;
        margin-top: 17px;
    }
    .tabcontainer
    {
        margin-top: 0;
    }
    .tab-pane p
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 13px;
    }
    .radio-inline
    {
        font-size: 15px;
        font-weight: bold;
    }
    a.btnsearch
    {
        background: #f99b1d;
        padding: 5px 20px;
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
        border-radius: 4px;
    }
    .div-radio
    {
        display: block;
        position: relative;
        padding-bottom: 25px;
        top: 12px;
    }
    .form-horizon .div-radio
    {
        padding-bottom: 15px;
    }
    .div-3-col-wrapper
    {
        background: #fff !important;
        margin-bottom: -40px;
    }
    .div-3-col-wrapper.p-15
    {
        padding: 0 !important;
    }
    .wp-theme-1 .section-title-dp
    {
        font-size: 17px;
    }
    .wp-theme-1 .lw .section-title-dp
    {
        color: #616161;
        float: left;
        text-align: left;
        margin-bottom: 1px;
    }
    .section-title-dp > ul
    {
        margin: 0;
        padding: 5px 18px;
        color: #616161;
        font-size: 16px;
    }
    .detal-sav-wrapper
    {
        margin-top: 0;
    }
    .wp-theme-1 .layer-slider-wrapper .title
    {
        padding-top: 0;
        padding-bottom: 0;
    }
    #btnsearch
    {
        margin: 10px 0;
    }
    .div-radio br
    {
        display: none;
    }
    .form-horizon .div-radio
    {
        padding-left: 15px;
    }
    #btnsearch1, #btnPlanSearch, #btnDentistSearch
    {
        right: 0;
        margin-top: 0;
    }
    #btnsearch2
    {
        margin-top: 10px;
    }
    a.btnsearch
    {
        width: 100%;
    }
    #div-txtzipcode
    {
        width: auto;
    }
    #ACAdiv-txtzipcode
    {
        width: auto;
    }
    .tab-content
    {
        padding: 25px;
    }
    .form-horizon
    {
        padding: 25px !important;
    }

    .form-horizon.row
    {
        padding: 10px !important;
    }

    .form-horizon p
    {
        line-height: 13px;
        font-size: 25px;
        
    }
    .col-discount
    {
        width: 80px;
    }
    #div-txtzip-dentist, #div-txtlastname
    {
        float: none;
        margin-right: 0px;
        width: 100% !important;
        margin-bottom: 10px;
    }
    #txtdentist, #txtlastname
    {
        padding: 10px;
        border-radius: 0;
    }
    #dentist
    {
        margin-bottom: 0;
    }

    .key-table-wrapper h3
    {
        font-weight: 500;
        font-size: 22px;
        color: #00B6C9;
        width: 90%;
    }
    .broker-ul .col-md-4
    {
        width: auto;
    }
    .broker-ul .list-wrap
    {
        margin-left: 10px;
    }
    .broker-ul .row
    {
        padding: 5px 0;
    }
    #txtzipcode, #txtplanzipcode, #txtPlanZipFooter
    {
        border-radius: 0 6px 6px 0;
        height: 36px;
    }
    .radio-inline.radio-family
    {
        margin-left: 20px;
    }
    .form-horizon p
    {
        line-height: 20px;
    }
    .wp-theme-1 .w-box
    {
        margin: 0 25px 15px 10px;
    }
    .tab-content .input-group-lg > .form-control, .tab-content .input-group-lg > .input-group-addon, .form-horizon-wrapper .input-group-lg > .form-control, .form-horizon-wrapper .input-group-lg > .input-group-addon
    {
        height: 34px;
        padding: 0 10px;
        font-size: 15px;
    }
    /*
    .nbs-flexisel-item
    {
    width:300px !important;
    }
    */
    .slider-wrapper
    {
        border: none;
    }
    .f-wrapper
    {
        padding: 0;
    }
    .span-tel
    {
        font-family: Arial;
        font-size: 11px;
    }
    .fgroup-wrapper h4
    {
        font-size: 13px;
    }
    .fgroup-wrapper-inner
    {
        padding: 10px;
    }
    .ul-offer-left
    {
        clear: both;
    }
    ul.ul-offer
    {
        font-size: 11px;
    }
    .f-wrapper
    {
        float: left;
        padding-left: 40px;
    }
    a.span-visit
    {
        font-size: 11px;
    }
    .nav-mob-icon
    {
        background: url('/content/responsive/images/icon-phone.png');
        width: 34px;
        height: 34px;
        border: 0;
        margin-top: 10px;
    }
    .nav-toggle-icon
    {
        background: url('/content/responsive/images/icon-toggle.png');
        width: 34px;
        height: 34px;
        border: 0;
        margin-top: 10px;
    }
    .navbar-user-icon
    {
        background: url('/content/responsive/images/icon-user.png');
        width: 34px;
        height: 34px;
        border: 0;
        margin-top: 10px;
    }
    .broker-ul .section-title-dp
    {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin: -5px 0 -15px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-transform: capitalize;
    }

    .ul-title-dp > li
    {
        list-style: disc;
        color: #000;
        font-weight: normal;
    }
    .txt-icon
    {
        background: url('/content/responsive/images/txt-icon.png') no-repeat;
        width: 27px;
        height: 27px;
        display: block;
    }
    .search-arrow
    {
        background: url('/content/responsive/images/search-arrow.png') no-repeat;
        width: 15px;
        height: 16px;
        padding: 4px 8px;
        position: relative;
        margin-left: 6px;
        position: relative;
        top: 6px;
    }

    .lbl-search
    {
        float: left;
    }
    .btnserach-wrapper
    {
        margin: 0 auto;
    }
    .title.mob-heading.hidden-lg.hidden-md.hidden-sm
    {
        float: right;
        position: absolute;
        right: -40%;
        top: 35px;
        text-align: center;
    }
    /*
    .title.mob-heading h2 

     {
        font-size:43px!important;
    	float:none !important;	
    	text-align:right;
    	margin:0;
    	line-height:38px !important;
    	}	
    .title.mob-heading h3
    {
     font-size:43px !important;
    	float:none important;	
    	text-align:right;
    	margin:0;
    	line-height:38px !important;
    }
    */
    .footer-add
    {
        padding-bottom: 30px;
    }

    .form-horizon .div-radio
    {
        text-align: left;
        position: relative;
        top: 15px;
    }

    .form-horizon .radio-inline, .form-horizon.checkbox-inline
    {
        padding-left: 0;
        font-size: 15px;
    }
    input.css-radiobox[type="radio"] + label.radio-label
    {
        font-size: 15px;
    }
    label.radio-label
    {
        background-image: url(/content/responsive/images/mob-radio.png) !important;
    }

    .member-list h2
    {
        font-size: 24px;
    }
    .member-right
    {
        width: 70%;
    }

    .carousel-desk-heading h2
    {
        color: #00a5b6;
        font-size: 30px;
        margin: 0;
    }
    .carousel-desk-heading h3
    {
        font-size: 22px;
        color: #343741;
        margin: 0;
    }
    .carousel-desk-heading h5
    {
        color: #343741;
        font-size: 14px;
        margin: 0;
        line-height: 24px;
    }

    .carousel-caption
    {
        float: right !important;
        left: 42%;
        right: -5px;
        top: 40px;
        padding-top: 0;
    }

    .member-list-wrap
    {
        min-height: 100px;
    }
    .member-list-wrap.icon-smile
    {
        background: none;
    }
    .home-form #btnsearch2
    {
        margin-top: 20px;
        font-weight: bold;
        font-size: 18px;
    }
    .carousel-indicators
    {
        bottom: 0px;
        left: 100%;
        width: 30%;
    }

    .carousel-indicators .active
    {
        background: #b7cccf;
    }
    .carousel-indicators li
    {
        background: #fff;
        border: solid 1px #b7cccf;
    }

    .btn-inwrap
    {
        text-align: left;
    }
    /*---contact form---*/
    #btncontact
    {
        float: right;
        width: 110px;
        font-size: 16px;
        padding: 8px;
    }
    .cont-contact.p-15
    {
        padding: 0 !important;
    }
    .adv-wrap
    {
        margin-top: 10px;
        display: inline-block;
    }

    .footer-wrapper-all p
    {
        text-align: left;
    }

    .login-wrapper input
    {
        width: 100%;
    }
    .th1-heading
    {
        font-size: 20px !important;
    }
    .table-wrapper table th
    {
        color: hsl(0, 0%, 100%);
        font-size: 13px;
    }
    .table-wrapper tbody tr td
    {
        padding: 3px 0 !important;
    }
    .th1 span
    {
        font-size: 13px;
    }

}


@media only screen and (min-width:1440px)
{
    .slider
    {
        width: 100%;
    }
}

@media (max-width:460px)
{
    .search-wr .search-sign i
    {
        margin-left: 0;
    }
    .global-search-input
    {
        font-size: 16px;
        padding: 14px 0;
    }
}



/*--------------------ipad portrait media query-----------------------------*/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
    body
    {
        font-size: 14px;
    }

    .layerslider-banner img
    {
        width: 100%;
    }
    .wp-theme-1 .layer-slider-wrapper .title h2
    {
        font-size: 35px;
    }
    .wp-theme-1 .layer-slider-wrapper .title h1
    {
        font-size: 40px;
    }
    .wp-theme-1 .layer-slider-wrapper .title h3
    {
        font-size: 38px;
        line-height: 30px;
    }
    .tab-content p
    {
        font-size: 16px;
    }
    #div-txtzipcode
    {
        float: left;
        min-width: 210px;
        max-width: 280px;
        width: 100%;
    }
    .input-group-lg > .form-control
    {
        height: 30px;
        padding: 5px 10px;
        font-size: 14px;
    }
    a.btnsearch
    {
        background: #E88F19;
        padding: 6px 20px;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        width: 100px;
    }

    .tabcontainer
    {
        margin: 15px 0px 0px;
        width: auto;
    }

    .tab-content
    {
        padding: 5px 0px 10px 15px;
    }
    .nav > li
    {
       /* width: 130px;*/
    }
    .tabcontainer .nav-tabs > li a
    {
        font-size: 16px;
    }
    .form-horizon p
    {
        font-size: 25px;
        line-height: 30px;
    }
    .section-title-dp ul
    {
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        padding: 0;
        margin: 0 20px;
    }
    input.css-radiobox[type="radio"] + label.radio-label
    {
        font-size: 14px;
    }
    .th1-heading
    {
        font-size: 22px !important;
    }
    .wp-theme-1 .lw .w-box h2
    {
        font-size: 20px;
    }
    #txtzipcode, #txtplanzipcode, #txtPlanZipFooter
    {
        border-radius: 0;
        height: 30px;
    }
    .icon-tick
    {
        background: url("/content/responsive/images/tick.png") no-repeat;
        background-size: 70% auto;
        height: 30px;
        margin-left: -10px;
        position: relative;
        top: 10px;
        width: 30px;
    }
    .broker-ul .row
    {
        padding-left: 10px;
    }


}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
{
    .wp-theme-1 .layer-slider-wrapper .title h1
    {
        font-size: 48px;
    }
    .wp-theme-1 .layer-slider-wrapper .title
    {
        padding: 40px 0;
    }
    .wp-theme-1 .layer-slider-wrapper .title h2
    {
        font-size: 42px;
    }
    .form-horizon p
    {
        font-size: 25px;
    }
    .form-horizon .div-radio
    {
        float: left;
        padding: 0 0 0 20px;
        position: relative;
        text-align: left;
        top: 0;
    }
    .wp-theme-1 .layer-slider-wrapper .title h3
    {
        font-size: 32px;
        line-height: 24px;
    }
    .form-horizon p
    {
        font-size: 25px;
    }
    .broker-ul .row
    {
        padding-left: 10px;
    }
    .tabcontainer
    {
        display: block;
        margin: 15px 0 0;
        width: 400px;
        min-width: 400px;
    }
    .tab-content p
    {
        font-size: 16px;
    }
    #div-txtzipcode
    {
        float: left;
        max-width: 230px;
        min-width: 230px;
        width: 100%;
    }
    a.btnsearch
    {
        /* padding:8px 10px; */
        width: 100px;
        font-size: 18px;
    }
    #btnsearch1, #btnPlanSearch, #btnDentistSearch
    {
        right: 15px;
    }
    .tab-content
    {
        padding: 5px 0 10px 25px;
    }
    .wp-theme-1 .layer-slider-wrapper .title
    {
        padding: 0px 0;
    }
    #txtzipcode, #txtplanzipcode, #txtPlanZipFooter
    {
        height: 35px;
    }
    .form-horizon p
    {
        line-height: 35px;
    }

}


@media only screen and (min-width :460px) and (max-width : 767px)
{

    .mob-heading h2
    {
        font-size: 60px !important;
        line-height: 55px !important;
        margin: 0 auto;
        float: none !important;
        text-align: center;
    }
    .mob-heading h3
    {
        font-size: 60px !important;
        line-height: 55px !important;
    }
    .mob-heading
    {
        top: 55px !important;
    }
    .section-title-dp > ul
    {
        font-size: 15px;
        padding: 5px 18px;
    }
    .section-title-dp br
    {
        display: none !important;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width:480px)
{

    .mob-heading h2
    {
        font-size: 56px;
        line-height: 55px;
        margin: 0 auto;
        float: none !important;
        text-align: center;
    }
    .mob-heading h3
    {
        font-size: 60px;
        line-height: 55px;
    }
    .mob-heading
    {
        top: 55px;
    }
    .section-title-dp > ul
    {
        font-size: 15px;
        padding: 5px 18px;
    }

    .section-title-dp br
    {
        display: none;
    }
    .th1-heading
    {
        font-size: 20px !important;
    }
}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px)
{
    .mob-heading h2
    {
        font-size: 44px !important;
        line-height: 38px !important;
        margin: 0 auto;
        float: none !important;
        text-align: center;
    }
    .mob-heading h3
    {
        font-size: 46px !important;
        line-height: 40px !important;
    }
    .mob-heading
    {
        top: 22px !important;
    }
    .th1-heading
    {
        font-size: 20px !important;
    }

}

.menuPhone
{
    text-decoration: underline;
    color: white !important;
}

/*********State Landing*************/
.stateDiv
{
    height: 285px;
}
.stateBg
{
    background: url(../images/ep1banner1.jpg) no-repeat bottom right;
    height: 250px;
    border-bottom: 4px solid #0094a6;
    font-family: 'Arial';
    color: #333;
    padding-top: 20px;
}
.stateBlueDiv
{
    margin-left: 30px;
    font-size: 16px;
    background-color: #0094a6;
    color: #fff;
    width: 240px;
    height: 265px;
    padding: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.stateBlueDiv h4
{
    font-size: 28px;
    color: #fff;
    margin: 0;
}
.stateBlueDiv input[type="text"]
{
    font-size: 15px;
    height: 38px;
    display: block;
    line-height: normal;
    padding: 6px 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #959595;
    width: 100%;
    text-align: center;
    margin: 11px 0px;
}
.stateBlueDiv input[type="button"]
{
    border: none;
    padding: 10px 10px;
    width: 190px;
    font-size: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    font-family: 'Arial';
    color: #fff;
    display: block;
    background-color: #f99b1c;
}
.stateDivBG
{
    height: 250px;
    font-family: 'Arial';
    color: #333;
    margin-left: 10px;
}
.stateDivBG h1
{
    font-size: 45px;
    margin: 0px;
    padding: 0px;
    color: #0094a6;
}
.stateDivBG p
{
    font-size: 20px;
    margin: 0px;
    padding: 5px 0px;
}
.stateDivBG span
{
    font-size: 33px;
    color: #333;
    padding: 0px;
    line-height: 40px;
}
.adPoints1
{
    margin: 0px;
    margin-left: -25px;
}
.adPoints1 li
{
    padding-left: 0px;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-size: 15px;
}
.stateTextDiv
{
    padding: 0px 15px 0px 0px;
    margin: 0px;
}
.stateTextDiv a
{
    color: #0094a6;
    font-family: 'Arial';
}
.stateTextDiv h1
{
    color: #0094a6;
    font-family: 'Arial';
    font-size: 26px;
}
.stateTextDiv p
{
    color: #333;
    font-family: 'Arial';
    font-size: 16px;
    margin-top: 15px;
}

.stateWrapper
{
    max-width: 980px;
    width: auto;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    height: auto;
}

.clientLogo
{
    padding: 20px;
    text-align: center;
}
.clientLogo h1
{
    color: #0094a6;
    font-family: 'Arial';
    font-size: 24px;
}
.clientLogo a
{
    color: #0094a6;
    font-size: 19px;
    font-family: 'Arial';
    text-align: left;
}

.stateDivBG
{
    height: 210px;
    font-family: 'Arial';
    color: #333;
    margin-left: 0px;
}
.stateDivBG h1
{
    font-size: 47px;
}
.stateDivBG p
{
    font-size: 20px;
    margin: 0px;
    padding: 5px 0px;
}
.stateDivBG span
{
    font-size: 22px;
    color: #333;
    padding: 0px;
    line-height: 40px;
}

.stateBlueDiv h4
{
    font-size: 28px;
    color: #fff;
    margin: 0;
}
.stateBlueDiv input[type="text"]
{
    width: 100%;
}
.stateBlueDiv input[type="button"]
{
    width: 100%;
}
.sateGrey
{
    margin: 0px auto;
    text-align: center;
    padding: 20px 30px;
}
.stateTextDiv
{
    padding: 0px 5px 0px 10px;
    margin: 0px;
}

.stateWrapper h1, .stateWrapper h2, .stateWrapper h3, .stateWrapper h4, .stateWrapper h5, .stateWrapper h6
{
    font-family: Arial;
}

#PlanZipMenu
{
    border-radius: 5px;
    color: #363636;
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
}

#tblFindingZip
{
    color: #353535;
    background-color: #ebebeb;
    height: 170px;
    position: fixed;
    width: 350px;
    text-align: center;
    font-size: 18px;
    z-index: 250;
    border-radius: 15px;
    left: 35%;
    top: 30%;
    margin-top: -50px;
    margin: 0 auto;
}


h2, .h2
{
    font-size: 25px;
    color: #17a7b5;
}

.h2ACA, .h2ACALink a
{
    color: #17a7b5 !important;
}

.h2ACALink a
{
    text-decoration: underline;
}

.col-md-8 .wp-theme-1 a
{
    color: #616161;
}

.ACANavbar
{
    background-image: -webkit-linear-gradient(270deg,rgba(248,143,0,1.00) 11.40%,rgba(251,164,48,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(248,143,0,1.00) 11.40%,rgba(251,164,48,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(248,143,0,1.00) 11.40%,rgba(251,164,48,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(248,143,0,1.00) 11.40%,rgba(251,164,48,1.00) 100%);
    background-color: #f99104 !important;
}

.ACARadioGroup
{
    margin: 0 auto;
}

div .col-social-icons a img
{
    margin: 4px;
    margin-bottom: 4px;
}


.image_providerportal
{
    background: #FFF;
    background-image: url(../images/dentist-portal.jpg);
}

.h1savingsc
{
    color: #1794a6;
    font-size: 35px;
}

#mainimage2
{
    height: 287px;
    width: 997px;
    overflow: hidden;
    float: left;
}
.image_head
{
    font-size: 43px;
    color: #0094a6;
    text-align: center;
    padding-top: 70px;
    padding-left: 350px;
}

.image_subhead
{
    font-size: 22px;
    color: #0094a6;
    text-align: center;
    padding-top: 5px;
    padding-left: 350px;
    padding-bottom: 10px;
}
.image_bullets5
{
    padding-top: 10px;
    padding-left: 460px;
    padding-right: 30px;
    font-size: 18px;
    text-align: left;
}
#blueline
{
    float: none;
    clear: both;
    background-color: #0094a6;
    height: 4px;
}
.th1 span
{
    padding-left: 20px;
}




/*new menu*/

.wp-theme-1 .menusection
{
    margin-top: 0px;
    background: #f99104;
    color: #FFF;
    margin-top: 15px;
}


.div-login1
{
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.div-time
{
    font-size: 10px;
    color: #343741;
    clear: both;
    font-size: 12px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0 !important;
}


/*
    #leftlink{
	border-left:#fff 1px solid;
}
*/
header .navbar-wp .navbar-nav > li:first-child > a {
    border-left: 1px solid #fff;
}

.background-orange
{background-color:#f99104;
 color:#fff;
}

/* new-global-style.css styles copied here */
header
{
    font-family: "Cabin Condensed",sans-serif !important;
}
header .div-login1
{
    margin-top: 10px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #616161;
}
header .navbar-brand {
    margin-top: 6px !important;
}
header .div-login1 .lnk-header-right {
    color: #616161 !important;
}
header .div-contact
{
    width: 245px;
}
header .div-contact h3
{
    color: #00a7b8;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
header .header-right-wrapper
{
    margin-top: 0px !important;
}
header .icon-call
{
    margin-right: 0px !important;
}
header .span-join
{
    float: none !important;
    font-size: 18px;
    color: #53565a;
}
header .div-time
{
    font-family: "Cabin Condensed" !important;
    font-size: 10px;
    color: #343741;
    clear: both;
    font-size: 12px;
}
header .navbar-header
{
    width: 100%;
}
header .div-contact, .header .div-time
{
    float: right;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
		font-family:"Cabin Condensed",sans-serif !important;
}

header .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px !important;
}

header .navbar-brand 
{
    padding: 6px;
	margin-top: 6px;
	border: 1px solid transparent;
	border-radius: 3px
}
header .navbar-brand img {
    height: auto;
}

header .navbar-wp .navbar-nav > li > a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 0;
    padding: 17px 20px;
}

header .navbar-nav {
    float: right;
    margin: 0;
}

header a {
    font-family: "Cabin Condensed" !important;
}

header .menusection {
	margin-top:15px;
}

header .navbar-wp {
    border-bottom: 0 !important;
}

@media (max-width:767px)
{
header .navbar-brand img
    {
        margin-top: 0px !important;
    }
}

.feedbackDiv {
    padding-left: 15px;
}

[name="google_conversion_frame"], img[src*="ads.yahoo.com"], img[src*="bat.bing.com"]
{
    position: absolute;
    visibility: hidden;
    bottom: 0;
    left: 0;
    z-index: -999;
}

/* ====================================================
NEW MENU SYSTEM
======================================================= */


/* DP custom styles */


/* .dp-mm = dental plans mega menu and is used to chain styles only to the menu */


/* .wsmenu and .ws = mega menu plug-in styles */

.dp-mm .dt-header {
    margin-top: 8px;
    margin-bottom: 8px;
}

.dp-mm .dp-mm-nav-header i.fa.home-icon {
    font-size: 24px;
    position: relative;
    top: 2px;
    left: 3px;
}


/* Overriding core css form original menu for top right header content */

.dp-mm header .div-login1 {
    margin-top: 0px;
}

.dp-mm header .div-login1 a {
    color: #616161!important;
}

.dp-mm header .div-login1 a:hover {
    color: rgba(0, 0, 0, 1.0);
}

.dp-mm header .div-login1 .lnk-header-right {
    color: #616161!important;
}

.dp-mm header .div-contact {
    width: 100%;
}

.dp-mm header a:hover {
    color: rgba(255, 255, 255, 1.0);
}

.dp-mm .dp-logo {
    max-width: 100%;
    width: 200px;
    margin-top: 8px;
}

.dp-mm .dp-mm-nav-header {
    background: #f99104;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-transform: capitalize !important;
}

.dp-mm .dp-mm-nav-header li a {
    text-transform: capitalize !important;
}

.dp-mm .wsmenu-list > li > a {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}


/* Little menu arrow that come up from the bottom */


/*.dp-mm .wsmenu-list > li:hover {
    background-image: url(//az811846.vo.msecnd.net/dpcontent/content/responsive2015/images/dp-mm-arrow.png);
    background-position: center 40px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
}
*/


/*
 * Webslide - v3.1
 * Web Slide - Responsive Mega Menu for Bootstrap 3+
 *
 * Copyright 2016 webthemex
 * http://codecanyon.net/user/webthemex?ref=webthemex
 *
 * Licensed under Envato licenses
 * http://codecanyon.net/licenses/standard
 */

.dp-mm iframe,
.dp-mm h1,
.dp-mm h2,
.dp-mm h3,
.dp-mm h4,
.dp-mm h5,
.dp-mm h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: "Cabin Condensed", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    font-smooth: subpixel-antialiased;
}

.dp-mm .cl {
    clear: both;
}

.dp-mm ul,
.dp-mm ol {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px;
    list-style: none;
}

.dp-mm li {
    margin: 0px;
    padding: 0px;
}

.dp-mm textarea {
    min-height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

.dp-mm input[type="text"],
.dp-mm input[type="password"],
.dp-mm input[type="email"],
.dp-mm textarea,
.dp-mm select {
    padding: 2px 2px;
    outline: none;
    display: block;
    background: #fff;
    text-indent: 4px;
    color: #2c2c2c;
    border: solid 1px #b9b9b9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dp-mm input[type="text"]:focus,
.dp-mm input[type="password"]:focus,
.dp-mm input[type="email"]:focus,
.dp-mm textarea:focus {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.dp-mm .button,
.dp-mm input[type="submit"],
.dp-mm input[type="reset"],
.dp-mm input[type="button"] {
    cursor: pointer;
    padding: 0;
}

.dp-mm button::-moz-focus-inner,
.dp-mm input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.dp-mm img,
.dp-mm object,
.dp-mm embed,
.dp-mm video {
    border: 0 none;
    max-width: 100%;
}

.dp-mm a:focus {
    outline: none !important;
}


/*------------------------------------ DP-MM Desktop CSS ---------------------------------------------*/

.dp-mm .wsmobileheader {
    display: none;
}

.dp-mm .wsmobileheader a:focus {
    color: #fff;
}

.dp-mm .overlapblackbg {
    display: none;
}

.dp-mm .bigmegamenu {
    position: relative;
}

.dp-mm .wsmenu {
    font-family: "Cabin Condensed", Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    float: right;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    margin-right: -5px;
}

@media (min-width: 992px) {
    .dp-mm .wsmenu {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .dp-mm .wsmenu {
        width: 80%;
    }
}

.dp-mm .wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

.dp-mm .wsmenu-list > li {
    text-align: center;
    display: table-cell;
    border-left: 1px solid #fff;
}

.dp-mm .wsmenu-list > li.border-right {
    border-right: 1px solid #fff;
}

.dp-mm .wsmenu-list > li:last-child:hover {
    border-right: 1px solid #f99104;
}

.dp-mm .wsmenu-list li:first-child a {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.dp-mm .wsmenu-list li:last-child a {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border-right: 0px solid;
}

.dp-mm .wsmenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 4px;
}

.dp-mm .wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px;
}

.dp-mm .wsmenu-list li a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #b3b3b3;
    content: "";
    float: right;
    height: 0;
    margin: 0 0 0 9px;
    position: absolute;
    text-align: right;
    top: 22px;
    width: 0;
}

.dp-mm .wsmenu-list > li > a {
    display: block;
    color: #ffffff;
    padding: 0px 14px;
    line-height: 48px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.dp-mm .wsmenu-list li a:hover .arrow:after {
    border-top-color: #b3b3b3
}

.dp-mm .wsmenu-list li a.active .arrow:after {
    border-top-color: #b3b3b3
}

.dp-mm .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #b3b3b3
}

.dp-mm .megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

.dp-mm .megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}


/*For megamenu desktop */

.dp-mm .wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.dp-mm .megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 51px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    border-right: 1px solid #f99104;
    border-left: 1px solid #f99104;
    border-bottom: 1px solid #f99104;
}

.dp-mm .megamenu .title {
    border-bottom: 1px solid #CCC;
    padding: 9px 5px 40px 0px;
    color: #666666;
    margin-bottom: 7px;
    text-align: left;
    height: 39px;
    font-size: 24px;
}

.dp-mm .megamenu .title i {
    font-size: 24px;
    margin-right: 5px;
}

.dp-mm .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

.dp-mm .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #ffffff;
    background-color: #fff;
    font-size: 16px;
}

.dp-mm .link-list .fa {
    font-size: 11px;
}

.dp-mm .megacollink {
    width: 23%;
    float: left;
    margin: 0% 1%;
}

.dp-mm .megacollink li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

.dp-mm .megacollink li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 8px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #ffffff;
    background-color: #fff;
    color: #424242;
}

.dp-mm .megacollink .fa {
    font-size: 11px;
}

.dp-mm .megacolimage {
    width: 31.33%;
    float: left;
    margin: 0% 1%;
}

.dp-mm .typographydiv {
    width: 100%;
    margin: 0% 0%;
}

.dp-mm .typographylinks {
    width: 25%;
    float: left;
    margin: 0% 0%;
}

.dp-mm .mainmapdiv {
    width: 100%;
    display: block;
    margin: 0% 0%;
}

.dp-mm .wsmenu-list .ad-style {
    width: 28%;
    float: right;
}

.dp-mm .wsmenu-list .ad-style a {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
    background-image: none !important;
}

.dp-mm .mobile-sub .megamenu .ad-style a:hover {
    background-color: transparent !important;
}

.dp-mm .wsmenu-list .megamenu li:hover>a {
    background: transparent !important;
}

.dp-mm .wsmenu-list .megamenu li a:hover {
    background: transparent !important;
    text-decoration: none;
    color: #f99104 !important
}


/* .wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
} */

.dp-mm .mrgtop {
    margin-top: 15px;
}

.dp-mm .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #ffffff;
    color: #6a6a6a;
    margin: 2px 0px;
}


/*For halfmenu */

.dp-mm .halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important;
}

.dp-mm .halfmenu .megacollink {
    width: 48%;
    float: left;
    margin: 0% 1%;
}


/*For halfmenu */


/*Form for desktop */

.dp-mm .halfdiv {
    width: 35%;
    right: 0px !important;
    left: auto;
}

.dp-mm .menu_form {
    width: 100%;
    display: block;
}

.dp-mm .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}

.dp-mm .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}

.dp-mm .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: solid 1px #ccc;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dp-mm .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dp-mm .megamenu .left.carousel-control {
    padding-top: 20%;
}

.dp-mm .megamenu .right.carousel-control {
    padding-top: 20%;
}

.dp-mm .carousel-inner .item img {
    width: 100%;
}

.megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}


/*Animation*/

.wsmenu-list li > .wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}


/* Submenu CSS */

.dp-mm .wsmenu-submenu {
    position: absolute;
    top: 51px;
    z-index: 1000;
    min-width: 250px;
    margin: 0px;
    padding: 2px;
    border-right: 1px solid #f99104;
    border-left: 1px solid #f99104;
    border-bottom: 1px solid #f99104;
    background-color: #fff;
    opacity: 0;
    transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.wsmenu-submenu li a {
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 6px 12px;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.wsmenu-submenu li {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.wsmenuexpandermain {
    display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 220px;
    position: absolute;
    left: 90%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 90%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

@media only screen and (min-width:767px) and (max-width:1064px) {
    .dp-mm .wsmenu-submenu {
        top: 48px;
    }
    .dp-mm .megamenu {
        top: 48px;
    }
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}

.wsmenu-click {
    display: none;
}

.wsmenu-click02 {
    display: none;
}


/* Default Theme */

.wsmenu-list li:hover>a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
}

.wsmenu-list > li > a:hover {
    background-image: url(//az811846.vo.msecnd.net/dpcontent/content/responsive2015/images/dp-mm-arrow.png)!important;
    background-position: center 40px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
}

.wsmenu-list > li > a {
    background-image: url(//az811846.vo.msecnd.net/dpcontent/content/responsive2015/images/dp-mm-arrow.png)!important;
    background-position: center 60px;
    background-repeat: no-repeat;
}

.wsmenu-list > li > a.active {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
}

.wsmenu-submenu > li > a {
    /* color: #f99104 !important; */
}

.wsmenu-submenu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #f99104 !important;
    border-radius: 0px !important;
    text-decoration: none;
}

.dp-mm .typography-text {
    padding: 0px 0px;
    font-size: 15px;
}

.dp-mm .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}

.dp-mm .typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}

.dp-mm .typography-text ul li a {
    color: #656565;
}

.dp-mm .hometext {
    display: none;
}

.wsmenu-submenu .fa {
    margin-right: 7px;
}

@media only screen and (min-width:767px) and (max-width:1064px) {
    .wsmenu-list > li > a > .fa,
    .wsmenu-list > li > a > .fa-chevron-down {
        display: none !important;
    }
    .dp-mm .hometext {
        display: block !important;
    }
    .wsmenu {
        width: 100%;
        font-size: 13px !important;
        position: relative;
    }
    .dp-mm .bigmegamenu {
        position: static !important;
    }
    .wsmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 10px !important;
    }
    .megacollink {
        width: 48%;
        margin: 1% 1%;
    }
    .dp-mm .typographylinks {
        width: 48%;
        margin: 1% 1%;
    }
}

@media only screen and (min-width: 781px) {
    .wsmenu-list li:hover > .wsmenu-submenu {
        display: block !important;
    }
    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        display: block !important;
    }
    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        display: block !important;
    }
    .wsmenu-list li:hover > .megamenu {
        display: block !important;
    }
}


/*------------------------------------ DP-MM Mobile CSS ---------------------------------------------*/

@media only screen and (max-width: 767px) {
    .dp-mm .dp-mm-nav-header i.fa.home-icon {
        font-size: 18px;
        position: relative;
        top: 0px;
        left: 0px;
        color: #666;
    }
    body.no-scroll {
        overflow: hidden;
        position: fixed;
    }
    .wsmenu-list > li > a:hover {
        background-image: none!important;
        background-position: center 40px;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 1.0) !important;
        text-decoration: none;
    }

    .wsmenu .wsmenu-list > li.btn-mobile-menu > a,
    .wsmenu .wsmenu-list > li.btn-mobile-menu > a:hover {
        background: #f99104 !important;
        border-radius: 8px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        text-align: center;
        padding: 8px 0px 8px 0px;
        border: none;

        background-image: none!important;
    }


    .wsmenu-list > li > a {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    }
    .wsmenu-list > li:last-child {
        border-right: none;
    }
    .wsmenu-list > li:last-child:hover {
        border-right: none;
    }
    .megamenu ul li.title {
        font-size: 16px !important;
        padding: 10px 8px 10px 0px;
    }
    .megamenu ul li.title i {
        font-size: 16px !important;
    }
    .wsoffcanvasopener .wsmenu {
        right: 0px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .wsmenucontainer.wsoffcanvasopener {
        display: block;
        margin-right: 240px;
    }
    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .wsmenu-list > li:hover>a {
        background-color: rgba(0, 0, 0, 0.08) !important;
        text-decoration: none;
    }
    .hometext {
        display: inline-block !important;
    }
    .megacollink {
        width: 96% !important;
        margin: 0% 2% !important;
    }
    .megacolimage {
        width: 90% !important;
        margin: 0% 5% !important;
    }
    .typographylinks {
        width: 98% !important;
        margin: 0% 1% !important;
    }
    .typographydiv {
        width: 86% !important;
        margin: 0% 7% !important;
    }
    .mainmapdiv {
        width: 90% !important;
        margin: 0% 5% !important;
    }
    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        min-height: 960px;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .wsoffcanvasopener .overlapblackbg {
        display: block !important;
    }
    /* Default Theme */
    .wsmenu-submenu > li:hover>a {
        background-color: rgba(255, 255, 255, 1.0);
        color: #666666;
    }
    .wsmenu > .wsmenu-list > li > a.active {
        color: #666666;
        background-color: rgba(0, 0, 0, 0.08);
    }
    .wsmenu > .wsmenu-list > li > a:hover {
        color: #666666;
        background-color: rgba(255, 255, 255, 1.0);
    }
    .wsmenu-list li:hover .wsmenu-submenu {
        display: none;
    }
    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
        display: none;
    }
    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: solid 1px #eeeeee;
        background-color: #fff;
    }
    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }
    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }
    .innerpnd {
        padding: 0px !important;
    }
    .typography-text {
        padding: 10px 0px;
    }
    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        min-height: 68px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    /* Mobile click to drop arrow */
    .wsmenu-click {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .wsmenu-click i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
    }
    .wsmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .wsmenu-click02 i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
    }
    .ws-activearrow > i {
        transform: rotate(180deg);
    }
    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /*2nd UL Style*/
    .wsmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-submenu-sub li {
        margin: 0px 0px 0px 0px !important;
        padding: 0px;
        position: relative;
    }
    .wsmenu-submenu-sub a {
        display: block;
        padding: 10px 25px 10px 25px;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
    }
    .wsmenu-submenu-sub li a.active {
        color: #000 !important;
    }
    .wsmenu-submenu-sub li:hover>a {
        background-color: #333333 !important;
        color: #fff;
    }
    .wsmenu-list > li > a .fa {
        margin-right: 6px;
    }
    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-submenu-sub-sub li {
        margin: 0px 0px 0px 0px !important;
    }
    .wsmenu-submenu-sub-sub a {
        display: block;
        color: #000;
        padding: 10px 25px;
        background: #000 !important;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
    }
    .wsmenu-submenu-sub-sub li a.active {
        color: #000 !important;
    }
    .wsmenu-submenu-sub-sub li:hover>a {
        background-color: #606060 !important;
        color: #fff;
    }
    .wsmenu {
        position: relative;
    }
    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }
    .wsmenu .wsmenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 17px;
        font-size: 16px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #666666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
        position: static;
    }
    .wsmenu > .wsmenu-list > li > a > .fa {
        font-size: 16px;
        color: #fff;
    }
    .wsmenu > .wsmenu-list > li > a > .fa.fa-chevron-down {
        font-size: 16px;
        color: #bfbfbf;
        visibility: hidden;
    }
    .wsmenu .wsmenu-list li a .arrow:after {
        display: none !important;
    }
    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
        font-size: 12px !important;
        color: #8E8E8E;
    }
    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #fff;
        border: solid 1px #fff;
        padding: 0px;
        visibility: visible !important;
    }
    .mobile-sub .wsmenu-submenu li a {
        line-height: 20px;
        height: 36px;
        background-color: #ffffff !important;
        font-size: 13px !important;
        padding: 8px 0px 8px 18px;
        color: #8E8E8E;
    }
    .mobile-sub .wsmenu-submenu li a:hover {
        background-color: #ffffff !important;
        color: #666666;
        text-decoration: none;
    }
    .mobile-sub .wsmenu-submenu li:hover>a {
        background-color: #ffffff !important;
        color: #666666;
    }
    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #ffffff !important;
        border-bottom: none;
        padding-left: 28px;
    }
    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #ffffff !important;
        border-bottom: none !important;
        padding-left: 38px;
        color: #8e8e8e;
    }
    .wsmenu-list .megamenu {
        background-color: #ffffff;
        color: #666666;
        display: none;
        position: relative !important;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0px;
    }
    .megamenu .title {
        color: #666666;
        font-size: 24px !important;
        padding: 10px 8px 10px 0px;
    }
    .halfdiv .title {
        padding-left: 15px;
    }
    .megamenu > ul {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        font-size: 13px !important;
    }
    .megamenu > ul > li > a {
        padding: 9px 14px !important;
        line-height: normal !important;
        font-size: 13px !important;
        background-color: #ffffff !important;
        color: #666666;
    }
    .megamenu > ul > li > a:hover {
        background-color: #000000 !important;
    }
    .ad-style {
        width: 100% !important;
    }
    .megamenu ul li.title {
        line-height: 26px;
        color: #666666;
        margin: 0px;
        font-size: 24px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #efefef;
        background-color: #efefef !important;
    }
    .halfdiv {
        width: 100%;
        display: block;
    }
    .halfmenu {
        width: 100%;
        display: block;
    }
    .menu_form {
        padding: 10px 10px 63px 10px;
        background-color: #ffffff;
    }
    .menu_form input[type="button"] {
        width: 46%;
    }
    .menu_form input[type="submit"] {
        width: 46%;
    }
    .menu_form textarea {
        min-height: 100px;
    }
    .wsmenu {
        width: 240px;
        right: -240px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }
    .wsoffcanvasopener .wsmenu {
        width: 240px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .wsmenu.menuclose {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    /* Navigation arrow Animation */
    .animated-arrow {
        background-color: #f99104;
        color: #fff;
        font-size: 25px;
        height: 38px;
        width: 38px;
        position: fixed;
        padding: 7px 9px;
        top: 8px;
        right: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 8px;
    }
    .dpmm-btn {
        background: #f99104;
        color: #fff;
        font-size: 25px;
        height: 38px;
        width: 38px;
        position: fixed;
        padding: 7px 9px;
        top: 8px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 8px;
    }
    .callusicon {
        right: 52px;
    }
    .membericon {
        right: 96px;
    }
    /*     .callusicon:focus,
callusicon:hover {
    color: #fff !important;
} */
    .wsoffcanvasopener .callusicon {
        display: none !important;
    }
    .smallogo {
        width: 100%;
        display: block;
        text-align: left;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 52px;
        background: #ffffff;
    }
    .smallogo .dp-mobile-logo {
        margin-left: 8px;
        margin-top: 2px;
        width: 150px;
    }
    .wsoffcanvasopener .animated-arrow {
        right: 240px;
        padding: 10px 8px;
    }
    .animated-arrow {
        cursor: pointer;
        padding: 18px 0px 0px 8px;
        margin: 0px 8px 0px 0px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before {
        top: -7px;
    }
    .animated-arrow span:after {
        bottom: -7px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent;
    }
    .wsoffcanvasopener .animated-arrow span:before,
    .animated-arrow.active span:after {
        top: 7px;
    }
    .wsoffcanvasopener .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }
    .wsoffcanvasopener .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    /*Animation None */
    .wsmenu-list li > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
    .wsmenu-list li:hover > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
    .wsmenu-submenu li > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-list li > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-list li:hover > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.dp-mm .clearfix:before,
.dp-mm .clearfix:after,
.dp-mm .dl-horizontal dd:before,
.dp-mm .dl-horizontal dd:after,
.dp-mm .container:before,
.dp-mm .container:after,
.dp-mm .container-fluid:before,
.dp-mm .container-fluid:after,
.dp-mm .row:before,
.dp-mm .row:after,
.dp-mm .form-horizontal .form-group:before,
.dp-mm .form-horizontal .form-group:after,
.dp-mm .btn-toolbar:before,
.dp-mm .btn-toolbar:after,
.dp-mm .btn-group-vertical > .btn-group:before,
.dp-mm .btn-group-vertical > .btn-group:after,
.dp-mm .nav:before,
.dp-mm .nav:after,
.dp-mm .navbar:before,
.dp-mm .navbar:after,
.dp-mm .navbar-header:before,
.dp-mm .navbar-header:after,
.dp-mm .navbar-collapse:before,
.dp-mm .navbar-collapse:after,
.dp-mm .pager:before,
.dp-mm .pager:after,
.dp-mm .panel-body:before,
.dp-mm .panel-body:after,
.dp-mm .modal-header:before,
.dp-mm .modal-header:after,
.dp-mm .modal-footer:before,
.dp-mm .modal-footer:after {
    display: table;
    content: " ";
}

.dp-mm .clearfix:after,
.dp-mm .dl-horizontal dd:after,
.dp-mm .container:after,
.dp-mm .container-fluid:after,
.dp-mm .row:after,
.dp-mm .form-horizontal .form-group:after,
.dp-mm .btn-toolbar:after,
.dp-mm .btn-group-vertical > .btn-group:after,
.dp-mm .nav:after,
.dp-mm .navbar:after,
.dp-mm .navbar-header:after,
.dp-mm .navbar-collapse:after,
.dp-mm .pager:after,
.dp-mm .panel-body:after,
.dp-mm .modal-header:after,
.dp-mm .modal-footer:after {
    clear: both;
}

.wsmenu-submenu,
.megamenu {
    z-index: 2000 !Important;
}

/* ONLY FOR  \Content\Responsive\css\global-style.css */
@media only screen and (max-width: 767px) {
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn,
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn:focus,
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn:hover,
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn:visited {
        color: #fff;
    }

}

.badge.badge-phone {
    background: rgb(249, 145, 4);
    padding: 3px 5px;
    font-size: 14px;
}
