.btn-xs {
    padding: 4px 10px;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
}

.bg-banner-1 {
    padding: 54px 0 !important;
    color: #fff;
	background-size: cover !important;
}

.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;
}

.btn-one {
    background-color: none;
    border: 2px solid #FFF;
    color: #FFF;
}
.btn-one:hover {
    color: #59b2e5;
    background-color: #FFF;
    border-color: #FFF;
}
.btn-one:active {
    background-image: none;
}

.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;
}
.w-box:before, .wp-theme-3 .w-box:after {
    display: table;
    content: ""}
.w-box:after {
    clear: both;
}
.w-box.dark {
    background: #333;
}
.w-box.w-box-inverse .thmb-img i {
    background: #fcfcfc;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
    color: #59b2e5;
}
.w-box.w-box-inverse .thmb-img:hover i {
    background: #59b2e5;
    color: #FFF;
}
.w-box .figure {
    position: relative;
    overflow: hidden;
}

.w-box .figure img {
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	min-width: 100%;
}

.w-box .date-over.small {
    font-size: 12px;
    padding: 4px 8px;
}
.w-box .date-over {
    background: none repeat scroll 0 0 #FFFFFF;
    font-weight: normal;
    padding: 10px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
}

.w-box .date-over strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.w-box .figure .figcaption {
    text-align: center;
}
.w-box .figure .figcaption {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    top: auto;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}
.bg-2 {
    background: none repeat scroll 0 0 #59B2E5;
    color: #FFFFFF;
}

.w-box .figure .figcaption-btn {
    height: 100%;
    opacity: 0;
    padding-left: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}

.w-box .figure a {
    margin-top: -11px;
    position: relative;
    top: 50%;
}
.btn-one {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.w-box a {
    color: #616161;
    cursor: pointer;
}

.w-box h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 12px 15px 0;
}

.w-box p {
    margin: 6px 0;
    padding: 0 15px 8px;
}
.w-box p {
    line-height: 22px;
}

.btn-two {
    color: #ffffff;
    background-color: #59b2e5;
    border: 1px solid;
    border-color: #4fa8db;
}
.btn-two:hover, .btn-two:focus, .btn-two:active, .btn-two.active {
    color: #ffffff;
    background-color: #459ed1;
    border-color: #459ed1;
}
.btn-two:active, .btn-two.active {
    background-image: none;
}

.meaa-details a {
    color: #fff;
    cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.meaa-details {
	border-top: solid 1px #E0EDED;
}

.meaa-details .publish-date {
	float: left;
	font-size: 12px;
}

.w-section h1, .w-section h2, .w-section h3, .w-section h4, .w-section h5, .w-section h6, .w-section p, .w-section span {
	color: #fff;
}


/* Sidebar */

.aside-menu-in .wrapper {
    left: -280px;
}

.aside-menu a {
	color: #fff;
}

.aside-menu .nav > ul > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}

.aside-menu .nav > ul > li {
    border-bottom: 1px solid #333333;
}

.aside-menu .nav > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.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: #222222;
    border-left: 1px solid #333;
	display: none;
    
}
.aside-menu::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.aside-menu {
	overflow-y: hidden;
	z-index: 99999999;
}

.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: 20px 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: 16px;
	text-transform: uppercase;
}
.side-section-title {
    position: relative;
    overflow: hidden;
    margin: 0;
	margin-left: 10px;
    margin-top: 15px;
    padding: 0px 15px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
	color: #616161;
	border-bottom: 1px solid #333;
	width: auto;
	display: inline-block;
}
.dropdown-style-switcher {
    min-width: 620px;
    padding: 15px;
    z-index: 1800;
}
.dropdown-style-switcher .color-picker {
    display: block;
}
.dropdown-style-switcher .color-picker a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    text-indent: -9999px;
}
.dropdown-style-switcher .color-picker a.color-red {
    background: #e74c3c;
}
.dropdown-style-switcher .color-picker a.color-violet {
    background: #563d7c;
}
.dropdown-style-switcher .color-picker a.color-blue {
    background: #59b2e5;
}
.dropdown-style-switcher .color-picker a.color-green {
    background: #8ec449;
}
.dropdown-style-switcher .color-picker a.color-yellow {
    background: #f1c40f;
}
.dropdown-style-switcher .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;
}