@import"css/reset.css";
html,
body {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #232323;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    font-weight: 300
}

.clear {
    clear: both;
    display: block
}

.clearleft {
    clear: both;
    float: left;
    display: block
}

a {
    text-decoration: none
}

p {
    padding: 0;
    margin: 0;
    line-height: 20px
}

blockquote {
    padding: 0 0 15px 0;
    margin: 5px 0 15px 0;
    font-size: 18px;
    border-bottom: 3px solid #ececec;
    line-height: 22px;
    font-weight: 300
}

blockquote span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px
}

.videocontainer {
    max-width: 100%;
    padding: 0;
    display: block;
    margin: 0
}

#mobile_wrap {
    max-width: 1024px;
    margin: auto
}

a.button_full {
    width: 100%;
    display: inline-block;
    color: #FFF;
    padding: 10px 0;
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

a.button_small {
    display: inline-block;
    color: #FFF;
    padding: 10px 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.call_button a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.button {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0 10px;
    margin: 0;
    height: 40px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer
}

.button.active {
    color: #fff
}

.panel {
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 280px;
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    color: #FFF
}

.content-block {
    margin: 35px 0;
    padding: 0 15px
}

.content-block-login {
    margin: 20px 0;
    padding: 0 15px
}

.user_login_info {
    padding: 0
}

.user_thumb {
    width: 100%;
    margin: auto;
    position: relative
}

.user_thumb img {
    display: block;
    max-width: 100%;
    z-index: 777
}

.user_details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 132px;
    z-index: 888;
    background: url(images/trans_black_gradient.png) repeat-x
}

.user_details p {
    padding: 70px 0 0 10px;
    text-align: left;
    font-size: 14px
}

.user_details p span {
    display: block;
    font-size: 22px;
    padding: 5px 0 0 0
}

.user_social {
    z-index: 999;
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 30px
}

.user_social img {
    display: block;
    max-width: 100%;
    margin: 10px 0 0 0
}

.user-nav {
    padding: 20px 0 0 0;
    width: 100%
}

.user-nav ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

.user-nav ul li {
    width: 90%;
    list-style: none;
    padding: 5px 0 10px 0;
    margin: 0 0 0 5%;
    display: inline-block;
    text-align: center
}

.user-nav ul li img {
    display: inline-block;
    max-width: 10%;
    float: left
}

.user-nav ul li span {
    display: block;
    float: left;
    text-align: left;
    padding: 5px 0 0 20px;
    max-width: 200px
}

.user-nav ul li strong {
    display: block;
    float: right;
    text-align: left;
    margin: 0 10px 0 0;
    width: 30px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

strong.green {
    background-color: #837f07
}

strong.blue {
    background-color: #077c83
}

.user-nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.panel-right h2 {
    width: 90%;
    margin: 0 5%;
    padding: 10px 0 10px 0;
    font-size: 30px;
    font-weight: 300
}

.panel-right h3 {
    width: 90%;
    margin: 0 5%;
    padding: 30px 0 10px 0;
    font-size: 18px;
    font-weight: 400
}

.search_form {
    width: 90%;
    margin: 0 5%
}

input.search_input {
    width: 80%;
    padding: 10px 0;
    background: 0 0;
    border-bottom: 1px #fff solid;
    border-left: none;
    border-top: none;
    border-right: none;
    color: #FFF;
    float: left
}

input.search_submit {
    width: 15%;
    margin: 0 0 0 5%;
    float: left
}

input.search_submit img {
    display: inline-block;
    max-width: 50%
}

ul.popular_posts {
    width: 90%;
    margin: 0 5%;
    float: left;
    clear: both;
    padding: 0 0 20px 0;
    list-style: none
}

ul.popular_posts li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    float: left;
    clear: both;
    list-style: none
}

ul.popular_posts li a img {
    float: left;
    display: inline-block;
    width: 20%
}

ul.popular_posts li span {
    width: 75%;
    float: left;
    padding: 0 0 0 5%;
    display: inline-block
}

ul.popular_posts li a {
    color: #FFF
}

.main-nav {
    padding: 10px 0 0 0;
    width: 100%
}

.main-nav ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

.main-nav ul li {
    width: 20%;
    height: 100%;
    list-style: none;
    margin: 2%;
    float: left;
    text-align: center
}

.main-nav ul li img {
    display: inline-block;
    max-width: 90%
}

.main-nav ul li span {
    display: block;
    text-align: center;
    padding: 5px 0 0 0;
    height: 40px
}

.main-nav ul li a {
    font-size: 13px;
    font-weight: 300
}

.toolbar-inner {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.toolbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 125px;
    width: 100%;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1
}

.toolbar {
    height: 100px
}

ul.toolbar_icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 100%
}

ul.toolbar_icons li {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 14%;
    margin: 0 1%
}

ul.toolbar_icons li.menuicon {
    list-style: none;
    padding: 5.5% 1%;
    display: inline-block;
    text-align: center;
    width: 20%;
    margin: 0 1%;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px
}

ul.toolbar_icons li img {
    max-width: 65%;
    margin: 20px 0 0 0
}

ul.toolbar_icons li.menuicon img {
    max-width: 60%
}

.toolbar.toolbar-hidden,
.tabbar.toolbar-hidden,
.toolbar.tabbar-hidden,
.tabbar.tabbar-hidden {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0)
}

.logo {
    width: 100%;
    height: 100%;
    text-align: center
}

.logo img {
    max-width: 50%;
}

.swiper-container {
    height: 100%
}

.swiper-slide {
    width: 100%;
    text-align: center;
    padding: 0
}

.slider_logo img {
    max-width: 50%
}

.swiper-slide span {
    text-align: center;
    display: block;
    margin: 120px 0 10px 0;
    font-size: 80px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
    line-height: 80px
}

.swiper-slide span.subtitle {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    line-height: 40px
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

a.swiper_read_more {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 30px;
    text-decoration: none;
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 20px
}

.page {
    background: #fff
}

#pages_maincontent {
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.page_content {
    width: 90%;
    padding: 0 5%;
    margin: 10px 0 20px 0
}

.page_content_menu {
    width: 90%;
    min-height: 100%;
    padding: 10px 5%;
    margin: 0
}

h2.page_title {
    width: 90%;
    padding: 10px 5%;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    letter-spacing: -.5px;
    background-color: #ececec;
    color: #222
}

h2.page_subtitle {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
    display: inline-block;
    letter-spacing: -.5px
}

#pages_maincontent h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 20px 0;
    display: block;
    clear: both
}

#pages_maincontent p {
    padding: 0 0 15px 0;
    margin: 0;
    clear: both;
    font-family: Arial
}

.page_content img {
    display: block;
    max-width: 100%;
    margin: 0 0 20px 0
}

.page_content ul.simple_list {
    padding: 0 0 20px 10px;
    margin: 0;
    list-style: none
}

.page_content ul.simple_list li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    background: url(images/bullet.png) no-repeat left
}

.navbarpages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px
}

.nav_left_logo {
    float: left;
    width: 40%;
    padding: 0 0 0 5%
}

.nav_left_logo a img {
    display: inline-block;
    max-width: 50%
}

.nav_right_button {
    float: right;
    width: 50%;
    text-align: right
}

.nav_right_button a {
    display: block;
    float: right;
    width: 40px;
    padding: 10px 15px 0 0
}

.nav_right_button a img {
    display: inline-block;
    max-width: 100%;
    padding: 0
}

ul.responsive_table {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none
}

li.table_row {
    width: 100%;
    float: left;
    clear: both;
    line-height: 30px;
    padding: 0;
    list-style: none;
    margin: 0 0 1px 0
}

.table_section_small {
    width: 14%;
    float: left;
    padding: 0 0 0 2%
}

.table_section {
    width: 40%;
    float: left;
    padding: 0 0 0 2%
}

.table_section_14 {
    width: 23%;
    float: left;
    padding: 0 0 0 2%;
    text-align: center;
    display: block
}

.table_section_14 img {
    display: inline-block;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 10px
}

.table_section_14 strong {
    font-size: 18px
}

.table_section_14 a.buy_now {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    margin: 5px 0;
    background-color: #94cb01;
    color: #FFF;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

ul.responsive_table li:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px
}

ul.responsive_table li:last-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

ul.features_list {
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0;
    list-style: none;
    float: left;
    clear: both
}

ul.features_list li {
    border-bottom: 1px #e6e6e6 solid;
    padding: 5px 2% 10px 2%;
    margin: 5px 0;
    display: block;
    width: 96%;
    float: left;
    clear: both
}

ul.features_list li img {
    display: inline-block;
    max-width: 10%;
    float: left;
    margin: 0
}

ul.features_list li span {
    display: inline-block;
    max-width: 90%;
    padding: 9px 0 0 5%;
    font-weight: 700;
    float: left
}

ul.features_list_detailed {
    padding: 10px 0 30px 0;
    width: 100%;
    margin: 0;
    list-style: none;
    float: left;
    clear: both
}

ul.features_list_detailed li {
    padding: 5px 0 10px 0;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px #ddd solid
}

ul.features_list_detailed li .feat_small_icon {
    width: 30%;
    float: left
}

ul.features_list_detailed li .feat_small_details {
    width: 65%;
    float: left;
    padding: 0 0 0 3%
}

ul.features_list_detailed li .view_more {
    width: 10%;
    float: left;
    margin: 25px 0 0 5%
}

ul.features_list_detailed li .view_more img {
    display: block;
    max-width: 100%
}

ul.features_list_detailed li .feat_small_details p {
    padding: 0 0 10px 0
}

ul.features_list_detailed li .feat_small_details a {
    color: #232323
}

ul.features_list_detailed li .feat_small_icon img {
    display: inline-block;
    max-width: 90%
}

ul.features_list_detailed li .feat_small_details h4 {
    font-weight: 700;
    font-size: 18px;
    padding: 0 0 5px 0;
    margin: 0
}

.popup {
    color: #FFF
}

.popup h4 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0
}

.popup p {
    color: #FFF;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 14px
}

.popup-social h4 {
    padding-top: 40px
}

.popup-login h4,
.popup-signup h4,
.popup-forgot h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0
}

ul.social_share {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.social_share li {
    width: 32%;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    margin: 0
}

.close_popup_button {
    width: 88%;
    text-align: center;
    margin: auto;
    display: inline-block
}

.close_popup_button a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: -2%;
    left: -7px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.close_popup_button a img {
    display: block;
    max-width: 60%;
    margin: 15px auto auto auto
}

.close_loginpopup_button {
    display: block
}

.close_loginpopup_button a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0
}

.close_loginpopup_button a img {
    display: block;
    max-width: 60%;
    margin: auto
}

.switch_button {
    display: block;
    float: left
}

.switch_button a {
    display: block;
    width: 23px;
    height: 23px
}

.switch13 {
    background: url(images/switch_13.png) no-repeat center
}

.switch12 {
    background: url(images/switch_12.png) no-repeat center
}

.switch11 {
    background: url(images/switch_11.png) no-repeat center
}

.page_title_photos {
    width: 90%;
    float: left;
    clear: both;
    padding: 10px 5%;
    margin: 0;
    display: inline-block;
    background-color: #ececec
}

.page_title_photos h2 {
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #222;
    letter-spacing: -.5px
}

.gallery_switch {
    float: right;
    margin: 5px 0 0 0
}

.gallery_switch a {
    display: block;
    float: left;
    padding: 0 5px
}

ul.photo_gallery_13 {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
    float: left;
    clear: both
}

ul.photo_gallery_13 li {
    width: 31%;
    padding: 0;
    float: left;
    margin: 1%
}

ul.photo_gallery_13 li img {
    max-width: 100%;
    display: block
}

ul.photo_gallery_12 {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    float: left;
    clear: both
}

ul.photo_gallery_12 li {
    width: 48%;
    padding: 0;
    float: left;
    margin: 1%
}

ul.photo_gallery_12 li img {
    max-width: 100%;
    display: block
}

ul.photo_gallery_11 {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    float: left;
    clear: both
}

ul.photo_gallery_11 li {
    width: 100%;
    padding: 0;
    float: left;
    margin: 0 0 10px 0
}

ul.photo_gallery_11 li img {
    max-width: 100%;
    display: block
}

.photo-categories {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    display: block
}

.photo-categories a {
    width: 31%;
    margin: 1%;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 0;
    background-color: #f2f0f0
}

.photo-categories a.active {
    color: #FFF
}

.list-block {
    margin: 0
}

.list-block ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #fff
}

.list-block ul::after {
    background-color: #fff
}

.list-block li {
    border-bottom: 1px #f0f0f0 solid;
    margin: 0
}

.list-block .item-content {
    padding-left: 0;
    padding-top: 10px
}

.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
    padding: 0 10px;
    margin: 0;
    color: #000;
    text-align: center
}

.list-block .swipeout-actions-right a:nth-child(1) {
    background: #833545
}

.list-block .swipeout-actions-right a:nth-child(2) {
    background: #6f2736
}

.list-block .swipeout-actions-right a:nth-child(3) {
    background: #4d1722
}

#pages_maincontent .list-block .swipeout-actions-left a img,
#pages_maincontent .list-block .swipeout-actions-right a img {
    display: inline-block;
    width: 40%;
    margin: auto
}

.post_date {
    float: left;
    width: 10%;
    text-align: center
}

span.day {
    font-size: 55px;
    font-weight: 700;
    line-height: 30px
}

span.month {
    font-size: 20px;
    font-weight: 300;
    line-height: 10px
}

.post_title {
    width: 72%;
    float: left;
    margin: 0 0 0 10%
}

.post_title h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0
}

.post_title h2 a {
    color: #333
}

.post_swipe {
    width: 6%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f7f7f7
}

.post_swipe img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto
}

#loadMore {
    display: inline-block;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    cursor: pointer
}

#loadMore img {
    margin: auto;
    max-width: 20%;
    display: inline-block
}

#showLess {
    display: none;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    cursor: pointer
}

#showLess img {
    margin: auto;
    max-width: 20%;
    display: inline-block
}

#loadMore2 {
    display: inline-block;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    cursor: pointer
}

#loadMore2 img {
    margin: auto;
    max-width: 20%;
    display: inline-block
}

#showLess2 {
    display: none;
    margin: 15px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    cursor: pointer
}

#showLess2 img {
    margin: auto;
    max-width: 20%;
    display: inline-block
}

.entry {
    padding: 20px 0 0 0
}

.entry p {
    line-height: 22px
}

.featured_image {
    width: 100%;
    margin: auto;
    position: relative;
    clear: both
}

.featured_image img {
    display: block;
    max-width: 100%;
    z-index: 777
}

.post_title_single {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 888;
    background: url(images/trans_black_gradient.png) repeat-x
}

.post_title_single h2 {
    color: #FFF;
    font-size: 34px;
    padding: 25px;
    font-weight: 300;
    line-height: 38px
}

.post_social {
    z-index: 999;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px
}

.post_social img {
    display: block;
    max-width: 100%;
    margin: 10px 0 0 0
}

.post_author {
    z-index: 999;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px
}

.post_author img {
    display: block;
    max-width: 100%;
    margin: 10px 0 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

ul.comments {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

ul.comments li {
    list-style: none;
    float: left;
    clear: both;
    width: 90%;
    padding: 5% 5% 0 5%;
    margin: 0 0 10px 0;
    background-color: #f5f3eb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.comm_avatar {
    width: 15%;
    display: inline-block;
    float: left
}

.comm_avatar img {
    display: inline-block;
    max-width: 100%
}

.comm_content {
    width: 80%;
    float: left;
    display: inline-block;
    padding: 0 0 0 5%
}

.comm_content p {
    padding: 0;
    margin: 0;
    font-style: italic
}

.blog_nav {
    width: 100%
}

.blog_nav a {
    float: left
}

.blog_nav a.prev_post {
    width: 45%;
    padding: 7px 0 7px 5%;
    text-align: left
}

.blog_nav a.next_post {
    width: 45%;
    padding: 7px 5% 7px 0;
    text-align: right
}

.blog_nav a.disabled {
    opacity: .8
}

.contactform {
    width: 100%;
    padding: 0 0 15px 0
}

.contactform span {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700
}

.contactform label {
    font-size: 16px;
    font-weight: 700
}

.contactform .item-content {
    padding: 5px 0 5px 20px;
    margin: 0
}

.contactform label .item-media {
    display: inline-block
}

.contactform label .item-inner {
    display: inline-block
}

.contactform label.label-switch {
    display: inline-block;
    width: auto
}

.contactform .item-title {
    width: auto;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 300
}

.contactform label .item-title {
    width: auto;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 300
}

.contactform .item-input {
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px
}

.contactform label.error {
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #f65821;
    font-weight: 400
}

.contactform input.form_input {
    padding: 3%;
    width: 93%;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    font-size: 17px
}

.contactform .form_select {
    padding: 2% 3%;
    width: 100%;
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    background: url(images/dropdown.png) no-repeat right
}

.contactform .form_select option {
    padding: 5px
}

.contactform textarea.form_textarea {
    padding: 3%;
    width: 93%;
    height: 50px;
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    font-size: 17px
}

.contactform input.form_submit {
    width: 100%;
    padding: 4% 0 4% 0;
    margin: 10px 0 0 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.form_logo {
    width: 100%;
    text-align: center;
    margin: 30px 0
}

.form_logo img {
    max-width: 50%;
    display: inline-block;
    margin: auto
}

.loginform {
    width: 90%;
    padding: 0 0 15px 5%
}

.loginform label.error {
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #f65821;
    font-weight: 400
}

.loginform input.form_input {
    padding: 10px 3%;
    width: 93%;
    margin: 0 0 15px 0;
    border: 1px solid #45535d;
    background-color: #efefef;
    color: #0d0d0d
}

.loginform input.form_submit {
    width: 100%;
    padding: 10px 0;
    margin: 15px 0 0 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    cursor: pointer
}

.forgot_pass {
    width: 100%;
    text-align: right
}

.forgot_pass a {
    color: #FFF;
    opacity: .5
}

.signup_bottom {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0
}

.signup_bottom p {
    opacity: .5;
    padding: 0
}

.signup_bottom a {
    color: #FFF;
    font-weight: 700
}

.signup_social {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0
}

a.signup_facebook {
    background-color: #38579a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 47%;
    display: inline-block;
    padding: 10px 0;
    margin: 0 4% 0 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 700
}

a.signup_twitter {
    background-color: #0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 47%;
    padding: 10px 0;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700
}

.commentform {
    width: 100%;
    padding: 0 0 15px 0
}

.commentform label {
    width: 100%;
    padding: 5px 0 3px 0;
    display: block;
    font-size: 16px;
    font-weight: 700
}

.commentform label.error {
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #f65821;
    font-weight: 400
}

.commentform input.form_input {
    padding: 3%;
    width: 93%;
    margin: 0 0 5px 0;
    border: 1px solid #ddd
}

.commentform textarea.form_textarea {
    padding: 3%;
    width: 93%;
    height: 50px;
    margin: 0 0 5px 0;
    border: 1px solid #ddd
}

.commentform input.form_submit {
    width: 100%;
    padding: 4% 0 4% 0;
    margin: 10px 0 0 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    cursor: pointer
}

.contact_info {
    padding: 0 0 15px 0;
    margin: 5px 0 15px 0;
    font-size: 14px;
    border-bottom: 3px solid #ececec;
    line-height: 22px;
    font-weight: 300
}

.tabs-animated-wrap,
.tabs-simple {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px 0 0 0
}

.photos_tabs {
    margin-top: 0
}

.tab h4 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px
}

.custom-accordion {
    padding: 0
}

.custom-accordion .accordion-item-toggle {
    padding: 0;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    cursor: pointer
}

.custom-accordion .accordion-item-toggle:active {
    background: rgba(0, 0, 0, .15)
}

.custom-accordion .accordion-item-toggle span {
    display: inline-block;
    margin-left: 15px
}

.custom-accordion .icon-plus,
.custom-accordion .icon-minus {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 20px;
    text-align: center
}

.custom-accordion .icon-minus {
    display: none
}

.custom-accordion .accordion-item-expanded .icon-minus {
    display: inline-block
}

.custom-accordion .accordion-item-expanded .icon-plus {
    display: none
}

.custom-accordion .accordion-item-content {
    padding: 0 15px
}

@media screen and (max-width:680px) {
    .swiper-slide span {
        margin: 0 0 10px 0;
        padding: 70px 0 0 0;
        font-size: 55px;
        line-height: 60px
    }
    .swiper-slide span.subtitle {
        margin: 0 0 10px 0;
        font-size: 22px;
        line-height: 22px
    }
    a.swiper_read_more {
        padding: 10px 20px;
        margin: 20px 0 0 0;
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .toolbar {
        height: 55px
    }
    ul.toolbar_icons li img {
        margin: 5px 0 0 0
    }
    ul.toolbar_icons li.menuicon {
        padding: 3.5% 1%;
        margin: 0 1%
    }
    .swiper-container {
        height: 100%
    }
    .swiper-slide span {
        margin: 0 0 10px 0;
        padding: 50px 0 0 0;
        font-size: 40px;
        line-height: 45px
    }
    .swiper-slide span.subtitle {
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 20px
    }
    a.swiper_read_more {
        padding: 10px 20px;
        margin: 20px 0 0 0;
        font-size: 14px
    }
    .close_popup_button {
        width: 80%
    }
    #pages_maincontent {
        top: 50px
    }
    .navbarpages {
        height: 50px
    }
    .nav_left_logo a img {
        max-width: 65%;
        padding: 10px 0 0 0
    }
    .nav_right_button a {
        width: 30px;
        padding: 10px 15px 0 0
    }
    ul.posts li {
        padding: 10px 0
    }
    .post_date {
        width: 20%
    }
    .post_title {
        width: 62%
    }
    .post_title h2 {
        font-size: 18px;
        line-height: 22px
    }
    .post_title_single h2 {
        font-size: 24px;
        padding: 15px;
        line-height: 28px
    }
}