
body,html{padding:0;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}[class*=span]{float:left;min-height:1px;margin-left:20px}.container{width:940px;margin-right:auto;margin-left:auto}.container:after,.container:before{display:table;line-height:0;content:""}.container:after{clear:both}.row{width:100%}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}.row [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:2.8571428571429%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row [class*=span]:first-child{margin-left:0}.row .span12{width:100%}.row .span11{width:91.428571428571%}.row .span10{width:82.857142857143%}.row .span9{width:74.285714285714%}.row .span8{width:65.714285714286%}.row .span7{width:57.142857142857%}.row .span6{width:48.571428571429%}.row .span5{width:40%}.row .span4{width:31.428571428571%}.row .span3{width:22.857142857143%}.row .span2{width:14.285714285714%}.row .span1{width:5.7142857142857%}.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}.clear,.clearfix:after{clear:both}@media (min-width:1200px){[class*=span]{float:left;min-height:1px;margin-left:50px}.container{width:1170px}.gt3_boxed header .container{width:1170px}.row{width:100%}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}.row [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:4.273504273504273%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row [class*=span]:first-child{margin-left:0}.row .span1{width:4.415954415954416%}.row .span2{width:13.105413105413106%}.row .span3{width:21.794871794871796%}.row .span4{width:30.484330484330485%}.row .span5{width:39.173789173789174%}.row .span6{width:47.863247863247864%}.row .span7{width:56.55270655270655%}.row .span8{width:65.24216524216524%}.row .span9{width:73.93162393162393%}.row .span10{width:82.62108262108262%}.row .span11{width:91.31054131054131%}.row .span12{width:100%}}@media (min-width:768px) and (max-width:979px){.container{width:724px}.row{width:100%}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}.row [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row [class*=span]:first-child{margin-left:0}.row .span12{width:100%}.row .span11{width:91.43646408839778%}.row .span10{width:82.87292817679558%}.row .span9{width:74.30939226519337%}.row .span8{width:65.74585635359117%}.row .span7{width:57.18232044198895%}.row .span6{width:48.61878453038674%}.row .span5{width:40.05524861878453%}.row .span4{width:31.491712707182323%}.row .span3{width:22.92817679558011%}.row .span2{width:14.3646408839779%}.row .span1{width:5.801104972375691%}}@media (max-width:767px){.container{width:auto}.row{width:100%;margin-left:0}.row [class*=span],[class*=span]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row .span12,.span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}ul{margin:0;padding:0;}li{list-style:none;}



/*base*/
::selection {
    color: #ffffff;
    opacity: 1;
}
::-moz-selection {
    color: #ffffff;
    opacity: 1;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0.01;
    background: #ffffff;
}

.custom_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.custom_bg.img_bg {
    background-size: cover;
}

form, body, iframe {
    margin: 0;
    padding: 0;
}

img, table, iframe {
    border: 0;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
}

/*FORMS*/
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    background: none;
    text-shadow: none;
    font-size: 13px;
    line-height: 20px;
    color: #222222;
    background: #e2e3e4;
    height: 40px;
    padding: 9px 18px 11px 18px;
    border: none !important;
    border-radius: 0;
    margin: 0 0 7px 0;
    -webkit-appearance: none !important;
    outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #222222;
    -webkit-font-smoothing: antialiased;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #222222;
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #222222;
}

textarea {
    height: 150px;
}

.sidepanel input[type="text"],
.sidepanel input[type="email"],
.sidepanel input[type="tel"],
.sidepanel input[type="password"] {
    height: 29px;
    padding: 4px 11px 5px 11px;
    background: #cfd1d1;
    color: #222222;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    margin: 0;
    border-radius: 0;
    border: none;
    font-size: 13px !important;
    line-height: 20px !important;
    height: 40px;
    color: #ffffff;
    padding: 8px 20px 12px 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 900;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #444444 !important;
    color: #ffffff !important;
}

.btn_submit {
    position: relative;
    display: inline-block;
}

.btn_submit:before {
    font-family: 'FontAwesome';
    content: "\f064";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #dbdfd8;
    background: rgba(0, 0, 0, 0.25);
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #ffffff !important;
}

/* Default listing */
ul {
    list-style: none;
}

ul li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding: 0 10px 0 0;
}

ul li {
    padding: 2px 0 2px 0;
}

ol {
    margin: 0;
    counter-reset: li;
    list-style: none;
    padding: 0;
}

ol li {
    list-style: none;
    position: relative;
    padding: 2px 0 2px 20px;
}

ol li:before {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    left: 1px;
    top: 0;
}

/*Theme CSS*/
p {
    margin: 0 0 6px 0;
}

a {
}

a, a:hover,
a:hover span {
    text-decoration: none;
    outline: none;
}

.site_wrapper {
    overflow-x: hidden;
}

.bg_sidebar {
    box-shadow: inset 1px 0 0 #e6e6e6;
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 330px;
}

.bg_sidebar.is_left-sidebar {
    box-shadow: inset -1px 0 0 #e6e6e6;
    left: -50%;
    margin-left: -330px;
}

/* H E A D E R */
.main_header {
    display: block;
    min-height: 80px;
    position: relative;
    z-index: 99;
    transition: opacity 350ms, margin-top 500ms;
}

.sticky_menu .main_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.main_header.hide_me {
    margin-top: -100px;
    opacity: 0;
}

.without_border .main_header {
    border: none !important;
}

.logo_sect {
    padding: 28px 0 27px 29px;
    min-height: 25px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.logo_sect .logo {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.logo_sect .slogan {
    min-height: 19px;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    padding: 3px 0 3px 15px;
}

.main_header nav {
    text-align: right;
    position: relative;
}
.header_rp {
    float: right;
    text-align: right;
    position: relative;
}

.main_header nav .search_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -10;
    transition: background 250ms;
    -webkit-transition: background 250ms;
}

.main_header.search_on nav .search_fadder {
    z-index: 10;
}

.search_toggler {
    position: absolute;
    right: 28px;
    top: 50%;
	margin-top:-7px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/oyster_sprite.png) no-repeat -240px -2px;
    z-index: 13;
}

.header_search {
    z-index: -10;
    position: absolute;
    right: 65px;
    top: 5px;
    opacity: 0;
    width: 300px;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.main_header.search_on nav .header_search {
    z-index: 13;
    opacity: 0.999;
}

.header_search form:before {
    display: none !important;
}

.header_search input.field_search {
    line-height: 20px;
    padding: 4px 14px 5px 14px !important;
    height: 35px;
    font-size: 12px;
}

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

.main_header nav ul li {
    padding: 0;
    margin: 0;
}

.main_header nav ul li:before {
    display: none;
}

.main_header nav ul.menu {
    font-size: 0;
    line-height: 0;
    margin: 18px 65px 17px 0;
}

.main_header nav ul.menu > li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    vertical-align: top;
}

.main_header nav ul.menu > li > a {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    padding: 15px 0;
    font-weight: 400;
    display: block;
    overflow: hidden;
    position: relative;
}

.main_header nav ul.menu > li > a:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 14px;
    left: -100%;
    transition: left 250ms;
    -webkit-transition: left 250ms;
}

.main_header nav ul.menu > li:hover > a:before,
.main_header nav ul.menu > li.current-menu-ancestor > a:before,
.main_header nav ul.menu > li.current-menu-item > a:before,
.main_header nav ul.menu > li.current-menu-parent > a:before {
    left: 0;
}

.main_header nav ul.menu .sub-menu {
    padding: 10px 0 11px 0;
    width: 186px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -93px;
    top: 45px;
}

.main_header nav ul.menu > li > .sub-menu > li > .sub-menu {
    left: 186px;
    margin-left: 0;
    top: -11px;
}

.main_header nav ul.menu > li:last-child > .sub-menu > li > .sub-menu,
.main_header nav ul.menu > li:nth-last-child(2) > .sub-menu > li > .sub-menu,
.main_header nav ul.menu > li:nth-last-child(3) > .sub-menu > li > .sub-menu {
    left: -188px;
}

.main_header nav ul.menu > li:last-child > .sub-menu {
    margin: 0;
    left: auto;
    right: 0;
}

.main_header nav ul.menu > li > .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    z-index: 98;
}

.main_header nav ul.menu > li > .sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    z-index: 97;
}

.main_header nav ul.menu > li:last-child > .sub-menu:before,
.main_header nav ul.menu > li:last-child > .sub-menu:after {
    margin: 0;
    left: auto;
    right: 10px;
}

.main_header nav ul.sub-menu li {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    position: relative;
    padding: 0 0px;
}

.main_header nav ul.sub-menu li a {
    padding: 4px 20px;
    display: block;
}

.main_header nav ul.sub-menu li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    padding-right: 8px;
}

.main_header nav ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    padding-left: 3px;
}

.main_header .menu ul.sub-menu {
    top: -999px !important;
    opacity: 0 !important;
}

.main_header .menu > li:hover > ul.sub-menu {
    top: 45px !important;
    opacity: 0.999 !important;
    visibility: visible !important;
}

.main_header .menu > li:hover > .sub-menu > li > .sub-menu {
    top: -999px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.main_header ul.menu > li:hover > .sub-menu > li:hover > .sub-menu {
    top: -11px !important;
    opacity: 0.999 !important;
    visibility: visible !important;
}

/* C O N T E N T */

.no-sidebar .left-sidebar-block,
.no-sidebar .right-sidebar-block {
    display: none !important;
}

.left-sidebar .right-sidebar-block {
    display: none !important;
}

.left-sidebar .left-sidebar-block {
    display: block !important;
    float: left !important;
    margin-left: 0;
}

.left-sidebar .posts-block {
    float: right !important;
}

.right-sidebar .left-sidebar-block {
    display: none !important;
}

.right-sidebar .right-sidebar-block {
    display: block !important;
}

.right-sidebar-block,
.left-sidebar-block {
    width: 220px;
    float: left;
    text-align: left;
}

.left-sidebar-block {
    margin-right: 85px;
}

.right-sidebar-block {
    margin-left: 85px;
}

.fl-container.hasRS {
    width: 865px;
    float: left;
}

.fl-container.hasRS,
.posts-block.hasLS {
    width: 865px;
}

.main_wrapper {
    text-align: left;
    position: relative;
    min-height: 100%;
    display: block;
    padding: 35px 0 55px 0;
}

.fixed_bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}

.fw_content_wrapper {
    position: absolute;
    width: 1270px;
    left: 50%;
    margin-left: -635px;
    position: absolute;
    text-align: left;
    transition: top 300ms;
    -webkit-transition: top 300ms;
}

.fw_content_padding {
    padding: 50px;
}

.content_wrapper {
    position: relative;
}

.fw_background {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.fw_background.bg_image {
    background-size: cover;
    background-position: center;
}

.fw_background iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

/* F O O T E R */
footer {
    overflow: hidden;
    position: relative;
    z-index: 33;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer_wrapper {
    margin: 0 auto;
    text-align: left;
    padding: 31px 0 29px 0;
}

footer.fullwidth .footer_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.noContent footer {
    display: none;
}


/* M O D U L E S */
/*accordion & toggles*/
.shortcode_accordion_item_body, .shortcode_toggles_item_body {
    display: none;
}

.shortcode_accordion_shortcode,
.shortcode_toggles_shortcode {
    margin: -5px 0 0 0 !important;
}

h5.shortcode_accordion_item_title,
h5.shortcode_toggles_item_title {
    margin: 4px 0 0 0 !important;
    padding: 8px 15px 10px 57px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border: none;
    outline: none !important;
    text-transform: none;
}

h5.shortcode_accordion_item_title:before,
h5.shortcode_toggles_item_title:before {
    content: '';
    left: 39px;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    background: #e6e6e6;
    position: absolute;
}

h5.shortcode_accordion_item_title:hover,
h5.shortcode_accordion_item_title.state-active,
h5.shortcode_toggles_item_title:hover {
    background: #ffffff;
}

.ui-accordion-header-icon {
    display: none;
}

.shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
    width: 10px;
    height: 10px;
    display: block;
    left: 15px;
    top: 50%;
    position: absolute;
    margin: -5px 0 0 0;
}

h5.shortcode_accordion_item_title .ico:before,
h5.shortcode_toggles_item_title .ico:before,
h5.shortcode_accordion_item_title .ico:after,
h5.shortcode_toggles_item_title .ico:after {
    content: '';
    position: absolute;
    display: block;
    background: #444444;
}

.shortcode_accordion_item_title .ico:before,
.shortcode_toggles_item_title .ico:before {
    width: 9px;
    height: 1px;
    top: 4px;
    left: 0;
}

.shortcode_accordion_item_title .ico:after,
.shortcode_toggles_item_title .ico:after {
    width: 1px;
    height: 9px;
    top: 0;
    left: 4px;
}

h5.shortcode_accordion_item_title:hover .ico:before,
h5.shortcode_toggles_item_title:hover .ico:before,
h5.shortcode_accordion_item_title:hover .ico:after,
h5.shortcode_toggles_item_title:hover .ico:after,
h5.shortcode_accordion_item_title.state-active .ico:after,
h5.shortcode_accordion_item_title.state-active .ico:before {
    background: #444444;
}

.shortcode_accordion_item_title.state-active .ico:after,
.shortcode_toggles_item_title.state-active .ico:after {
    display: none;
}

.faq .shortcode_toggles_item_title .ico:before {
    content: '?';
    background: none !important;
    font-size: 15px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: none;
    left: -2px;
    top: -2px;
}

.faq .shortcode_toggles_item_title:hover .ico:before {
    color: #E9ECEC;
}

.faq .shortcode_toggles_item_title .ico:after {
    display: none;
}

.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
    padding: 10px 0 8px 0;
    border-top: none;
}

.shortcode_toggles_item_body {
    display: none
}

.module_accordion .shortcode_accordion_item_body p,
.shortcode_toggles_shortcode p {
    margin: 10px 0 0 0;
}

.module_accordion .shortcode_accordion_item_body p:first-child,
.shortcode_toggles_shortcode p:first-child {
    margin: 0;
}

/*iconboxes*/
.iconbox_wrapper {
    background: none;
}

.iconbox_title {
    margin: 0 0 19px 0;
    font-weight: 500;
    text-align: center;
}

.iconbox_wrapper .ico {
    text-align: center;
    display: block;
    padding: 11px 0 22px 0;
}

.iconbox_wrapper .ico i {
    line-height: 26px;
    font-size: 26px;
}

.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p {
    text-align: center;
}

.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p,
.counter_text,
.counter_text p,
.skill_descr,
.skill_descr p {
    word-wrap: break-word;
}

/*gallery*/
.gallery_item,
.grid-gallery-item {
    overflow: hidden;
}

.gallery_item a {
    display: block;
	position:relative;
}
.gallery_item_wrapper {
    position: relative;
    padding: 9px;
    overflow: hidden;
}

.gallery_item img,
.gallery_item_wrapper img,
.grid-gallery-item img,
.grid-portfolio-item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery_item_wrapper .gallery_fadder,
.grid-gallery-item .gallery_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 15;
    background: rgba(255, 255, 255, 0);
}

.gallery_item_wrapper span.gallery_ico,
.grid-gallery-item span.gallery_ico {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 30px;
    opacity: 0;
    width: 100%;
    text-align: center;
    color: #393939;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    z-index: 17;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
}

.gallery_item_wrapper:hover .gallery_fadder,
.grid-gallery-item:hover .gallery_fadder {
    background: rgba(255, 255, 255, 0.8);
}

.gallery_item_wrapper:hover span,
.grid-gallery-item:hover span {
    opacity: 0.999;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.content_gallery {
    margin: -30px 0 0 0;
}

.cont_gallery_item {
    padding: 30px 0 0 0;
    position: static !important;
}

.is_masonry .cont_gallery_item {
    position: absolute !important;
}

.cont_gallery_wrapper {
    padding: 9px;
    position: relative;
    display: block;
}

.cont_gallery_wrapper .grid-gallery-item {
    width: 100%;
    display: block;
    float: none;
}

.content_gallery.is_masonry {
    margin: -50px 0 0 -50px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.is_masonry .cont_gallery_item {
    padding: 50px 0 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 33.33%;
    display: inline-block;
}

.cont_gallery_wrapper a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:17;
}

.listing_gallery .cont_gallery_wrapper a,
.listing_gallery .cont_gallery_wrapper .gallery_fadder,
.listing_gallery .cont_gallery_wrapper .gallery_ico {
    display: none !important;
}

.listing_gallery {
    position: static !important;
    height: auto !important;
}

.gallery_toolbar {
    overflow: hidden;
    margin: 0 0 32px 0;
    padding: 16px 0 0 0;
    position: relative;
    z-index: 17;
}

.gallery_toolbar .btn_back {
    font-size: 12px;
    float: left;
}

.gallery_toolbar .gallery_type_selector {
    float: right;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 6px 0 0 0;
}

.gallery_toolbar .gallery_type_selector a {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 20px;
    display: block;
    float: right;
    opacity: 0.4;
}

.gallery_toolbar .gallery_type_selector a.active {
    opacity: 0.999;
}

.gallery_toolbar .gallery_type_selector a.btn_gallery_column {
    background: url(../img/oyster_sprite.png) no-repeat 0 -66px;
}

.gallery_toolbar .gallery_type_selector a.btn_gallery_masonry {
    background: url(../img/oyster_sprite.png) no-repeat -11px -66px;
}

.btn_back:before {
    font-family: 'FontAwesome';
    content: "\f104";
    padding: 0 7px 0 0;
}

.list-of-images {
    margin: -30px 0 0 -30px;
}

.list-of-images .gallery_item {
    margin: 30px 0 0 0 !important;
    float: left;
}

.list-of-images .gallery_item .gallery_item_padding {
    padding: 0 0 0 30px;
}

.list-of-images.images_in_a_row_1 .gallery_item {
    width: 100%;
    height: auto;
}

.list-of-images.images_in_a_row_2 .gallery_item {
    width: 50%;
    height: auto;
}

.list-of-images.images_in_a_row_3 .gallery_item {
    width: 33.333%;
    height: auto;
}

.list-of-images.images_in_a_row_4 .gallery_item {
    width: 25%;
    height: auto;
}

.list-of-images .gallery_item img {
    width: 100%;
    height: auto;
}

.grid-gallery-item {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.grid-gallery-item,
.grid-portfolio-item {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}

.fs_grid_gallery.is_masonry .grid-gallery-item {
    width: 20%;
    float: left;
}

/*promotext*/
.promoblock_wrapper {
    overflow: hidden;
    padding: 28px 31px 23px 27px;
}

.no_button_text.no_button_link .promoblock_wrapper {
    padding-bottom: 27px;
}

.promoblock_wrapper .promo_text_block {
    width: 70%;
    display: inline-block;
    float: left;
}

.no_button_text .promoblock_wrapper .promo_text_block {
    width: 100%;
}

.promoblock_wrapper .promo_button_block {
    width: 30%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 7px;
}

.promoblock_wrapper .promo_button_block a {
    margin: 0;
}

.promoblock_wrapper h1 {
    margin: 0 0 6px 0;
}

.promoblock_wrapper span {
    color: #aaaaaa;
}

/*messagebox*/
.shortcode_messagebox {
    padding: 8px 35px 8px 58px;
    min-height: 22px;
    position: relative;
}

.shortcode_messagebox:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 39px;
    top: 0;
}

.shortcode_messagebox .box_icon i {
    width: 39px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    display: block;
}

.shortcode_messagebox .box_icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 39px;
    height: 100%;
}

.shortcode_messagebox .box_content,
.shortcode_messagebox .box_content p {
    font-size: 14px;
    margin: 0;
}

.shortcode_messagebox .box_close {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    right: 12px;
    top: 13px;
    background: url(../img/oyster_sprite.png) no-repeat -67px -73px;
    opacity: 0.999;
}

.shortcode_messagebox .box_close:hover {
    opacity: 0.5;
}

.shortcode_messagebox.box_type2 .box_icon i,
.shortcode_messagebox.box_type2 .box_content,
.shortcode_messagebox.box_type2 .box_content p {
    color: #209fd4;
}

.shortcode_messagebox.box_type3 .box_icon i,
.shortcode_messagebox.box_type3 .box_content,
.shortcode_messagebox.box_type3 .box_content p {
    color: #749f00;
}

.shortcode_messagebox.box_type4 .box_icon i,
.shortcode_messagebox.box_type4 .box_content,
.shortcode_messagebox.box_type4 .box_content p {
    color: #e4c600;
}

.shortcode_messagebox.box_type5 .box_icon i,
.shortcode_messagebox.box_type5 .box_content,
.shortcode_messagebox.box_type5 .box_content p {
    color: #f52626;
}

/*Custom buttons*/
/*Buttons*/
.shortcode_button,
a.shortcode_button {
    display: inline-block;
    border-radius: 3px;
    margin: 0 2px 4px 2px;
    border: none !important;
    font-size: 13px;
    min-height: 22px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 900 !important;
}

a.shortcode_button i {
    color: #ffffff;
    margin: 0 11px 0 -4px;
}

.shortcode_button.btn_small {
    padding: 3px 15px 4px 15px;
}

.shortcode_button.btn_normal {
    padding: 8px 22px 10px 22px;
}

.shortcode_button.btn_large {
    padding: 14px 28px 14px 28px;
}

.shortcode_button.btn_type1 {
    background: #444444;
    color: #ffffff;
}

.shortcode_button.btn_type2 {
    background: #7a7a7a;
    color: #ffffff;
}

.shortcode_button.btn_type3 {
    background: #cfd1d1;
    color: #444444;
}

.shortcode_button.btn_type4 {
    background: #ffffff;
    box-shadow: inset 1px 1px 0 #e6e6e6, inset -1px -1px 0 #e6e6e6, inset 0 -1px 0 #e6e6e6, inset -1px 0 0 #e6e6e6;
    color: #444444;
}

.shortcode_button.btn_type5 {
    color: #ffffff;
}

.shortcode_button.btn_type6 {
    background: #40b7b8;
    color: #ffffff;
}

.shortcode_button.btn_type7 {
    background: #749f00;
    color: #ffffff;
}

.shortcode_button.btn_type8 {
    background: #9dd300;
    color: #ffffff;
}

.shortcode_button.btn_type9 {
    background: #eeca00;
    color: #373d44;
}

.shortcode_button.btn_type10 {
    background: #ff8800;
    color: #ffffff;
}

.shortcode_button.btn_type11 {
    background: #f52626;
    color: #ffffff;
}

.shortcode_button.btn_type12 {
    background: #ff7592;
    color: #ffffff;
}

.shortcode_button.btn_type13 {
    background: #e419a1;
    color: #ffffff;
}

.shortcode_button.btn_type14 {
    background: #b30bd8;
    color: #ffffff;
}

.shortcode_button.btn_type15 {
    background: #6e00d9;
    color: #ffffff;
}

.shortcode_button.btn_type16 {
    background: #148fc3;
    color: #ffffff;
}

.shortcode_button.btn_type17 {
    background: #3abdfa;
    color: #ffffff;
}

.shortcode_button.btn_type1 i,
.shortcode_button.btn_type2 i {
    color: #ffffff;
}

.shortcode_button.btn_type3 i {
    background: #cfd1d1;
    color: #444444;
}

.shortcode_button.btn_type4 i {
    color: #444444;
}

.shortcode_button.btn_type5 i,
.shortcode_button.btn_type6 i,
.shortcode_button.btn_type7 i,
.shortcode_button.btn_type8 i {
    color: #ffffff;
}

.shortcode_button.btn_type9 i {
    color: #373d44;
}

.shortcode_button.btn_type10 i,
.shortcode_button.btn_type11 i,
.shortcode_button.btn_type12 i,
.shortcode_button.btn_type13 i,
.shortcode_button.btn_type14 i,
.shortcode_button.btn_type15 i,
.shortcode_button.btn_type16 i,
.shortcode_button.btn_type17 i {
    color: #ffffff;
}

.shortcode_button:hover,
.shortcode_button.btn_type5:hover {
    background: #444444;
    color: #ffffff;
}

.shortcode_button:hover i {
    color: #ffffff;
}

.shortcode_button.btn_type1:hover,
.shortcode_button.btn_type4:hover {
    color: #ffffff;
}

.shortcode_button.btn_type1:hover i {
    color: #ffffff;
}

/*Tabs*/
.shortcode_tabs {
    padding: 0 0 0 0;
}

.shortcode_tab_item_title {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-right: -1px;
    cursor: pointer;
    padding: 9px 16px 9px 16px;
    position: relative;
    z-index: 10;
    border: none;
    border: none;
    border-bottom: none;
}

.all_heads_cont:after {
    display: none;
}

.shortcode_tab_item_title.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 11;
    width: 100%;
    height: 1px;
    display: block;
}

.all_body_cont {
    margin-top: -1px;
    background: #dbdfd8;
    border: #dde0e1 1px solid;
    padding: 11px 19px 14px 19px;
    z-index: 15;
}

.shortcode_tab_item_body p {
    margin: 10px 0 0 0;
}

.shortcode_tab_item_body p:first-child {
    margin: 0;
}

.shortcode_tab_item_body {
    display: none;
}

.shortcode_tab_item_body.active {
    display: block;
}

@media only screen and (min-width: 960px) {
    .shortcode_tabs.type2 .all_heads_cont {
        float: none;
        display: block;
    }

    .shortcode_tabs.type2 .all_body_cont {
        margin: 0;
    }

    .shortcode_tabs.type2 .all_head_sizer {
        width: 15%;
        text-align: right;
    }

    .shortcode_tab_item_title {
        float: none;
    }

    .shortcode_tabs.type2 .all_body_sizer {
        width: 85%;
    }

    .shortcode_tabs.type2 .all_body_sizer,
    .shortcode_tabs.type2 .all_head_sizer {
        float: left;
        display: inline-block;
    }

    .all_body_sizer:after,
    .all_head_sizer:after {
        content: '';
        display: block;
        clear: both;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title {
        float: right;
        margin: 0 0 -1px 0;
        display: block !important;
        border-right: 0 !important;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title:after {
        content: '';
        font-size: 0;
        line-height: 0;
        clear: both;
        display: table;
    }

    .shortcode_tabs.type2 .shortcode_tab_item_title:before {
        height: 100%;
        width: 1px;
        bottom: 0;
        left: auto;
        right: -1px;
    }
}

.services-column {
    background: #FFF;
    padding: 0 20px 20px;
    border: 1px solid #DDD;
    height: 972px;
    margin-bottom: 20px;
}

.parent-pageid-1469 .services-column {
    height: 1287px;
}

.services-column h2 {
   border-bottom: 1px solid #ddd;
   padding: 0 10px 5px;
   margin-left: -10px;
   margin-right: -10px;
   margin-top: 25px;
}

.services-column h3 {
    margin-bottom: 0;
}

.services-column dl {
    margin-top: 10px;
    zoom: 1;
}
.services-column dl:after, .services-column dl:before {
    content: '';
    display: table;
}

.services-column dl:after {
    clear: both;
}

.services-column dt {
    float: left;
    clear: both;
}

.services-column dd {
    float: right;
}

@media (max-width: 767px) {
    .services-column {
        margin-bottom: 30px;
    }
}

/*Featured Items*/
.featured_items .item_list {
    margin: -50px 0 0 -50px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.featured_items .item_list li {
    margin: 50px 0 0 0;
    display: inline-block;
    vertical-align: top;
}

.featured_items .item_list li:before {
    display: none;
}

.featured_items .item_list li .item {
    margin: 0 0 0 50px;
}

.featured_items .item_wrapper {
    padding: 9px;
}

.featured_items .items1 li {
    width: 100%;
}

.featured_items .items2 li {
    width: 50%;
}

.featured_items .items3 li {
    width: 33.333333%;
}

.featured_items .items4 li {
    width: 25%;
}

.featured_items .img_block {
    display: block;
    position: relative;
    overflow: hidden;
}

.featured_items .img_block .featured_item_fadder {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
}

.featured_items .img_block:hover .featured_item_fadder {
    background: rgba(255, 255, 255, 0.8);
}

.featured_items .img_block span {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    color: #393939;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
}

.featured_items .img_block i {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    color: #393939;
    text-align: center;
}

.featured_items .img_block:hover span {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.featured_items .img_block img {
    display: block;
    width: 100%;
    height: auto;
}

.featured_items .img_block {
    position: relative;
    margin-bottom: 18px;
}

.featured_items_title {
    margin: 0 0 11px 0;
}

.featured_items_title h6 {
    border-bottom: #ececec 1px solid;
    margin: 0 11px;
    padding-bottom: 4px;
}

.featured_items_meta {
    padding: 7px 0 7px 0;
    overflow: hidden;
}

.featured_items_meta .preview_categ {
    display: inline-block;
    float: left;
    padding-top: 4px;
}

.featured_items_meta .gallery_likes {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.featured_items_meta .preview_categ,
.featured_items_meta .preview_categ a {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 15px;
}

.preview_categ span:first-child:after {
    content: '/';
    color: #aaaaaa;
    padding: 0 7px 0 9px;
}

.featured_items_meta .gallery_likes i,
.featured_items_meta .gallery_likes span {
    color: #444444;
    font-size: 12px;
    line-height: 15px;
}

.featured_items_meta .gallery_likes.already_liked i,
.featured_items_meta .gallery_likes.already_liked span {
    color: #f52626;
}

.featured_items_meta span:first-child:before {
    display: none;
}

.module_feature_posts .featured_items_title .featured_items_meta {
    padding-top: 4px;
}

.module_feature_posts .featured_items_title {
    margin-bottom: 10px;
}

.featured_items .img_block span {
    z-index: 16;
    opacity: 0.001;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
}

.featured_items .img_block:hover span {
    opacity: 0.999;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.featured_item_content {
    padding: 0 11px;
}

.featured_items .morelink:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 22px;
    padding-left: 3px;
}

/*Team*/
.module_team ul {
    list-style: none !important;
    margin: -50px 0 0 -50px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.module_team ul li {
    padding: 50px 0 0 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.module_team ul li:before {
    display: none;
}

.module_team ul li .item_wrapper {
    padding: 0 0 0 50px;
}

.module_team .team_title .op {
    font-size: 14px;
    color: #777;
}

.module_team .item {
    padding: 9px;
    position: relative;
}

.module_team .team_icons_wrapper {
    position: absolute;
    right: 20px;
    bottom: 2px;
}

.module_team .team_icons_wrapper .teamlink {
    width: auto;
}

.module_team .teamlink span {
    margin-left: 8px;
}

.module_team .teamlink:before {
    content: 'Book me';
    font-size: 14px;
    color: #40B7B8;
}

.module_team .carousel_body {
    padding: 0 11px;
}

.module_team .img_block img {
    width: 100%;
    height: auto;
    display: block;
}

.module_team .img_block {
    margin-bottom: 19px;
}

#team-1569, #team-1642 {
    position: relative;
}

#team-1569:after, #team-1642:after {
    content: '';
    background: #fff url(../img/logo.jpg) no-repeat;
    display: block;
    width: 105px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    left: 9px;
}

@media only screen and (max-width: 1200px) {
    #team-1569:after, #team-1642:after {
        bottom: 0;
    }
}

.team_title {
    border-bottom: #ececec 1px solid;
    padding: 0 0 1px 0;
    margin: 0 0 11px 0;
}

.module_team h6 {
    margin-bottom: 0;
}

.module_team .op {
    margin-top: -1px;
    color: #aaaaaa;
    font-size: 12px;
}

.team_icons {
}

.team_icons.hided {
    width: 40px !important;
}

.module_team .team_icons_wrapper {
    text-align: right;
    font-size: 0;
    padding: 10px 0 3px 0;
    margin-right: -5px;
}

.module_team .teamlink {
    color: #4444;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}

.module_team .teamlink:hover {
    color: #222222 !important;
}

.module_team .teamlink span,
.module_team .teamlink i {
    background: none !important;
}

/*Testimonials*/
.testimonials_list ul {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.testimonials_list ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.testimonials_list ul li:before {
    display: none;
}

.testimonials_list li .item .testimonials_photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.testimonials_list li .item .testimonials_photo {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    position: absolute;
}

.testimonials_list li .item h6.testimonials_title {
    margin-bottom: 8px;
}

/*double*/
@media only screen and (min-width: 760px) {
    .testimonials_list ul.double:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background: #e0e0e0;
    }

    .testimonials_list .double li .item {
        position: relative;
        padding: 0 0 20px 108px;
        min-height: 90px;
        border-top: 1px solid #e0e0e0;
        padding-top: 29px !important;
    }

    .testimonials_list .double li .item .testimonials_photo {
        left: 40px;
        top: 51px;
    }

    .testimonials_list .double li:nth-child(odd) .item {
        padding: 0 108px 20px 0;
        text-align: right;
    }

    .testimonials_list .double li:nth-child(odd) .item .testimonials_photo {
        left: auto;
        right: 40px;
        top: 51px;
    }

    .testimonials_list ul.double > li:last-child > .item,
    .testimonials_list ul.double > li:nth-last-child(2) > .item {
        padding-bottom: 0;
    }

    .testimonials_list ul.double > li:first-child > .item,
    .testimonials_list ul.double > li:nth-child(2) > .item {
        border: none;
        padding-top: 0 !important;
    }

    .testimonials_list ul.double > li:first-child > .item .testimonials_photo,
    .testimonials_list ul.double > li:nth-child(2) > .item .testimonials_photo {
        top: 22px;
    }
}

/*default*/
.testimonials_list ul.default {
    margin: -21px 0 0 -40px;
}

.testimonials_list ul.default li .item {
    padding: 21px 0 0 108px;
    position: relative;
}

.testimonials_list ul.default li .item .testimonials_photo {
    left: 40px;
    top: 24px;
}

/*single*/
.testimonials_list ul.single {
    margin: -21px 0 0 0;
}

.testimonials_list ul.single li .item {
    padding: 21px 0 0 68px;
    position: relative;
}

.testimonials_list ul.single li .item .testimonials_photo {
    left: 0;
    top: 24px;
}

/*Partners*/
.module_partners ul {
    list-style: none !important;
    margin: -1px 0 0 0;
    padding: 0;
    overflow: hidden;
    display: block;
    border-left: #e0e0e0 1px solid;
}

.module_partners ul li:before {
    display: none !important;
}

.module_partners ul li {
    padding: 10px;
    margin: -1px 0 0 -1px;
    display: inline-block;
    float: left;
    border-right: #e0e0e0 1px solid;
    border-top: #e0e0e0 1px solid;
    border-bottom: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.module_partners ul li .item_wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: opacity 250ms;
}

.module_partners ul li .item_wrapper a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 15;
}

.module_partners ul li .item_wrapper:hover {
    opacity: 0.5;
}

.module_partners ul li .item img {
    width: 100%;
    height: auto;
    display: block;
}

/*Price Tables*/
.module_price_table .price_table_wrapper {
    overflow: hidden;
    margin-left: 0 0 0 1px;
}

.module_price_table .price_item {
    display: inline-block;
    float: left;
    text-align: center;
    margin: 10px 0 0 -1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.module_price_table .price_item.most_popular {
    margin-top: 0;
}

.module_price_table .price_item:first-child {
    margin-left: 0;
}

.price_item_body {
    border-top: 0;
}

.price_item_title h4 {
    line-height: 22px;
    padding: 12px 0 10px 0;
    margin: 0;
}

.price_item_cost {
    padding: 35px 10px 5px 10px;
    display: block;
    font-size: 0;
    line-height: 0;
}

.price_item.most_popular .price_item_cost {
    padding: 40px 10px 10px 10px;
}

.price_item_cost h1,
.price_item_cost h4 {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.price_item_text {
    text-align: left;
    padding: 2px 18px 2px 38px;
    position: relative;
}

.price_item_text:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    padding: 0 8px 0 0;
    position: absolute;
    top: 3px;
    left: 20px;
}

.price_item_btn {
    text-align: center;
    padding: 23px 0 29px;
}

.price_item.most_popular .price_item_btn {
    padding: 28px 0 34px;
}

.price_item_btn a {
    margin: 0 auto;
}

/*Social Icons*/
.shortcode_social_icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    float: none;
    text-align: center;
    background: #46515e;
    color: #dbdfd8;
}

.shortcode_social_icon.type2 {
    border-radius: 10px;
}

.shortcode_social_icon.type3 {
    border-radius: 100%;
}

span.shortcode_social_icon {
    cursor: default;
}

a.shortcode_social_icon:hover {
    opacity: 0.8;
}

.shortcode_social_icon.type4 {
    background: none !important;
}

.shortcode_social_icon i {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #dbdfd8;
}

/*Diagram*/
.module_diagramm ul.skills_list {
    margin: 0 0 0 -30px !important;
    padding: 0;
}

.skills_list li:before {
    display: none !important;
}

.module_diagramm ul.skills_list li {
    margin: 0;
    display: inline-block;
    padding: 0;
    float: left;
}

.module_diagramm .skill_wrapper {
    margin: 0 0 0 30px;
    overflow: hidden;
}

.module_diagramm ul.skills_list li:before {
    content: '';
}

.skill_content {
    padding-top: 1px;
    float: left;
    display: inline-block;
}

.easyPieChart {
    text-align: center;
    color: #dbdfd8;
    padding: 0 15px 25px 15px;
    z-index: 10;
    position: relative;
}

.chart_wrapper {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
}

.chart_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 7;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
}

.skill_item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.skill_item .chart {
    margin: 0 auto;
}

.chart.easyPieChart,
.chart.easyPieChart span {
    font-weight: 500;
}

.skill_item h4 {
    margin-bottom: 19px;
}

/*Before After*/
.before-after {
    padding: 9px;
}

.beforeAfter_wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.beforeAfter_wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: 100% auto !important;
    cursor: none;
}

.img_before {
    visibility: hidden;
}

.beforeAfter_wrapper .after_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: auto 100% !important;
}

.beforeAfter_wrapper .after_wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.beforeAfter_wrapper .result_line {
    width: 27px;
    height: 11px;
    display: block;
    background: url(../img/oyster_sprite.png) no-repeat 0 -78px;
    position: absolute;
    top: 50%;
    margin: -5px 0 0 -12px;
}

.beforeAfter_wrapper .result_line:before {
    content: '';
    background: #ffffff;
    width: 3px;
    height: 500px;
    left: 12px;
    bottom: 5px;
    display: block;
    position: absolute;
}

.beforeAfter_wrapper .result_line:after {
    content: '';
    background: #ffffff;
    width: 3px;
    height: 500px;
    left: 12px;
    top: 5px;
    display: block;
    position: absolute;
}

/*counter*/
.counter_wrapper {
    position: relative;
}

.stat_temp {
    width: 0 !important;
    display: none !important;
}

.counter_wrapper {
    text-align: center;
}

.counter_wrapper .ico_wrapper {
    margin-bottom: 17px;
}

.counter_wrapper .ico_wrapper i {
    font-size: 26px;
    line-height: 26px;
}

.stat_count,
.counter_title {
    font-weight: 500;
}

.counter_title {
    margin-bottom: 19px;
}

.stat_count {
    margin-bottom: 10px;
}

/*contact info*/
.contact_info_list li:before {
    display: none !important;
}

.contact_info_item {
    padding: 10px 0 10px 55px;
    margin-bottom: 5px;
    position: relative;
    line-height: 20px;
}

.contact_info_item div,
.contact_info_item a {
    line-height: 20px;
}

.no_bg .contact_info_item {
    padding: 0 0 0 26px;
    margin-bottom: 10px;
}

.contact_info_item .contact_info_text {
    display: inline-block;
}

.contact_info_icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 100%;
}

.no_bg .contact_info_icon {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 20px;
    background: none !important;
}

.contact_info_icon i {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.no_bg .contact_info_text,
.no_bg .contact_info_text a {
    line-height: 20px;
}

.no_bg .contact_info_icon i {
    font-size: 14px;
    line-height: 22px;
}

/*404*/
.error404 {
    background: none !important;
}

.error404 .custom_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    z-index: -1;
}

.wrapper404 {
    position: absolute;
    width: 900px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: 0;
    text-align: center;
    position: absolute;
}

.container404 {
    text-align: center;
}

.search404.search_form:before {
    display: none !important;
}

.search404 {
    height: 40px;
    width: 860px;
    max-width: 860px;
    overflow: hidden;
    margin: 0 auto;
}

.search404.search_form input.field_search {
    height: 40px;
    background: #ffffff;
    width: 735px;
    max-width: 735px;
    float: left;
}

.block404 {
    text-align: left !important;
}

h1.title404 {
    font-size: 170px;
    line-height: 172px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #ffffff;
}

.search404 .search_button {
    padding: 9px 26px 11px 25px;
    color: #ffffff;
    text-align: center;
    border-radius: 0 3px 3px 0;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.search404 .search_button i {
    margin-right: 10px;
    font-size: 13px;
}

.search_button:hover {
    background: #444444 !important;
    color: #ffffff !important;
}

/*Password Protected*/
.pp_wrapper {
    background: rgba(255, 255, 255, 0.7);
    padding: 60px 80px;
    width: 1010px;
}

.pp_block {
    position: absolute;
    left: 50%;
    margin-left: -585px;
    width: 1170px;
    text-align: center;
    position: absolute;
}

.pp_title {
    font-size: 60px;
    line-height: 62px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 42px 0;
}

.protected-post-form {
    overflow: hidden;
}

.protected-post-form p {
    display: inline-block;
    float: right;
    margin: 0;
}

.protected-post-form h3 {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 8px 0 0 0;
}

.pp_wrapper input[type="password"] {
    width: 305px !important;
    display: inline-block !important;
    background: #ffffff !important;
    float: left;
    margin: 0;
}

.pp_wrapper input[type="submit"] {
    display: inline-block !important;
    border-radius: 0 3px 3px 0;
    float: left;
    margin: 0;
}

/* T Y P O G R A P H Y */
h2, h3, h4, h5, h6,
h2 a, h3 a, h4 a, h5 a, h6 a,
h2 span, h3 span, h4 span, h5 span, h6 span {
    text-transform: uppercase;
}

h1 {
    margin: 0 0 21px 0;
}

h2 {
    margin: 0 0 21px 0;
}

h3 {
    margin: 0 0 23px 0;
}

h4 {
    margin: 0 0 23px 0;
}

h5 {
    margin: 0 0 24px 0;
}

h6 {
    margin: 0 0 13px 0;
}

.page_title_block {
    padding-top: 9px;
}

.title,
.search_oops {
    margin-bottom: 15px;
    position: relative;
}

.bg_title h1,
.bg_title h2,
.bg_title h3,
.bg_title h4,
.bg_title h5,
.bg_title h6 {
    margin: 0;
}

.bg_title {
    padding-bottom: 25px;
    margin: 0;
}

.highlighted_dark {
    background: #444444;
    color: #ffffff;
    padding: 0 2px;
}

.highlighted_light {
    background: #d6d8d9;
    color: #444444;
    padding: 0 2px;
}

.highlighted_colored {
    color: #ffffff;
    padding: 0 1px;
}

blockquote {
    padding: 0 0 8px 20px;
    margin: 0 0 10px 0;
    position: relative;
    min-height: 32px;
    border-left: 4px solid #aaaaaa;
}

blockquote.shortcode_blockquote {
    position: relative;
    padding: 0;
    margin: 4px 0 0 0;
}

blockquote.left {
    float: left;
}

blockquote.right {
    float: right;
    margin-left: 30px;
}

blockquote.shortcode_blockquote .blockquote_wrapper {
    padding: 0 0 0 20px;
    margin-top: 3px;
}

blockquote.shortcode_blockquote.left .blockquote_wrapper {
    padding-right: 30px;
}

blockquote.shortcode_blockquote p {
    margin-top: -7px;
}

blockquote.shortcode_blockquote.type1 {
    border-color: #444444;
}

blockquote.shortcode_blockquote.type3,
blockquote.shortcode_blockquote.type4,
blockquote.shortcode_blockquote.type5 {
    border: none;
    padding-left: 30px;
}

blockquote.shortcode_blockquote.type3:before,
blockquote.shortcode_blockquote.type4:before,
blockquote.shortcode_blockquote.type5:before {
    content: ',,';
    font-size: 84px;
    line-height: 84px;
    color: #aaaaaa;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -63px;
    letter-spacing: -6px;
}

@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
    blockquote.shortcode_blockquote.type3:before,
    blockquote.shortcode_blockquote.type4:before,
    blockquote.shortcode_blockquote.type5:before {
        letter-spacing: -1px;
    }
}

blockquote.shortcode_blockquote.type4:before {
    color: #444444;
}

blockquote.shortcode_blockquote .author {
    font-size: 12px;
    margin: 0 0 -4px 0;
    padding-top: 0;
    color: #aaaaaa;
}

.alignleft {
    margin: 0 15px 10px 0;
    float: left;
}

.alignright {
    margin: 0 0 10px 15px;
    float: right;
}

.aligncenter {
    float: none;
    text-align: center;
}

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

/* Dropcaps */
.dropcap,
.dropcap.type1,
.dropcap.type2 {
    display: inline-block;
    float: left;
    font-size: 34px;
    line-height: 36px;
    margin: 3px 15px 0 2px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}

.dropcap.type3,
.dropcap.type4,
.dropcap.type5 {
    text-transform: lowercase;
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    margin: 1px 16px 4px 3px;
}

.dropcap,
.dropcap.type3 {
    color: #aaaaaa;
}

.dropcap.type1,
.dropcap.type4 {
    color: #444444;
}

/*dividers*/
.module_cont hr {
    border: none;
    border-top: #e0e0e0 1px solid;
    margin: 0 0 0 0;
    height: 29px;
    display: block;
    background: none !important;
}

.module_cont hr.type1 {
    border-top: #aaaaaa 1px solid;
}

.module_cont hr.type2 {
    border-top: #444444 1px solid;
}

/* Custom Styles */
.center_title .headInModule {
    text-align: center;
}

/* B L O G */
/*listing*/
.module_blog {
    margin-top: 3px;
}

.preview_top_wrapper {
    padding-left: 79px;
    position: relative;
    min-height: 65px;
    margin-bottom: 18px;
}

.preview_top_wrapper .listing_meta {
    margin: 0;
}

.blog_post_preview {
    margin-bottom: 39px;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 40px;
}

.post_preview_wrapper {
    padding: 9px;
}

.post_preview_wrapper .blog_post_image img,
.featured_image_full img {
    display: block;
    width: 100%;
    height: auto;
}

.post_preview_wrapper .blog_post_image,
.featured_image_full {
    margin-bottom: 10px;
}

.blog_content {
    position: relative;
}

.box_date {
    display: block;
    width: 53px;
    position: absolute;
    left: 15px;
    top: -24px;
    z-index: 11;
}

.box_date span {
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.box_date .box_month {
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    line-height: 28px;
}

.box_date .box_day {
    border-top: none !important;
    display: block;
    font-weight: 500;
    line-height: 29px;
    font-size: 17px;
}

.blogpreview_top {
    padding: 11px 0 0 90px;
    position: relative;
}

.blogpreview_top .listing_meta span,
.blogpreview_top .listing_meta span a,
.blogpreview_top .listing_meta span a:hover,
.blogpreview_top .listing_meta span:before {
    font-size: 12px;
    color: #aaaaaa;
}

.blogpreview_top .listing_meta span:before {
    content: '/';
    padding: 0 11px 0 6px;
}

.blogpreview_top .listing_meta span:first-child:before {
    display: none;
}

.blogpost_title {
    margin: 21px 14px 16px 14px;
    border-bottom: #ececec 1px solid;
    padding-bottom: 9px;
    padding-right: 50px;
}

.sp_post .blogpost_title {
    margin: 21px 14px 10px 14px;
    border-bottom: none;
    padding-right: 50px;
}

.fw_contentarea .blogpost_title {
    margin-top: 40px;
}

article.contentarea {
    padding: 0 14px;
}

article.contentarea.sp_contentarea {
    padding: 0;
    padding: 15px 0 0 0;
}

.fw_post_page article.contentarea {
    padding: 0;
}

.preview_footer {
    overflow: hidden;
    padding: 0 14px;
}

.preview_footer a.reamdore {
    margin: 14px 0 13px 0;
    float: left;
}

.block_likes {
    float: right;
    display: block;
    padding-top: 19px;
}

.blog_post-footer .block_likes {
    padding-top: 0;
}

.block_likes div,
.block_likes div {
    display: inline-block;
}

.block_likes div,
.block_likes span,
.block_likes i {
    font-size: 13px;
}

.gallery_likes {
    cursor: pointer;
    margin-left: 13px;
}

.gallery_likes i,
.gallery_likes span {
    color: #f52626;
}

.blogpreview_top .author_ava {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 13px;
    top: 20px;
}

.blogpreview_top .author_ava img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

/* Fullscreen blog*/
.fullscreen_block {
    padding: 20px 0 0 20px;
    /*overflow:hidden;*/
    text-align: center;
}

.fullscreen_block.fs_grid_block {
    padding: 0;
}

.fs_blog_module {
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.fullscreen_block .blogpost_preview_fw {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.fullscreen_block .fw_preview_wrapper {
    padding: 9px;
    margin: 0 20px 20px 0;
    text-align: left;
}

.fullscreen_block .fw_preview_wrapper {
    transition: all 500ms;
}

.anim_el {
    transition: all 300ms;
}

.fullscreen_block .fw_preview_wrapper.loading,
.anim_el.loading {
    opacity: 0;
    transform: translateY(100px);
}

.fullscreen_block .fw_preview_wrapper.no_pf {
    margin-top: 15px;
}

.fullscreen_block .fw_preview_wrapper iframe {
    max-height: 200px;
}

.fullscreen_block .fw_preview_wrapper img {
    width: 100%;
    height: auto;
}

.post_preview_wrapper .pf_output_container img,
.post_preview_wrapper .pf_output_container iframe {
    display: block;
}

.post_preview_wrapper.no_pf .pf_output_container {
    display: none;
}

.has_pf .pf_output_container {
    margin-bottom: 6px;
}

.post_preview_wrapper .pf_output_container {
    margin-bottom: 9px;
}

.fullscreen_block .fw_preview_wrapper .blogpost_title {
    margin: 17px 14px 16px 14px;
    padding-bottom: 4px;
}

.fw_preview_footer {
    padding: 14px 12px 9px 12px;
}

.fw_preview_footer .block_likes {
    padding-top: 5px;
}

/*posts*/
.blog_post_page {
    padding: 9px;
    position: relative;
    display: block;
    margin-bottom: 11px;
}

.blog_post_page.no_pf {
    margin-top: 15px;
}

.fw_post_page {
    padding: 20px 0 0 0;
    border: none !important;
    background: none !important;
    overflow: visible;
    margin-top: 12px;
    text-align: left;
}

.fw-blog_post-footer,
.sp-blog_post-footer {
    border: none;
    margin: 28px 0 40px 0;
    padding-top: 11px !important;
}

.sp-blog_post-footer {
    margin-bottom: 11px;
}

.fw_post_page .blog_post_content {
    margin-top: 10px;
}

.fw_contentarea {
    text-align: left;
    padding-bottom: 55px;
}

.prev_next_links div {
    display: inline-block;
    margin-bottom: 24px;
}

.fw_prev_next_links div {
    margin-bottom: 0;
}

.prev_next_links div.fright:before {
    content: '/';
    color: #aaaaaa;
    padding: 0 10px 0 6px;
    font-size: 12px;
    line-height: 16px;
}

.prev_next_links div.fright:first-child:before {
    display: none;
}

.prev_next_links div a {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 16px;
}

.prev_next_links div.fleft a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #aaaaaa;
    font-size: 12px;
    line-height: 16px;
    padding-right: 7px;
}

.prev_next_links div.fright a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #aaaaaa;
    font-size: 12px;
    line-height: 16px;
    padding-left: 6px;
}

.blog_post-footer {
    padding: 9px 14px 12px 14px;
}

.blogpost_share {
    display: inline-block;
    float: left;
}

.blogpost_share span {
    color: #aaaaaa;
    font-size: 13px;
    line-height: 20px;
}

.blogpost_share a {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    margin-left: 12px;
}

.blogpost_share .share_facebook {
    color: #5072be;
}

.blogpost_share .share_pinterest {
    color: #de2b2b;
}

.blogpost_share .share_tweet {
    color: #3cd4eb;
}

.blogpost_share .share_gplus {
    color: #de2b2b;
}

.blogpost_user_meta {
    padding: 19px 25px 16px 88px;
    position: relative;
    min-height: 50px;
    margin-bottom: 40px;
}

.blogpost_user_meta .author-ava {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 100%;
    width: 48px;
    height: 48px;
}

.blogpost_user_meta .author-ava img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

.author-name h6 {
    margin-bottom: 7px;
}

.single_hr {
    background: none;
    border: none;
    border-top: #e6e6e6 1px solid;
    height: 38px;
    margin: 0;
}

.single_feature {
    margin: 0 0 38px 0;
}

/*Comments*/
.postcomment {
    margin: 0 0 37px 0;
}

.commentlist {
    margin: 0 0 0 0;
}

.commentlist,
.commentlist ul {
    position: relative;
    overflow: hidden;
}

.commentlist ul {
    padding: 0 0 0 23px;
    margin: 0;
}

.commentlist:before {
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.commentlist li {
    padding: 0 0 0 31px;
    margin: 30px 0 0 0;
}

.commentlist > li:first-child {
    margin-top: 0;
}

.commentlist li:before {
    content: '';
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 24px;
}

.commentlist li.has_ul:after {
    content: '';
    margin: 0;
    padding: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    left: 54px;
    top: 60px;
}

.stand_comment {
    position: relative;
    padding: 0 0 0 69px;
}

.stand_comment .commentava {
    position: absolute;
    left: 0;
    top: 1px;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
}

.stand_comment .commentava img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

.comment_info {
    line-height: 0;
    font-size: 0;
}

.comment_info h6,
.comment_info span {
    display: inline-block;
}

.comment_info h6 {
    margin-bottom: 8px;
}

.comment_info h6:after {
    content: '/';
    color: #aaaaaa;
    padding: 0 10px 0 10px;
}

.comment-reply-link {
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
}

.comment-reply-link:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: '\f112';
}

.commentlist li #respond {
    padding: 0;
}

.commentlist li #respond {
    padding: 10px 0 0 69px;
}

.comment_hr {
    background: none;
    border: none;
    border-top: #e6e6e6 1px solid;
    height: 38px;
    margin: 39px 0 0 0;
}

.comment-form p {
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 14px;
}

.comment-reply-title {
    margin-bottom: 16px;
}

.comment-form {
    overflow: hidden;
}

.comment-form p.form-submit {
    display: block;
    float: left;
    margin: 0;
}

.comment-form p.form-allowed-tags {
    display: block;
    float: right;
    margin: 0;
}

/*Pager*/
.pagerblock {
    padding: 0;
    /*margin:-2px 0 -4px 0;*/
    margin: 0;
}

.module_portfolio {
    overflow: hidden;
}

.module_portfolio .pagerblock {
    padding-top: 0;
}

.pagerblock li:before {
    display: none;
}

.pagerblock li {
    display: inline-block;
    margin: 0 4px 0 0;
}

.pagerblock li a {
    font-size: 13px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: block;
}

.pagerblock li a.current {
    color: #aaaaaa;
}

.portfolio_block.columns2 {
    border-bottom: #dbdfd8 1px solid;
}

/* P O R T F O L I O */
/*filter*/
.optionset {
    margin: 12px 0 41px 0;
}

.optionset li {
    display: inline-block;
    margin-right: 25px;
}

.optionset li:before,
.optionset li:after {
    display: none;
}

.optionset li a {
    font-size: 12px;
    color: #aaaaaa;
}

.optionset li a {

}

.fullscreen_block .optionset {
    text-align: left;
    margin: 1px 10px 23px 10px;
}

.fullscreen-gallery ul.optionset {
    margin: 0;
    padding: 5px 31px 7px 31px;
    text-align: left;
}

.fullscreen-gallery ul.optionset li a {
    font-size: 13px;
}

/*all columns*/
.element.loading {
    opacity: 0.01;
}

.portfolio_block {
    margin: -50px 0 0 -50px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.portfolio_block .portfolio_item {
    display: inline-block;
    vertical-align: top;
}

.portfolio_item .portfolio_item_img {
    position: relative;
    overflow: hidden;
}

.portfolio_item .portfolio_item_img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.columns2 .portfolio_item .gallery_title,
.columns3 .portfolio_item .gallery_title,
.columns4 .portfolio_item .gallery_title {
    text-align: left;
}

.portfolio_block .portfolio_item h6 {
    margin: 0 0 9px 0;
    text-transform: uppercase;
}

/*1 column*/
.portfolio_block.columns1 .element {
    border-bottom: #e6e6e6 1px solid;
    padding: 0 0 39px 0;
    margin-bottom: 39px;
}

.portfolio_block.columns1 .element:last-child {
    padding: 0 0 50px 0;
}

.portfolio_block.columns1 {
    margin: 0;
}

.portfolio_dscr_top {
    padding: 0 100px 8px 0;
    border-bottom: #e6e6e6 1px solid;
    margin-bottom: 17px;
    position: relative;
    min-height: 23px;
}

.portfolio_dscr_top .block_likes {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 3px;
}

.portfolio_dscr .reamdore {
    margin: 22px 0 20px 0;
}

.portfolio_block.columns1 h3 {
    margin-bottom: 1px;
}

.portfolio_block.columns1 .listing_meta {
    margin-bottom: 17px;
}

.portfolio_block.columns1 .portfolio_item {
    width: 100%;
}

.portfolio_block.columns1 .portfolio_item_img img {
    display: block;
}

/*2 columns*/
.fw .portfolio_item {
    width: 100%;
    margin-top: 30px;
}

.columns2 .portfolio_item {
    width: 50%;
}

.columns3 .portfolio_item {
    width: 33.33333%;
}

.columns4 .portfolio_item {
    width: 25%;
}

/*2-3-4 Columns*/
.portfolio_content {
    padding: 9px 123px 9px 23px;
    position: relative;
}

.portfolio_content4 {
    padding: 9px 23px 9px 23px;
}

.portfolio_content .block_likes {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 23px;
    top: 5px;

}

.pagerblock.type_columns2,
.pagerblock.type_columns3,
.pagerblock.type_columns4 {
    margin-top: 47px;
}

.portfolio_block.columns2,
.portfolio_block.columns3,
.portfolio_block.columns4 {
    border: none;
}

.portfolio_block.fw {
    padding-bottom: 42px;
}

.columns2 .portfolio_item .portfolio_item_block,
.columns3 .portfolio_item .portfolio_item_block,
.columns4 .portfolio_item .portfolio_item_block {
    margin: 50px 0 0 50px;
}

.columns2 .portfolio_item .portfolio_item_wrapper h5,
.columns3 .portfolio_item .portfolio_item_wrapper h5,
.columns4 .portfolio_item .portfolio_item_wrapper h5 {
    margin: 20px 0 0 0;
    border-left: solid 12px;
    padding-left: 12px;
}

.columns2 .portfolio_item .portfolio_item_wrapper h4,
.columns3 .portfolio_item .portfolio_item_wrapper h4,
.columns4 .portfolio_item .portfolio_item_wrappe h4 {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 0.999;
}

.portfolio_item_img_fx .portfolio_image_fadder {
    position: absolute;
    left: 0;
    top: 0;
    background: #1a1a1a;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.portfolio_item_img_fx a {
    background: #404040;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff !important;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
}

.portfolio_item_img_fx a.prettyPhoto {
    margin-left: 8px;
    line-height: 38px;
}

.portfolio_item_img_fx a.portfolio_link {
    margin-left: -47px;
}

.fw a, .fw h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
}

.fw h3 {
    margin: 7px 0 16px 0;
}

.fw_preview_wrapper .gallery_item_wrapper {
    padding: 0;
}

.grid-img-link {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.grid-port-cont {
    padding: 17px 130px 9px 14px;
    position: relative;
}

.grid-port-cont h6 {
    margin: 0;
}

.grid-port-cont .block_likes {
    position: absolute;
    right: 14px;
    top: 13px;
    padding: 0;
}

.fs_grid_portfolio {
    position: relative;
}

.fs_grid_portfolio:hover {
    overflow: visible!important;
}

.grid-portfolio-item {
    overflow: visible;
    z-index: auto !important;
}

.grid-portfolio-item.element {
    margin-left: -1px !important;
}

.grid-portfolio-item.element:hover {
    z-index: 98 !important;
}

.fs-port-cont h6 {
    text-align: left;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.fs-portcont-wrapper {
    padding: 27px 110px 18px 15px;
    position: relative;
}

.fs-port-cont span {
    position: static !important;
    left: auto !important;
    top: auto !important;
    text-align: left;
    width: auto;
}

.fs-port-cont .block_likes {
    padding: 0;
    position: absolute;
    right: 13px;
    top: 24px;
}

.grid-item-trigger {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    display: block;
    width: 100%;
    transition: box-shadow 0.3s;
    box-shadow: 0 0 0 0 #ffffff;
    z-index: 13 !important;
    overflow: hidden;
    transition: height 300ms, box-shadow 300ms;
}

.grid-item-trigger .fs-port-cont {
    background: #ffffff;
}

.grid-item-trigger:hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    box-shadow: 0 0 0 10px #ffffff;;
    z-index: 97 !important;
}
.fs_blog_module .element {
    margin-left: -1px;
}

/* C O U N T   D O W N */
/*CountDown*/
.global_count_wrapper {
    text-align: center;
    overflow: hidden;
}

.count_title {
    font-size: 80px;
    line-height: 82px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.count_container {
    width: 1070px;
    padding: 63px 50px 48px 50px;
    background: rgba(255, 255, 255, 0.7);
    margin: 44px auto 0 auto;
}

.count_ico {
    display: inline-block;
    margin: 0 20px;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px;
}

.count_ico i {
    color: #222222;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

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

.notify_text {
    float: left;
    width: 370px;
    text-align: right;
    margin: 36px 0 0 0;
}

.notify_shortcode {
    float: right;
    width: 667px;
    padding: 26px 0 31px 0;
    text-align: left;
}

.notify_shortcode div,
.notify_shortcode span,
.notify_shortcode p {
    font-size: 0;
    line-height: 0;
    padding: 0 !important;
}

.notify_shortcode input[type="text"],
.notify_shortcode input[type="email"],
.notify_shortcode input[type="password"] {
    width: 435px !important;
    background: #ffffff;
    margin: 0 !important;
    display: inline-block;
}

.notify_shortcode input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 0 3px 3px 0 !important;
    text-align: center;
}

.notify_shortcode img {
    display: none;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
    overflow: hidden;
}

.countdown-section {
    width: auto;
    display: inline-block;
    text-align: center;
}

.countdown-row .countdown-section:before {
    content: ':';
    font-size: 210px;
    line-height: 210px;
    color: #ffffff;
    display: inline-block;
    font-weight: 300;
}

.countdown-row .countdown-section:first-child:before {
    display: none;
}

.countdown-amount {
    font-size: 210px;
    line-height: 210px;
    color: #ffffff;
    font-weight: 300;
    padding: 0 20px;
}

.countdown-period {
    padding: 0 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    width: 100% !important;
    text-align: center !important;
    position: relative;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

/* S T R I P   T E M P L A T E */
.strip_template figure {
    margin: 0;
    overflow: hidden;
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.strip_template figure a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.strip_template figure .strip-item {
    float: left;
    height: 100%;
    display: inline-block;
    z-index: 13;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.strip_template figure.horizontal .strip-item {
    width: 100%;
    height: auto;
    float: none;
    display: block;
}

.strip_wrapper {
    overflow: auto;
    width: 100%;
    display: block;
    position: relative;
}

.strip_template figure .strip-item .strip-text {
    text-align: center;
    position: relative;
    padding: 0 50px;
    opacity: 0;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.strip_template figure.vertical .strip-item .strip-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.strip_template figure .strip-item:hover .strip-text,
.strip_template figure .strip-item.hovered .strip-text {
    opacity: 0.999;
}

.strip_template figure.strip-menu-scroll .strip-item .strip-text {
    left: 0;
    bottom: 165px;
    width: 100%;
    text-align: center;
}

.strip_template .vertical .strip-text {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin: 0;
    text-align: center;
}

.strip_template .strip-text h3 {
    font-weight: 300;
    text-transform: none;
    font-size: 24px;
    line-height: 26px;
    color: #a9b6c5;
}

.strip_template h1 {
    color: #ffffff;
    margin: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 66px;
    line-height: 68px;
    letter-spacing: 39px;
    margin: 0 0 29px 0;
}

.strip_template .vertical h1 {
    letter-spacing: 18px;
    font-size: 30px;
    line-height: 32px;
    margin: 0;
}

.strip_template .vertical h3 {
    display: none;
}

.strip_template figure .strip-item .strip-text,
.strip_template figure .strip-item .strip-text h1,
.strip_template figure .strip-item .strip-text h3 {
    cursor: default;
}

.strip_template figure.strip-menu-scroll .strip-item .logo {
    margin-left: -70px;
    left: 50%;
    top: 88px;
}

.strip_template figure .strip-item:hover,
.strip_template figure .strip-item.hovered {
    z-index: 15;
}

.strip-fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: rgba(31, 37, 45, 0);
    transition: background 250ms;
    -webkit-transition: background 250ms;
}

.strip-item:hover .strip-fadder,
.strip-item.hovered .strip-fadder {
    background: rgba(31, 37, 45, 0.85);
}

/* W I D G E T S */
.sidepanel {
    margin-bottom: 40px;
    padding: 0;
}

.sidepanel:last-child {
    margin-bottom: 0px;
    padding: 0;
}

.right-sidebar-block,
.left-sidebar-block {
    margin-bottom: 40px;
}

.fw-post-container .right-sidebar-block,
.fw-post-container .left-sidebar-block {
    margin-top: 45px;
    position: relative;
}

.fw-post-container .right-sidebar-block:before,
.fw-post-container .left-sidebar-block:before {
    content: '';
    position: absolute;
    background: #e6e6e6;
    top: 0;
    width: 1px;
    height: 100%;
    margin: 0 0 -40px 0;
}

.fw-post-container .right-sidebar-block:before {
    left: -43px;
}

.fw-post-container .left-sidebar-block:before {
    right: -43px;
}

.sidepanel .sidebar_header {
    position: relative;
    border-bottom: #dadada 1px solid;
    padding-bottom: 3px;
    margin-bottom: 21px;
}

.sidepanel .sidebar_header:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.span3 .sidepanel:first-child {
    margin-top: 0;
}

.sidebar_header {
    margin: 0 0 10px 0;
}

/*menus & lists widgets*/
.widget_archive select,
.widget_categories select {
    width: 100%;
}

.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul {
    margin: -5px 0 0 0;
    padding: 0;
}

.widget_nav_menu ul {
    margin: 0;
    padding: 2px 0 0 0;
}

.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li {
    padding: 0;
    padding: 3px 0 3px 0;
}

.widget_nav_menu ul li ul,
.widget_archive ul li ul,
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul {
    padding: 2px 0 2px 15px;
    margin: 0;
}

.widget_nav_menu ul li:first-child,
.widget_archive ul li:first-child,
.widget_pages ul li:first-child,
.widget_categories ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_meta ul li:first-child {
    padding-top: 0;
}

.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a {
    padding: 0 0 0 14px;
    display: inline-block;
    position: relative;
    border-radius: 0;
    background: none;
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.widget_nav_menu ul li a:before {
    background: none !important;
}

.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before {
    display: none;
}

.widget_nav_menu ul li a:before,
.widget_archive ul li a:before,
.widget_pages ul li a:before,
.widget_categories ul li a:before,
.widget_recent_entries ul li a:before,
.widget_meta ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

/*mailchimp*/
.mc_form_inside {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mc_signup_submit {
    text-align: left !important;
}

.mc_var_label {
    display: block !important;
}

.mc_var_label {
    display: none !important;
}

#mc_signup_form {
    overflow: hidden;
}

#mc_mv_EMAIL {
    background: #cfd1d1;
    border: none !important;
    color: #222222 !important;
    float: left;
    width: 148px !important;
}

.mc_merge_var,
mc_signup_submit {
    float: left;
}

#mc_subheader {
    font-size: 13px;
    line-height: 22px !important;
    margin-bottom: 10px !important;
}

#mc_signup_submit {
    float: left !important;
    width: 72px !important;
    padding: 4px 5px 5px 5px !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 20px !important;
    height: 29px;
    color: #ffffff !important;
    background: #424343 !important;
    border-radius: 0 3px 3px 0 !important;
}

#mc_signup_submit:hover {
    color: #ffffff !important;
}

.mc_var_label,
.mc_interest_label {
    margin: 0 0 10px 0 !important;
}

.mc_merge_var {
    margin: 0 0 6px 0 !important;
}

/*widget_search*/
.search_form {
    position: relative;
}

.search_form input {
    padding-left: 25px !important;
}

.search_form:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 7px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/oyster_sprite.png) no-repeat -240px -2px;
    z-index: 13;
}

.field_search {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.widget_search .search_form input.field_search::-webkit-input-placeholder {
    color: #222222;
    -webkit-font-smoothing: antialiased;
}

.widget_search .search_form input.field_search::-moz-placeholder {
    color: #222222;
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

.widget_search .search_form input.field_search:-ms-input-placeholder {
    color: #222222;
}

/*featured posts widget*/
.recent_posts {
    padding: 0;
    margin: -1px 0 5px 0;
}

.recent_posts_img {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 100%;
}

.recent_posts_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

.widget_posts li:before,
.widget_posts li a:before {
    display: none;
}

.widget_posts li {
    position: relative;
    margin-top: 11px;
    padding-left: 62px;
    min-height: 48px;
}

.widget_posts li.no_img {
    padding-left: 0 !important;
    min-height: 0;
}

.widget_posts li:first-child {
    margin-top: 0;
}

.widget_posts li:before {
    display: none;
}

.widget_posts span.recent_posts_date {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    display: block;
}

.widget_posts div.clear {
    font-size: 0;
    line-height: 0;
}

.widget_posts .post_title {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 2px;
}

.widget_posts .post_title:hover {
    color: #ffffff;
}

/*calendar*/
.widget_calendar table {
    width: 100%;
    text-align: center;
}

.widget_calendar caption {
    font-weight: bold;
    margin-bottom: 5px;
}

.widget_calendar th {
    font-weight: bold;
    border: none;
}

.widget_calendar table {
    border: none;
}

.widget_calendar table td {
    padding: 0;
    border: none;
}

/*Flickr widget*/
.flickr_widget_wrapper {
    overflow: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: -22px 0 0 -10px;
    padding-top: 9px;
}

.widget_flickr .flickr_badge_image {
    padding: 9px 0 0 9px;
    width: 25%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget_flickr .flickr_badge_image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.widget_flickr .flickr_badge_image a .flickr_fadder {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.widget_flickr .flickr_badge_image img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 100%;
}

.flickr_badge_image .flickr_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/*tag cloud*/
.tagcloud {
    overflow: hidden;
}

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

.tagcloud {
    margin: -7px 0 0 -7px;
    padding-bottom: 10px;
}

.widget_tag_cloud a {
    display: inline-block;
    color: #222222;
    margin: 7px 0 0 7px;
    font-size: 13px !important;
    line-height: 20px !important;
    height: 20px;
    padding: 4px 11px 5px 11px;
    background: #cfd1d1;
    float: left;
    border-radius: 3px;
    text-transform: lowercase;
}

.widget_tag_cloud a:hover {
    color: #ffffff;
    background: #424343;
}

.sidepanel .sub-menu {
    padding-left: 15px;
}

.sidepanel img,
.sidepanel select {
    max-width: 100%;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    width: 24px !important;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    width: 200px !important;
}

/* PRELOADER */
.fullscreen_block.hided {
    opacity: 0;
}

.preloader {
    position: fixed !important;
    z-index: 7777 !important;
    left: 0;
    top: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    margin: 0;
    pointer-events: none;
    background: #ffffff;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}

.preloader.load_done {
    opacity: 0;
}

.preloader:before,
.preloader:after {
    content: '';
    position: fixed;
    left: 0;
    top: 50%;
    display: block !important;
    width: 100%;
    height: 6px;
    margin: -3px 0 0 0;
    pointer-events: none;
    /*background:#e6e6e6;*/
    z-index: 8888 !important;
}

.preloader:after {
    width: 0%;
    transition: width 2s;
    -webkit-transition: width 2s;
    pointer-events: none;
    z-index: 9999 !important;
}

.preloader.hided,
.preloader.hided:before,
.preloader.hided:after {
    display: none !important;
    z-index: -99;
}

.preloader.la-animate:after {
    visibility: visible;
    opacity: 0.999;
    width: 100%;
}

/* Transition All */
.gallery_item_wrapper span,
.grid-gallery-item span,
.featured_items .img_block span,
.masonry .portfolio_item .portfolio_item_wrapper h4,
.wall_portfolio .portfolio_item .portfolio_item_wrapper h4,
.featured_items .img_block i {
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

h5.shortcode_accordion_item_title .ico:before,
h5.shortcode_toggles_item_title .ico:before,
h5.shortcode_accordion_item_title .ico:after,
h5.shortcode_toggles_item_title .ico:after,
.gallery_item_wrapper .gallery_fadder,
.grid-gallery-item .gallery_fadder,
.featured_items .img_block .featured_item_fadder,
.module_partners ul li .item_wrapper:before,
.widget_flickr .flickr_badge_image a .flickr_fadder,
.tparrows,
.price_item_btn a,
.icons_toggler,
.icons_toggler:after,
.icons_toggler:before,
.fs_slider-info,
.fs_slider-view,
.fs_slider-like,
.fs_slider-comments,
.fs_slider-share,
.share_wrapper a,
.shortcode_iconbox > a .iconbox_wrapper,
.shortcode_iconbox > a .iconbox_wrapper .ico {
    transition: background 250ms;
    -webkit-transition: background 250ms;
}

a,
.shortcode_iconbox a p,
.shortcode_iconbox a h5.iconbox_title,
.module_team .teamlink i,
.faq .shortcode_toggles_item_title .ico:before,
.fw a h3,
.prev_next_links a:hover,
.prev_next_links a:hover:before,
.prev_next_links a:hover:after,
.shortcode_iconbox > a .iconbox_body,
.shortcode_iconbox > a .iconbox_body p,
.shortcode_iconbox > a .iconbox_title,
.shortcode_iconbox > a .iconbox_wrapper .ico i,
.featured_items_meta .gallery_likes i,
.featured_items_meta .gallery_likes span,
.shortcode_button i {
    transition: color 250ms;
    -webkit-transition: color 250ms;
}

.shortcode_messagebox .box_close,
.shortcode_social_icon,
.socials_list li,
.tparrows,
.nivo-prevNav,
.nivo-nextNav,
.sub-menu,
.gallery_toolbar .gallery_type_selector a,
.fs_fadder,
.fs_sharing_wrapper,
.fs_share_close {
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.fullscreen_block {
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

.main_header ul.menu > li > a > span:before {
    transition: left 250ms;
    -webkit-transition: left 250ms;
}

.price_item_btn a,
h5.shortcode_accordion_item_title,
h5.shortcode_toggles_item_title,
input[type="submit"],
.main_header ul.sub-menu li,
.strip_template figure a,
.shortcode_button,
.shortcode_button .ico_wrapper,
.shortcode_button .ico_wrapper i,
a.shortcode_button,
.shortcode_tab_item_title,
.module_team .teamlink,
.blogpost_share a,
.widget_tag_cloud a,
.search_button {
    transition: background 250ms, color 250ms;
    -webkit-transition: background 250ms, color 250ms;
}

.shortcode_button.btn_type4 {
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.right-sidebar-block,
.left-sidebar-block {
    transition: height 250ms !important;
    -webkit-transition: height 250ms !important;
}

.dn {
    display: none;
}

.bypostauthor {
    padding: 0;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption {
}

/* Theme Unit */
table,
th,
td {
    border: 1px rgba(0, 0, 0, 0.1) solid;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 25px;
    border-width: 1px;
}

table th, table td {
    padding: 8px;
}

strong {
    font-weight: 700;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone,
.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    margin: 0 auto;
}

.block-port-categ a:hover,
.optionset li a:hover,
.blog_post-meta a:hover,
.blog_post-meta span a:hover,
.preview_meta span a:hover,
.preview_meta a:hover,
.featured_items_meta a:hover,
featured_items_meta span a:hover {
    color: #353E3D
}

.wp-tag-cloud li:before {
    display: none !important;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    height: 32px !important;
    border: 0 !important;
}

.sitemap_margin {
    height: 40px;
}

.hideme {
    display: none;
}

.with_marker .headInModule {
    padding-left: 35px;
    position: relative;
}

.with_marker .headInModule:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 23px;
    height: 23px;
}

.icb7px {
    padding-top: 7px;
}
.ui-loader {
	display:none!important;
}
@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 8px 20px 11px 20px;
    }

    .notify_shortcode input[type="submit"] {
        display: inline-block;
        vertical-align: bottom;
        padding: 9px 20px 10px 20px;
        border-radius: 0 3px 3px 0 !important;
        text-align: center;
    }
}

/*WPML*/
#lang_sel_list {
	float:right!important;
	display:inline-block!important;
	padding:11px 25px 0 0;
	margin-left:-10px;
}


.wp-caption {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.full_team_desc {
    display: none;
}

.team_desc {
    max-height: 104px;
    overflow: hidden;
}

.module_team .item {
    height: 590px;
}

.landing {
    /* background: #000 url(../img/union_bg.jpg) no-repeat center; */
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.landing .column {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 27.5%;
    height: 100%;
    display: table;
    overflow: hidden;
    padding: 0 3%;
}

.landing .column .column-content {
    display: table-cell;
    vertical-align: middle;
}

.landing .column h2, .landing .column h3, .landing .column h4, .landing .column h5 {
    font-family: 'lane_narrow', sans-serif;
    font-weight: normal;
    color: #fff;
    display: none;
    margin: 0;
}

.landing .column h2, .landing .column:hover h3, .landing .column h4, .landing .column:hover h5 {
    display: block;
}

.landing .column h2 {
    font-size: 94px;
    line-height: 100px;
    color: #000;
}

.landing .column h3 {
    font-size: 35px; /*45px*/
    line-height: 50px;
    margin-bottom: 10px;
}

.landing .column h3 em {
    border-bottom: 1px solid #FFF;
    padding-bottom: 3px;
    font-style: normal;
}

.landing .column h4 {
    font-size: 24px; /*34px;*/
    line-height: 40px;
    color: #000;
    text-transform: none;
    font-style: italic;
}

.landing .column h5 {
    font-size: 18px;
    line-height: 24px;
}

.landing .column:hover {
    background: rgba(0, 0, 0, 0.82);
}

.landing .column.union {
    left: 33.5%;
    width: 27%;
}



.landing .column.union-salon-south {
    left: auto;
    right: -1px;
}

.search_toggler {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .landing .column h2 {
        font-size: 80px;
        line-height: 90px;
    }

    .landing .column h3 {
        font-size: 33px;
        line-height: 40px;
    }

    .landing .column h3 em {
        padding-bottom: 0px;
    }

    .landing .column h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .landing .column h5 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .landing .column h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .landing .column h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 6px;
    }

    .landing .column h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .landing .column h5 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    /* .landing {
        background: #000;
    } */

    .landing .column {
        position: absolute;
        left: 0;
        right: 0;
        height: 33.5%;
        display: block;
        background-size:cover;
        width: 100%;
        padding: 0;
    }

    /* .landing .column.union-salon {
        background: url(../img/union_salon.jpg) no-repeat center;
        background-size: 100% auto;
    } */

    .landing .column .column-content {
        margin-top: 50%;
        transform: translateY(-100%);
display:block;
    }
    
    .landing .column.union {
        left: 0;
        width: 100%;
        top: 33.5%;
        height: 33%;
    }

     .landing .column.union, .landing .column.union:hover {
        
        background-size: 100% auto;
    }

    .landing .column.union-salon-south {
       
        background-size: 100% auto;
        left: 0;
        right: 0;
        top: 66.5%;
    }

    .landing .column h2, .landing .column h3, .landing .column h4, .landing .column h5 {
        display: block;
    }

    .landing .column h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .landing .column h3 em {
        padding-bottom: 0px;
    }

    .landing .column h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .landing .column h5 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 500px) {
    .landing .column h4 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .landing .column h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .landing .column h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .landing .column h3 em {
        padding-bottom: 0px;
    }

    .landing .column h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .landing .column h5 {
        font-size: 16px;
        line-height: 20px;
    }
}
