/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #68615b;
    background: #f2f2f2;
}

.joker-img {
    margin-top: -100px;
}

@media (max-width: 550px) {
    .joker-img {
        margin-top: -28px;
        width: 33% !important;
    }

    .footer_block .col-lg-6 a {
        float: left !important;
    }

    .footer_block .col-lg-6 a img {
        width: 50% !important;
    }

}

/*a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}*/
textarea {
    resize: noservice_itemne;
}

img {
    outline: 0;
    vertical-align: top;
    border: 0;
    max-width: 100.1%;
    height: auto;
}

a {
    color: #d43974;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #0031d6;
}

ul {
    padding: 0;
    margin: 0;
}

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

p {
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #745b64;
}

h1, h1 p {
    margin: 0 0 30px;
    line-height: 30px;
    font-size: 32px;
    color: #d43974;
}

h2, h2 p {
    margin: 0 0 27px;
    line-height: 30px;
    font-size: 27px;
    color: #aaa49e;
}

h3, h3 p {
    margin: 0 0 20px;
    line-height: 23px;
    font-size: 24px;
}

h4, h4 p {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 20px;
}

h5, h5 p {
    line-height: 20px;
    font-size: 17px;
}

h6, h6 p {
    line-height: 20px;
    font-size: 14px;
}

h1 p {
    margin: 0;
}

h2 p {
    margin: 0;
}

h3 p {
    margin: 0;
}

h4 p {
    margin: 0;
}

h5 p {
    margin: 0;
}

h6 p {
    margin: 0;
}

.projects_block h2 {
    color: #3e3232;
}

.color_text {
    color: #0031d6;
}

.color_dark {
    color: #333;
}

.color_light {
    color: #979797;
}

.color_white {
    color: #fff;
}

.margbot0 {
    margin-bottom: 0;
}

.margbot5 {
    margin-bottom: 5px !important;
}

.margbot10 {
    margin-bottom: 10px;
}

.margbot20 {
    margin-bottom: 20px;
}

.margbot25 {
    margin-bottom: 25px;
}

.margbot30 {
    margin-bottom: 30px;
}

.margbot40 {
    margin-bottom: 40px;
}

.margbot50 {
    margin-bottom: 50px;
}

.margbot60 {
    margin-bottom: 60px;
}

.margbot65 {
    margin-bottom: 65px;
}

.margbot70 {
    margin-bottom: 70px;
}

.pad0 {
    padding: 0;
}

.padbot0 {
    padding-bottom: 0;
}

.padbot10 {
    padding-bottom: 10px;
}

.padbot15 {
    padding-bottom: 15px;
}

.padbot20 {
    padding-bottom: 20px;
}

.padbot30 {
    padding-bottom: 30px;
}

.padbot40 {
    padding-bottom: 40px;
}

.padbot45 {
    padding-bottom: 45px;
}

.padbot50 {
    padding-bottom: 50px;
}

.padbot60 {
    padding-bottom: 60px;
}

.padbot70 {
    padding-bottom: 70px;
}

.padbot80 {
    padding-bottom: 80px;
}

.padtop0 {
    padding-top: 0;
}

#page {
    background-color: #f5f0ed;
    background-attachment: fixed;
}

#page header .sticky-wrapper {
    background: url(../images/header-bg.jpg) repeat;
}

body.wide #page {
    background: #f5f0ed;
}

.preloader_hide {
    opacity: 0;
    width: 100%;
    overflow-x: hidden;
}

#preloader {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f0ed;
}

#preloader img {
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

section {
    padding-bottom: 70px;
}

.parallax {
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

.full_width {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}

.overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0031d6;
    opacity: 0.6;

    display: none;
}

.relative_block {
    position: relative;
    z-index: 5;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.page_block {
    overflow-x: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

/* __________ Buttons __________ */
.btn, #vCmsKontaktformLiveHolderBtnSubmitSend {
    position: relative;
    margin: 0;
    padding: 13px 30px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
    color: #3e3232;
    min-width: 187px;
    text-align: center;
    text-shadow: none;
    background: #fff;
    border: 1px solid #ebe6dc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn:hover,
#vCmsKontaktformLiveHolderBtnSubmitSend:focus,
#vCmsKontaktformLiveHolderBtnSubmitSend:hover {
    color: #fff;
    background-color: #3e3232;
    border-color: #3e3232;
}

.btn span {
    padding-left: 8px;
}

/* colors */
.btn-white {
    color: #0031d6;
    background: #fff;
}

.btn-white:hover {
    color: #fff;
    background: #333;
}

.btn-light {
    background: #aeaeae;
}

.btn-light:hover {
    background: #333;
    color: #fff;
}

.btn-active, #vCmsKontaktformLiveHolderBtnSubmitSend {
    color: #fff;
    background-color: #3e3232;
    border-color: #3e3232;
}

.btn-active:hover, #vCmsKontaktformLiveHolderBtnSubmitSend:hover {
    color: #3e3232;
    background-color: #fff;
}

.btn.active {
    border-color: #d43974;
    background: #d43974;
    color: #fff;
}

/* Size */
.btn-lg {
    padding: 17px 30px;
    font-size: 17px;
}

.btn-sm {
    padding: 7px 17px;
    font-size: 17px;
}

.btn-xs {
    padding: 2px 12px;
    font-size: 11px;
}

/* IE fix */
.ie .btn, .ie .btn-default {
    filter: none !important;
}

/* _________ //Buttons _________ */

/*-----------------------------------------------------------------------------------*/
/*	BOXED/WIDE
/*-----------------------------------------------------------------------------------*/
body.boxed .page_block {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

body.boxed .is-sticky .menu_block {
    left: 50%;
    width: 1170px;
    margin-left: -585px;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
/* __________ Logo __________ */
.logo {
    float: left;
}

.logo a {
    display: block;
    font-family: 'Courgette', cursive;
    text-transform: none;
    line-height: 71px;
    font-size: 44px;
    color: #fff !important;
    text-indent: -9999px;

    position: absolute;;
    top: 0px;
    left: 0;

    background: url(../images/logo.png) no-repeat;
    width: 263px;
    height: 67px;

    z-index: 1000;
}

/* __________ Socials __________ */
.social {
    padding: 0 0 20px;
}

.social li {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 7px;
    border-radius: 50%;
}

.social li a {
    display: block;
    margin: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/social.png);
    background-color: #8c8c8c;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.social li.icon1 a {
    background-position: 0 0;
}

.social li.icon2 a {
    background-position: -32px 0;
}

.social li.icon3 a {
    background-position: -64px 0;
}

.social li.icon4 a {
    background-position: -96px 0;
}

.social li.icon5 a {
    background-position: -127px 0;
}

.social li.icon6 a {
    background-position: -159px 0;
}

.social li a:hover {
    background-color: #fff;
}

.team_block .social {
    padding-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
.menu_block {
    margin: 0;
    padding: 20px 0;
    height: 111px;
    transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
    -webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.menu_block .container {
    position: relative;
}

.is-sticky .menu_block {
    z-index: 1000;
    left: 0;
    width: 100%;
    height: 71px;
    padding: 0;
    background: url(../images/header-bg.jpg) repeat;
}

.is-sticky .logo a {
    top: 0px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.navbar-collapse {
    float: none;
    padding: 16px 0 4px !important;
    text-align: right;
    border: 0;
    box-shadow: none;
}

.navbar-nav {
    float: right;
}

.lang-line {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
}

.lang-line a {
    position: relative;
    margin: 0 0 10px;
    padding: 9px 1px 10px;
    font-weight: 400;
    line-height: 41px;
    font-size: 12px;
    color: #3e3232;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lang-line a.fb {
    padding: 9px 10px 10px;
    border: 1px solid #CCCCCC;
    margin-right: 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lang-line a.fb img {
    padding-top: 12px;
    width: 17px;
}

.lang-line a.de {
    border-right: 0;
    padding: 9px 0px 10px 5px;
}

.lang-line a.en {
    border-left: 0;
    padding: 9px 5px 10px 5px;
}

.navbar-nav li {
    float: none;
    display: inline-block;
    margin: 0 0 0 19px;
    text-align: center;
}

.navbar-nav li a {
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 9px 13px 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    color: #3e3232;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lang-line a.active {
    color: #d7467d;
}

@media (max-width: 1199px) {
    .navbar-nav li {
        margin: 0 0 0 0px;
    }

}

.navbar-nav li:hover a,
.navbar-nav li a:focus,
.navbar-nav li.active a {
    color: #3e3232;
    background: none;
    border-color: #ebe6dc;
}

/* __________ Submenu __________ */
.sub-menu ul {
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 9002;
    width: 164px;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border: 1px solid #d4beb3;
    box-shadow: 0;
}

.sub-menu ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 0;
}

.sub-menu ul li a:before,
.sub-menu ul li a:after,
.sub-menu ul li:before,
.sub-menu li.last:after {
    display: none;
}

.sub-menu ul li a {
    margin: 0 !important;
    padding: 7px 10px 7px 13px !important;
    text-transform: none;
    font-weight: 400;
    text-align: left !important;
    line-height: 20px !important;
    font-size: 13px;
    color: #3e3232;
!important;
    text-shadow: none;
    background: none !Important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.sub-menu ul li:last-child a {
    border-bottom: 0 !important;
}

.sub-menu ul li a:hover,
.sub-menu ul li.active a {
    background: #fff !important;
}

.sub-menu ul li a span {
    display: none !important;
}

/* _________ //Submenu _________ */

/* __________ Mega Menu ________ */
ul.mega_menu {
    width: 467px;
    padding: 10px 15px;
    text-align: left !important;
    color: #949494;
}

ul.mega_menu .color_text {
    color: #fff;
    font-weight: 700;
}

ul.mega_menu h5 {
    margin-bottom: 5px;
    color: #fff;
}

ul.mega_menu h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #86888b;
    color: #fff;
}

ul.mega_menu li.col {
    float: left;
    width: 33%;
    margin: 0;
    padding-right: 10px;
    text-align: left;
}

ul.mega_menu li ol {
    padding-left: 0;
}

ul.mega_menu li ol li a {
    border: 0 !important;
    padding: 5px 5px 5px 0 !important;
    text-align: left !important;
}

ul.mega_menu li ol li.active a,
ul.mega_menu li ol li a:hover {
    color: #fff !important;
    background: none !important;
}

/* _________ //Mega Menu _______ */

/*-----------------------------------------------------------------------------------*/
/*	SERVICES
/*-----------------------------------------------------------------------------------*/
.services_block {
    padding: 103px 0 102px;
    background: url(../images/under-boxes.jpg) center center no-repeat;
    background-size: cover;
}

.service_item {
    position: relative;
    float: left;
    width: 20%;
    padding: 47px 10px 26px;
    background-color: #fbebe3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover {
    margin-top: -32px;
    margin-bottom: -32px;
    padding-bottom: 90px;
}

.service_item:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(251, 235, 227, 0.85);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover:before {
    background: #d43974
}

.service_item:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #ebe6dc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover:after {
    left: 52px;
    top: 86px;
    right: 51px;
    bottom: 104px;
}

.service_item a {
    position: relative;
    z-index: 5;
    display: block;
}

body:not(.vcmsUserLogedIn) .service_item > * {
    position: relative;
    z-index: 10;
}

.service_item i {
    display: block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin: 0 auto 33px;
    line-height: 78px;
    font-size: 32px;
    color: #36393e;
    text-indent: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover i {
    transform: translateY(47px);
    -o-transform: translateY(47px);
    -ms-transform: translateY(47px);
    -webkit-transform: translateY(47px);
}

.service_item i img {
    position: absolute;
    max-width: 95%;
    max-height: 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service_item p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
    color: #493d3c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover p {
    color: #fff;
    transform: translateY(-125px);
    -o-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
}

.service_item span {
    display: block;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_item:hover span {
    opacity: 1;
    transform: translateY(54px);
    -o-transform: translateY(54px);
    -ms-transform: translateY(54px);
    -webkit-transform: translateY(54px);
}

/*-----------------------------------------------------------------------------------*/
/*	INFORM BLOCK
/*-----------------------------------------------------------------------------------*/
.inform_block {
    position: relative;
    z-index: 1;
    padding: 76px 0 0;
    background-image: url(../images/patern.jpg);
}

.inform_block .container {
    position: relative;
    z-index: 2;
}

.inform_block_content {
    padding: 42 0 0;
    color: #fff;
}

.inform_block_content p {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46px;
    font-size: 37px;
}

.inform_block_content span {
    display: block;
    line-height: 23px;
    font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	PROJECTS BLOCK
/*-----------------------------------------------------------------------------------*/
.projects_block {
    position: relative;
    z-index: 1;
    padding: 63px 0 66px;
}

.owlcarousel_wrapper {
    margin: 0 -15px;
}

.projects_block #owl-carousel .item {
    margin: 0 15px;
}

.project_item .hover_img {
    overflow: hidden;
    position: relative;
    display: block;
    height: 293px;
    background-color: #3e3232;
}

.project_item .hover_img img {
    width: auto;
    max-width: none;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.project_item:hover .hover_img img {
    opacity: 0.31;
}

.project_descr {
    margin-top: 10px;
    padding: 16px 5px;
    text-align: center;
    background-color: #3e3232;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.project_item:hover .project_descr {
    background-color: #fff;
    transform: translateY(-186px);
    -o-transform: translateY(-186px);
    -ms-transform: translateY(-186px);
    -webkit-transform: translateY(-186px);
}

.project_descr p {
    display: block;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}

.project_descr span {
    display: block;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.project_item:hover p {
    color: #3e3232;
}

.project_item:hover span {
    color: #d43974;
}

.project_descr span span:last-child {
    display: none;
}

.project_item:hover .project_descr span span:first-child {
    display: none;
}

.project_item:hover .project_descr span span:last-child {
    display: inline;
}

/*-----------------------------------------------------------------------------------*/
/*	TAGS
/*-----------------------------------------------------------------------------------*/
.tags a {
    display: inline-block;
    margin: 0 1px 4px 0;
    padding: 4px 10px 4px 11px;
    font-size: 12px;
    color: #c5c5c5;
    background-color: #3d3d3d;
}

.tags a:hover {
    color: #fff;
    background-color: #0031d6;
}

#sidebar .tags a {
    background-color: #aeaeae;
    color: #fff;
}

#sidebar .tags a:hover {
    background-color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
    position: relative;
    padding: 46px 30px 0;
    color: #d2cdc9;
    background-color: #3e3232;
}

footer a {
    color: #d2cdc9;
}

footer a:hover {
    color: #d2cdc9;
}

footer h2 {
    margin-bottom: 21px;
    text-transform: uppercase;
    font-size: 19px;
    color: #FFFFFF;
}

footer h2:before {
    display: none;
}

footer h2 span {
    background-color: transparent;
}

.copyright {
    padding: 25px 0 2px;
    color: #b1b1b1;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.copyright .container {
    padding-left: 30px;
    padding-right: 30px;
}

.copyright span {
    color: #fff;
}

.copyright_logo, .copyright_logo:focus {
    color: #949494;
}

/* __________ Contact Info __________ */
ul.contact_info li {
    position: relative;
    padding-bottom: 9px;
    padding-left: 27px;
}

ul.contact_info li span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    font-size: 15px;
    color: #d43974;
}

/* __________ Useful Links __________ */
.foot_links li {
    position: relative;
    margin-bottom: 13px;
    padding: 0 0 15px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.foot_links li:last-child {
    border-bottom: 0;
}

.foot_links li a {
    font-size: 13px;
    color: #9b9b9b;
}

.foot_links li span {
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.foot_links li:hover span {
    left: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
textarea,
input[type="text"] {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    color: #666;
    font-style: normal;
    border-radius: 0;

    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    width: 100%;
    display: inline-block;
    border: 1px solid #ebe6dc;
    height: 33px;
    padding: 5px 50px 5px 10px;
    color: #3e3232;
    margin: 0;
    background: #fff;
    position: relative;
}

textarea {
    overflow: hidden;
    min-height: 95px;
    height: auto;
    resize: none;
}

textarea,
input[type="text"].last {
    margin-right: 0;
}

textarea:focus,
input[type="text"]:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}

input[type="submit"],
input[type="reset"] {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0 13px;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 21px;
    font-size: 13px;
    color: #c5c5c5;
    background: #3d3d3d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact_btn:hover {
    background: none;
    color: #0031d6;
}

.contact_form label {
    display: none;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
}

.ie .contact_form label {
    display: block;
}

/* form valid style */
.notification_error,
.notification_ok {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
    position: relative;
}

.notification_ok {
    border: 1px #038bd4 solid;
    color: #038bd4;
    background: #d0e3ea;
}

.notification_error {
    border: 1px #c93119 solid;
    color: #c93119;
    background: #ffcfcf;
}

.notification_error:before,
.notification_ok:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 11px;
    top: 13px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.notification_error:before {
    background-image: url(../images/error.png);
}

.notification_ok:before {
    background-image: url(../images/info.png);
}

/* __________ Footer Get in Touch __________ */
footer input[type="text"],
footer textarea {
    margin: 0 0 4px;
    padding: 6px 10px 5px;
    width: 100%;
    height: 31px;
    font-size: 12px;
    color: #9a9a9a;
    background-color: rgba(255, 255, 255, 0.14);
    border: 0;
}

footer textarea {
    min-height: 110px;
}

footer input[type="text"]:focus,
footer textarea:focus {
    border: 0;
}

footer input[type="submit"] {
    width: auto;
    height: 25px;
    padding: 2px 13px 1px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.36);
}

footer input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.16);
}

/* __________ Comment Form __________ */
.leave_comment .clear_form,
.contacts_block #ajax-contact-form .clear_form {
    display: inline-block;
    width: auto;
    margin: 0 1px 5px 0;
    padding: 7px 20px;
    color: #fff;
    background-color: #505050;
}

.leave_comment .sent_btn,
.contacts_block #ajax-contact-form .sent_btn {
    display: inline-block;
    width: auto;
    margin: 0 7px 10px 0;
    padding: 7px 20px;
    color: #333;
    background-color: #aeaeae;
}

.leave_comment .clear_form:hover,
.leave_comment .sent_btn:hover,
.contacts_block #ajax-contact-form .clear_form:hover,
.contacts_block #ajax-contact-form .sent_btn:hover {
    background-color: #333;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	FLICKR
/*-----------------------------------------------------------------------------------*/
.flickrs {
    margin-right: -5px;
}

.FlickrImages li {
    margin: 0 5px 5px 0;
    padding: 0;
    float: left;
    border: 0;
}

.FlickrImages li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 81px;
    height: 71px;
    background-color: #0031d6;
}

.FlickrImages li a img {
    width: 100%;
    max-width: none;
    height: auto;
    border: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.FlickrImages li a:hover img {
    opacity: 0.3;
}

/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
.breadcrumbs_block {
    margin-bottom: 60px;
    margin-top: 0;
    padding: 25px 30px;
    background-color: #505050;
}

.breadcrumbs_block .overlay, .breadcrumbs_block .overlay_black {
    display: none;
}

.breadcrumbs_content {
    position: relative;
    z-index: 5;
}

.breadcrumbs_block h2 {
    margin-bottom: 0;
    color: #fff;
}

.breadcrumbs_block h2:before {
    display: none;
}

.breadcrumbs_block h2 span {
    background: none;
}

.breadcrumb {
    margin: 0;
    background: none;
    border-radius: 0;
    padding: 0;
}

.breadcrumb > li + li:before {
    color: #fff;
}

.breadcrumb li a {
    font-weight: 700;
    color: #fff;
}

.breadcrumb li:last-child a {
    font-weight: 400;
    cursor: default;
}

/* __________ Skills __________ */
.skill-bar {
    position: relative;
    z-index: 10;
    display: block;
    margin-bottom: 26px;
    width: 100%;
    height: 8px;
    background-color: #efefef;
}

.skill-bar i {
    position: absolute;
    right: 0;
    top: -35px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #797979;
}

.skill_item span {
    display: block;
    padding: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #797979;
}

.progress-complete {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #0031d6;
}

/* _________ //Skills _________ */

/* __________ Accordion __________ */
#accordion .ui-accordion-header,
.shortcode_toggles_item_title {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    padding: 12px 20px 11px 40px;
    font-weight: 400;
    font-size: 14px;
    color: #505050;
    background: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#accordion .ui-accordion-header:hover,
#accordion .ui-accordion-header.ui-accordion-header-active,
.shortcode_toggles_item_title:hover,
.shortcode_toggles_item_title .ui-state-active {
    background: #505050;
    color: #fff;
    border-color: #505050;
}

#accordion .ui-accordion-header .ui-icon,
.shortcode_toggles_item_title .ui-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    vertical-align: top;
    width: 20px;
    height: 20px;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
}

#accordion .ui-accordion-header .ui-icon:before {
    position: absolute;
    content: "\2b";
    color: #505050;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#accordion .ui-accordion-header:hover .ui-icon:before {
    color: #fff;
}

#accordion .ui-accordion-header.ui-accordion-header-active .ui-icon:before {
    content: "\2212";
    color: #fff;
}

.shortcode_toggles_item_title .ui-icon:before {
    position: absolute;
    content: "\2b";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.shortcode_toggles_item_title.ui-state-active .ui-icon:before {
    content: "\2212";
}

.shortcode_toggles_item_body {
    padding-bottom: 20px;
}

.shortcode_toggles_shortcode .ip,
#accordion .ui-accordion-content {
    padding: 17px 25px 5px 23px;
}

/* _________ //Accordion _________ */

/* __________ Tab __________ */
.nav-tabs {
    border: 0;
}

.nav-tabs li a {
    padding: 10px 17px 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    color: #505050;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: #f4f4f4;
}

.nav-tabs li a:hover {
    color: #0031d6;
    background: #f4f4f4;
    border-bottom: 3px solid #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #505050;
    background: #f4f4f4;
    border: 0;
    border-bottom: 3px solid #f4f4f4;
}

.tab-content {
    padding: 26px 30px 29px;
    background: #f4f4f4;
    border-bottom: 2px solid #ededed;
}

.tab-content .left_block {
    width: 45%;
}

.tab-content .right_block {
    width: 49%;
}

.tab-content iframe {
    height: 159px;
}

.tab-content .list4 li {
    padding: 0 0 5px;
}

/* _________ //Tab _________ */

/* __________ Our Team __________ */
.crewman_foto {
    margin-bottom: 20px;
    background: #d8d08b;
}

.crewman_foto img {
    opacity: 0.88;
    filter: alpha(opacity=88);
}

.crewman h3 {
    margin-bottom: 0;
}

.crewman p {
    margin-bottom: 10px;
}

.crewman .top_social {
    padding: 15px 0;
}

.crewman .top_social li {
    margin: 0 0 0 4px;
}

/* _________ //Our Team _________ */

/*-----------------------------------------------------------------------------------*/
/*	404 ERROR
/*-----------------------------------------------------------------------------------*/
.block_404 {
    padding: 0;
}

.block_404 h1 {
    font-size: 40px;
    line-height: 42px;
    color: #343434;
    margin: 0 0 6px 0;
}

.block_404 h4 {
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    margin: 0 0 48px 0;
}

/* __________ Input Button __________ */
.search_form {
    position: relative;
}

.search_form:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 9px;
    background-image: url(../images/search_btn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 21px;
    height: 21px;
    display: block;
}

.search_form input[type="text"] {
    width: 100%;
    margin: 0;
    padding-right: 40px;
}

.wrapper404 .search_form {
    width: 270px;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
.list1 li {
    list-style: disc inside;
    color: #505050;
}

.list2 li {
    list-style: circle inside;
    color: #505050;
}

.list3 li {
    list-style: decimal inside;
    color: #505050;
}

.list4 li b.glyphicon {
    padding-right: 15px;
    line-height: 18px;
    color: #505050;
    font-size: 9px;
}

.list1 li span, .list2 li span, .list3 li span {
    color: #979797;
}

.dropcap {
    display: block;
    float: left;
    margin: 0 13px 0 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 43px;
    line-height: 55px;
    padding-top: 0;
}

.dropcap.type4 {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 43px;
    line-height: 55px;
    padding: 0 15px;
}

blockquote {
    position: relative;
    padding-top: 0 !important;
    padding-left: 40px !important;
    border: 0 !important;
}

blockquote:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 70px;
    font-size: 90px;
}

blockquote.pull-right {
    padding-right: 0 !important;
    margin-left: 20px !important;
}

blockquote.type1:before {
    color: #505050;
}

blockquote.type2:before {
    color: #979797;
}

blockquote p {
    margin-bottom: 10px;
    font-weight: inherit;
    line-height: 20px;
    font-size: 12px;
}

blockquote.pull-right p, blockquote.pull-right small {
    text-align: left !important;
}

blockquote .author {
    color: #cecece;
}

blockquote.type3 {
    margin-left: 48px;
    padding: 0 0 0 20px !important;
}

blockquote.type3:before {
    content: '';
    top: 4px;
    width: 1px;
    bottom: 2px;
    background-color: #0031d6;
}

blockquote.type3 p {
    color: #979797;
    font-style: italic;
    margin-bottom: 8px;
}

blockquote.type3 .author {
    color: #505050;
}

/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
.example_col [class^="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

hr {
    border-color: #ececec;
}

.divider_light {
    border-color: #979797;
}

.divider_dark {
    border-color: #505050;
}

.divider_colored {
    border-color: #0031d6;
}

.alert {
    background-image: inherit !important;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.close {
    font-weight: 400;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
}

.frame340 iframe {
    width: 340px;
    height: 191px;
    margin: 7px 21px 10px 0;
}

.pull-right.frame340 iframe {
    margin: 7px 0 10px 21px;
}

/* __________ Price Table __________ */
.module_price_table {
    overflow: hidden;
}

.price_item {
    display: inline-block;
    float: left;
    width: 20%;
}

.price_item .price_item_wrapper {
    padding-left: 1px;
}

.price_item:first-child .price_item_wrapper {
    padding-left: 0;
}

.price_item_title {
    background: #505050;
    padding: 13px 20px;
    text-align: center;
}

.price_item_title h6 {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
}

.most_popular .price_item_title h6 {
    color: #fff;
}

.price_item_cost {
    padding: 22px 20px 11px 20px;
    text-align: center;
}

.price_item_cost h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #505050;
}

.price_item_cost h3 span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #505050;
    text-transform: none;
}

.price_item_text {
    background: #dddddd;
    color: #505050;
    text-align: center;
    line-height: 16px;
    padding: 9px 20px 11px 20px;
    margin-bottom: 1px;
}

.most_popular .price_item_text {
    background: #ededed;
}

.price_item_btn a {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #505050;
}

.price_item_btn a:before {
    display: none;
}

.most_popular .price_item_btn a,
.price_item_btn a:hover {
    background: #0031d6;
    color: #fff;
}

.most_popular .price_item_title {
    background: #0031d6;
}

.most_popular .price_item_cost h2,
.most_popular .price_item_cost h2 span {
    color: #0031d6;
}

/* _________ //Price Table _________ */

/* __________ Icons __________ */
.icons_block li {
    float: left;
    width: 20%;
    padding-bottom: 3px;
}

.icons_block li span {
    padding-right: 7px;
    color: #444;
}

/* _________ //Icons _________ */

/* __________ Testimonials __________ */
.testimonials_item p {
    margin-bottom: 7px;
}

.testimonials_item .testimonials_author span {
    text-transform: uppercase;
    color: #dadada;
    font-size: 14px;
}

/* _________ //Testimonials _________ */

/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.blog_post,
.post {
    padding-bottom: 30px;
}

.portfolio_post h2,
.blog_post h2,
.post h2 {
    margin-bottom: 6px;
}

h2 .glyphicon {
    vertical-align: top;
    padding: 2px 7px 0 0;
    font-size: 15px;
}

.post p {
    margin-bottom: 7px;
}

.post_meta {
    padding-bottom: 13px;
}

span.sep {
    padding: 0 8px;
}

.post_img {
    margin-bottom: 12px;
}

.post_img iframe {
    height: 465px;
}

/* __________ Comments __________ */
#comments ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

#comments li {
    padding: 0 0 20px 0;
}

.avatar {
    margin-right: 11px;
}

.comment_right {
    display: table;
}

.comment_info {
    padding-bottom: 7px;
    color: #b9b9b9;
}

#comments ol li ul li {
    padding: 20px 0 0 30px;
    margin: 0;
}

.leave_comment input[type="text"] {
    width: 32.8%;
}

.leave_comment textarea {
    width: 99.5%;
    min-height: 130px;
}

/* _________ //Comments _________ */

/* __________ Pagination __________ */
.pagination li a:focus,
.pagination li a {
    display: block;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    border-radius: 0 !important;
    border: 0;
    background: none;
    color: #9c9c9c;
}

.pagination li.active a:focus,
.pagination li.active a:hover,
.pagination li a:hover,
.pagination li.active a {
    background: #ddd;
    color: #444;
}

.pagination li.next a:hover,
.pagination li.prev a:hover {
    background: none;
    color: #444;
}

/* _________ //Pagination _________ */

/* __________ Sidebar __________ */
.sidepanel {
    margin-bottom: 35px;
}

.popular_products li,
.recent_posts li {
    margin-bottom: 10px;
}

.popular_products .popular_product_img img {
    width: 70px;
}

.popular_product_descr,
.recent_posts_content {
    padding-left: 85px;
}

.popular_product_descr a.title,
.post_title {
    display: block;
    margin-bottom: 8px;
}

.popular_product_descr span.price {
    display: block;
    padding-top: 7px;
}

/* Tweets */

.tweet_module .tweet_list li {
    margin-bottom: 14px;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-image: url(../images/tweets_bg2.png);
    background-repeat: no-repeat;
    background-position: left top;
}

footer .tweet_module .tweet_list li {
    background-image: url(../images/tweets_bg.png);
}

.tweet_module .tweet_list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tweet_module .tweet_time {
    display: block;
}

footer .tweet_module .tweet_time a {
    color: #0031d6;
}

/* //Tweets */

/* _________ //Sidebar _________ */

/*-----------------------------------------------------------------------------------*/
/*	CONTACTS
/*-----------------------------------------------------------------------------------*/
#map {
    margin-top: -60px;
    margin-bottom: 40px;
}

.contacts_info li {
    padding: 0 0 6px;
}

.top_form input[type="text"], .top_form textarea {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
/* __________ Isotope Styles __________ */
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* __________ Filter __________ */

#filter li {
    display: inline-block;
    margin-bottom: 4px;
}

#filter li a {
    display: block;
    padding: 6px 12px;
    border: 0;
    background-color: #f4f4f4;
}

#filter li a.selected {
    background-color: #0031d6;
    color: #36393e;
}

#projects .columns1 .project {
    width: 100%;
}

#projects .columns1 .hover_img {
    margin-bottom: 10px;
}

.load_more_cont {
    width: 100%;
    padding: 10px 0 0;
}

/* __________ Portfolio Item __________ */
.portfolio_block {
    width: 100%;
}

.portfolio_block .project .hover_img {
    position: relative;
    background-color: #f9cdad;
}

.portfolio_block .project .hover_img:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio_block .project:hover .hover_img:before {
    background-color: rgba(0, 0, 0, 0.38);
}

.portfolio_block .project .hover_img img {
    opacity: 0.92;
}

.portfolio_block .hover_img .zoom {
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.portfolio_block .project_descr {
    position: relative;
    padding: 37px 10px 14px;
    color: #979797;
    background-color: #f4f4f4;
    border: 0;
    border-bottom: 2px solid #ededed;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio_block .project:hover .project_descr {
    border-bottom-color: #0031d6;
}

.portfolio_block .project_descr h4 {
    margin-bottom: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	SHOP
/*-----------------------------------------------------------------------------------*/
.sorting_options {
    margin-bottom: 30px;
    padding: 10px 15px;
    background: #f4f4f4;
    border-bottom: 2px solid #ededed;
}

.sorting_options_text {
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px 5px 0;
}

.sorting_options .btn-compare {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 5px 20px;
    background-color: #ddd;
    color: #444;
}

.sorting_options .btn-compare:hover {
    color: #fff;
    background-color: #797979;
}

#toggle-sizes {
    display: inline-block;
    padding-left: 17px;
}

#toggle-sizes a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ddd;
    font-size: 21px;
    line-height: 30px;
}

#toggle-sizes a:hover {
    color: #797979;
}

.sorting_options .pagination {
    margin: 0;
    border-radius: 0;
}

.sorting_options .pagination li a {
    margin-bottom: 0;
}

/* __________ Sorting __________ */
.product_sort {
    position: relative;
    display: inline-block;
}

.filter_btn {
    min-width: 200px;
    height: 30px;
    padding: 0 0 0 20px;
    background-color: #fff;
    cursor: pointer;
}

.filter_btn span.glyphicon {
    padding-right: 10px;
    line-height: 30px;
    font-size: 9px;
    color: #797979;
}

.product_sort #filter {
    position: absolute;
    z-index: 500;
    top: 31px;
    left: 0;
    min-width: 200px;
}

.product_sort #filter li {
    display: block;
    margin: 0;
}

.product_sort #filter li a {
    display: block;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    background-color: #e3e3e3;
    color: #505050;
}

.product_sort #filter li a:hover,
.product_sort #filter li a.selected {
    color: #0031d6;
    background-color: #e3e3e3;
}

.size_btn a {
    display: inline-block;
    text-transform: none;
    font-size: 13px;
    cursor: pointer;
    color: #979797;
}

.size_btn a .glyphicon {
    padding-right: 10px;
    color: #e3e3e3;
}

.size_btn a .glyphicon:before {
    content: "\e012";
}

.size_btn a .glyphicon.glyphicon-th:before {
    content: "\e011";
}

/* _________ //Sorting _________ */

/* __________ Product __________ */
.product_item {
    overflow: hidden;
    position: relative;
}

.product_item .hover_img {
    width: 100%;
    background-color: #0031d6;
}

.product_item .hover_img img {
    opacity: 0.88;
}

.product_item .project_descr {
    position: absolute;
    left: 0;
    bottom: -120px;
    width: 100%;
    padding: 25px 10px 24px;
    color: #979797;
    border: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.product_item .project_descr h4 {
    margin-bottom: 11px;
    font-weight: 400;
}

.product_item:hover .project_descr {
    bottom: 0;
}

.product_item .project_descr p {
    display: none;
}

.product_item .item_btn_in {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.product_item:hover .item_btn_in {
    top: 34%;
}

.product_item .item_btn_in a {
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #505050;
    background-color: #fff;
}

.product_item .item_btn_in a:focus,
.product_item .item_btn_in a:hover {
    color: #fff;
    background-color: #333;
}

/* _________ //Product _________ */

/* __________ Resized __________ */
.variable-sizes .element {
    width: 100% !Important;
}

.variable-sizes .hover_img {
    float: left;
    width: 255px !Important;
    margin-right: 30px;
}

.variable-sizes .product_item .item_btn_in {
    bottom: 15px;
    right: 15px;
    left: auto;
    top: auto;
}

.variable-sizes .product_item .item_btn_in a.btn {
    color: #fff !important;
    background-color: #aeaeae !important;
}

.variable-sizes .product_item .item_btn_in a.btn:hover {
    color: #fff !important;
    background-color: #505050 !Important;
}

.variable-sizes .project_descr {
    position: static;
    float: left;
    width: 65%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 60px;
    text-align: left;
    border: 0;
    background-color: transparent;
    transition: none;
    -webkit-transition: none;
}

.variable-sizes .product_item .project_descr span {
    display: block;
    margin: -5px 0 20px;
}

.variable-sizes .product_item .project_descr p {
    display: block;
}

/* _________ //Resized _________ */

/* __________ Shopping Cart __________ */
#cart {
    padding: 18px;
    background-color: #f4f4f4;
    border-bottom: 2px solid #ededed;
}

#cart .close {
    color: #f00;
}

.cart-items {
    border-bottom: 1px solid #ededed;
    padding: 0 0 10px 0;
}

.cart-items li {
    margin: 0 0 10px 0;
}

.cart-items li:last-child {
    margin: 0;
}

.cart-item-amount {
    display: block;
    font-size: 12px;
}

.cart-subtotal {
    display: block;
    margin: 8px 0;
}

.cart-subtotal strong {
    color: #505050;
    font-weight: 400;
}

/* __________ Price Filter __________ */
#price-range input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 2px 0 0 7px;
    width: 100px;
    height: 20px;
}

#price-range label {
    float: left;
    font-weight: 400;
    color: #505050;
}

.padding-range {
    padding: 0 8px;
}

#slider-range {
    margin: 0 0 16px 0;
}

#price-range .ui-slider {
    position: relative;
    text-align: left;
}

#price-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    cursor: w-resize;
    transition: none !important;
    -webkit-transition: !important;
}

#price-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 14px;
    display: block;
    border: 0;
    background-position: 0 0;
}

#price-range .ui-widget-content {
    background-color: #f2f2f2;
    padding: 2px 0;
}

#price-range .ui-widget-header {
    background: #0031d6;
}

#price-range .ui-state-default {
    background: #ddd;
}

#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

#price-range .ui-slider-horizontal {
    height: .8em;
}

#price-range .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

#price-range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

#price-range .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

#price-range .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* _________ //Price Filter _________ */

/* __________ Product __________ */
.product_item2 {
    position: relative;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}

.product_item2:hover {
    border-color: #0031d6;
}

.product_foto {
    display: block;
    background-color: #f5f5f5;
}

.product_inf {
    padding: 25px 5px 26px 20px;
}

.product_inf h4 {
    margin-bottom: 11px;
}

.product_inf .price {
    margin-bottom: 21px;
    font-size: 17px;
}

.old_price {
    float: left;
    padding-right: 13px;
    text-decoration: line-through;
    font-size: 17px;
    color: #797979;
}

.product_inf .add_cart {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: #505050;
    border: 2px solid #505050;
    background-color: transparent;
}

.product_inf .add_cart:hover,
.product_inf .btn_like2:hover,
.product_inf .btn_com:hover {
    background-color: #505050;
    border-color: #505050;
    color: #fff;
}

.product_inf .btn_com {
    margin-right: 0;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.product_inf .btn_like2, .product_inf .btn_com {
    display: inline-block;
    margin-top: -1px;
    margin-right: 5px;
    padding: 6px 8px;
    border: 2px solid #ddd;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.product_item2:hover .product_inf .btn_like2,
.product_item2:hover .product_inf .btn_com {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.sale {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 10px;
    padding: 9px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    background-color: #0031d6;
}

/* _________ //Product _________ */

/*-----------------------------------------------------------------------------------*/
/*	PRODUCT PAGE
/*-----------------------------------------------------------------------------------*/
/* __________ Rating __________ */
.rating {
    overflow: hidden;
    display: inline-block;
    margin-right: 25px;
}

.rating-input {
    display: none;
    position: absolute;
    left: 0;
    top: -50px;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    color: #0031d6;
}

.rating-star,
.rating:hover .rating-star {
    float: right;
    display: block;
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px;
    line-height: 12px;
    color: #e3e3e3;
    font-size: 15px;
}

/* _________ //Rating _________ */

.type2 h2 {
    margin-bottom: 15px;
}

.type2 .rating:hover .rating-star:hover,
.type2 .rating:hover .rating-star:hover ~ .rating-star,
.type2 .rating-input:checked ~ .rating-star {
    color: #ffc24d;
}

.price_block {
    padding-top: 11px;
}

.type2 .product_price {
    line-height: 27px;
    font-size: 29px;
    color: #0031d6;
}

.type2 .old_price {
    padding-right: 22px;
    line-height: 27px;
    font-size: 18px;
}

.color_choice li {
    display: inline-block;
    margin-right: 6px;
    padding: 1px;
    box-shadow: 0 0 0 1px #e4e4e4;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: box-shadow 0.3s ease-in-out;
}

.color_choice li:focus,
.color_choice li:hover {
    box-shadow: 0 0 0 1px #000;
}

.color_choice li a {
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #000;
}

.color_choice li.color1 a {
    background-color: #000;
}

.color_choice li.color2 a {
    background-color: #fff;
    border-color: #e4e4e4;
}

.color_choice li.color3 a {
    background-color: #cb3210;
    border-color: #cb3210;
}

.quantity_block li {
    float: left;
}

.quantity_block .product_inf {
    padding: 0;
}

.quantity_block .product_inf .btn_like2,
.quantity_block .product_inf .btn_com {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.quantity {
    padding: 8px 23px 8px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #505050;
}

.quantity_block .product-amount form {
    overflow: hidden;
    position: relative;
    margin: 0 20px 10px 0;
    border: 1px solid #e6e6e6;
}

.quantity_block .product-amount input:focus,
.quantity_block .product-amount input {
    width: 85px;
    height: 34px;
    margin: 0;
    padding: 0 27px 0 10px;
    text-align: left;
    font-size: 15px;
    color: #505050;
    border: 0;
    background-color: #fff;
    background-image: url(../images/product-amount-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.quantity_block .product-amount a {
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    border: 0;
    text-indent: -999px;
}

.quantity_block .product-amount a.plus {
    top: 0;
}

.quantity_block .product-amount a.minus {
    bottom: 0;
}

.quantity_block .product_inf .btn {
    border: 2px solid #e4e4e4;
}

.quantity_block .product_inf .btn.add_cart {
    border-color: #0031d6;
    color: #0031d6;
}

.quantity_block .product_inf .btn.add_cart:hover {
    border-color: #0031d6;
    color: #fff;
    background-color: #0031d6;
}

.quantity_block .product_inf .btn:hover {
    border-color: #505050;
    background-color: transparent;
    color: #505050;
}

/* __________ Product Social __________ */
.product_social {
    padding: 29px 0 21px;
}

.product_social li {
    display: inline-block;
    margin: 0 5px 8px 0;
}

.product_social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/product_social.png);
    opacity: 0.7;
}

.product_social li a:hover {
    opacity: 1;
}

.product_social li a.soc1 {
    background-position: 0 0;
}

.product_social li a.soc2 {
    background-position: -38px 0;
}

.product_social li a.soc3 {
    background-position: -76px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 71px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
}

.jcarousel li {
    float: left;
    width: 255px;
    margin-right: 30px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 0 0 2px;
    background-image: url(../images/jcarousel_arrows.png);
    background-repeat: no-repeat;
    background-color: #505050;
}

.jCarousel_pagination a:hover {
    background-color: #0031d6;
}

.jCarousel_pagination a.inactive {
    background-color: #505050;
    cursor: default;
}

.jcarousel-control-prev {
    background-position: 0 0;
}

.jcarousel-control-next {
    background-position: -25px 0;
}

.product_page .jCarousel_pagination {
    position: relative;
    z-index: 2;
    margin: -52px 0 52px;
}

.product_page .jcarousel {
    padding-bottom: 0;
}

/* __________ Our Works Carousel __________ */
.jcarousel-pagination {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    margin: 0;
    text-align: center;
}

.jcarousel-pagination a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px 0 5px;
    font-size: 0;
    opacity: 0.5;
    background-color: #0031d6;
    border-radius: 50%;
    text-indent: -9999px;
}

.jcarousel-pagination a.active {
    opacity: 1;
    box-shadow: none;
}

.projects_block .jcarousel {
    padding: 3px 0 50px;
}

.projects_block .jcarousel li {
    width: 255px;
}

/*-----------------------------------------------------------------------------------*/
/*	FIX WEBKIT BROUSERS
/*-----------------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #newsletter-form input.input_wt {
        padding: 11px 55px 11px 17px;
    }

}

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {

    #sidebar input {
        width: 100%;
    }

    #sidebar .search_btn {
        width: 100%;
    }

}

@media (max-width: 1024px) {
    .parallax, .flexslider.top_slider {
        background-size: cover;
    }

    .block_404 {
        min-height: 300px !important;
    }

    .wrapper404 {
        padding-top: 97px !important;
        padding-bottom: 97px !important;
    }

    #sidebar .search_form .btn, #sidebar input[type="text"] {
        width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed .page_block {
        width: 970px;
    }

    /* __________ Menu __________ */
    body.boxed .is-sticky .menu_block {
        width: 970px;
        margin-left: -485px;
    }

    /* _________ //Menu _________ */
    /* __________ INDEX PAGE __________ */
    .service_item {
        padding: 35px 5px 30px;
    }

    .service_item i {
        width: 60px;
        height: 60px;
        margin-bottom: 25px;
    }

    .service_item p {
        font-size: 13px;
        line-height: 17px;
    }

    .service_item:hover p {
        transform: translateY(-80px);
        -o-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
    }

    .service_item span {
        font-size: 11px;
        line-height: 17px;
    }

    .project_item .hover_img {
        height: 235px;
    }

    .project_descr span {
        font-size: 12px;
    }

    /* _________ //INDEX PAGE _________ */
    /* __________ Shop __________ */
    .product_item .item_btn_in a.btn {
        margin-bottom: 5px;
        padding: 4px 10px;
        font-size: 13px;
    }

    .product_inf .btn {
        margin-bottom: 5px;
    }

    .variable-sizes .hover_img {
        width: 205px !important;
    }

    /* _________ //Shop _________ */
    /* __________ Blog __________ */
    .post_img iframe {
        height: 380px;
    }

    /* _________ //Blog _________ */
    footer .FlickrImages {
        padding-right: 0;
    }

    .foot_links li {
        padding-left: 20px;
    }

    .foot_links li a {
        font-size: 12px;
    }

    .foot_links li:hover span {
        left: 5px;
    }

    footer {
        font-size: 11px;
        line-height: 17px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    body.boxed .page_block {
        width: 750px;
    }

    .logo a {
        top: 0px;
        left: -60px;
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    /* __________ Menu __________ */
    body.boxed .is-sticky .menu_block {
        width: 750px;
        margin-left: -375px;
    }

    /* __________ Menu __________ */
    /* __________ INDEX PAGE __________ */
    .navbar-nav li {
        margin-left: 0px;
    }

    .navbar-nav li a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sub-menu ul {
        width: 147px;
    }

    ul.mega_menu {
        width: 413px;
    }

    ul.mega_menu h4 {
        font-size: 16px;
    }

    ul.mega_menu h5 {
        font-size: 14px;
        line-height: 17px;
    }

    .service_item {
        padding: 35px 5px 30px;
    }

    .service_item:hover:after {
        left: 30px;
        top: 86px;
        right: 30px;
        bottom: 90px;
    }

    .service_item i {
        width: 60px;
        height: 60px;
        margin-bottom: 25px;
    }

    .service_item p {
        font-size: 11px;
        line-height: 15px;
    }

    .service_item:hover p {
        transform: translateY(-80px);
        -o-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
    }

    .service_item span {
        font-size: 9px;
        line-height: 14px;
    }

    .inform_block_content p {
        font-size: 26px;
        line-height: 30px;
    }

    .inform_block_content span {
        font-size: 10px;
        line-height: 15px;
    }

    .project_item .hover_img {
        height: 235px;
    }

    .project_descr span {
        font-size: 12px;
    }

    /* _________ //INDEX PAGE _________ */
    .respon_clear {
        clear: both;
        height: 0;
        font-size: 0;
    }

    /* __________ Shop __________ */
    .sorting_options .pagination {
        margin-top: 15px;
    }

    .product_inf .btn {
        margin-bottom: 5px;
    }

    .variable-sizes .hover_img {
        width: 205px !important;
    }

    .variable-sizes .project_descr {
        width: 274px;
    }

    /* _________ //Shop _________ */
    /* __________ Blog __________ */
    .leave_comment input[type="text"] {
        width: 32.6%;
    }

    .post_img iframe {
        height: 287px;
    }

    /* _________ //Blog _________ */
    footer .FlickrImages {
        padding-right: 0;
    }

    .foot_links li {
        padding-left: 20px;
    }

    .foot_links li a {
        font-size: 12px;
    }

    .foot_links li:hover span {
        left: 5px;
    }

    footer {
        font-size: 11px;
        line-height: 17px;
    }

}

@media (max-width: 767px) {
    #style-switcher {
        display: none !important;
    }

    body.boxed .page_block {
        width: 100%;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* __________ Menu __________ */
    .menu_block {
        width: auto;
        height: auto;
        padding: 0 15px;
    }

    .navbar-collapse {
        overflow: hidden;
        max-height: none;
        margin: 0;
        padding: 0 !important;
    }

    .navbar-toggle {
        position: relative;
        z-index: 100;
        display: block;
        margin: 15px 0;
        padding: 0;
        width: 24px;
        height: 24px;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .navbar-toggle em {
        display: block;
        background-color: #949494;
        height: 3px;
        margin: 0 0 3px;
        width: 24px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    /* .navbar-toggle:hover em {background-color:#fff;} */
    .navbar-nav {
        float: none;
        text-align: left;
        margin: 0;
    }

    .navbar-nav li {
        width: 100% !important;
        margin: 0;
        padding-bottom: 5px;
        text-align: left;
        border: 0;
    }

    .navbar-nav li:before {
        display: none;
    }

    .navbar-nav li a {
        margin: 0;
        padding: 0;
        display: inline-block;
        border: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .navbar-nav li.menu_middle a {
        margin-right: 0;
    }

    .navbar-nav li:hover a, .navbar-nav li a:focus, .navbar-nav li.active a {
        background: none !important;
    }

    .navbar-nav li a:before, .navbar-nav li a:after {
        display: none;
    }

    .sub-menu ul {
        display: none !important;
        position: static;
        border: 0;
        margin: 0;
        padding-top: 4px;
        padding-left: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .sub-menu ul:before {
        display: none;
    }

    .sub-menu:hover ul {
        display: block !important;
    }

    .sub-menu ul li a {
        border: 0 !important;
        padding: 0 !important;
        display: inline-block;
        color: #c2c2c2 !important;
    }

    .sub-menu ul li.active a, .sub-menu ul li a:hover {
        background: none !important;
    }

    .sub-menu ul li a span {
        display: inline-block !important;
        padding: 0 7px 0 3px;
    }

    /* Mega Menu */
    ul.mega_menu {
        width: 100%;
        color: #fff;
    }

    ul.mega_menu li.col {
        width: 33% !important;
    }

    ul.mega_menu .color_text {
        font-weight: 700;
        color: #fff;
    }

    ul.mega_menu li ol li a {
        padding: 1px 5px 1px 0 !important;
    }

    ul.mega_menu h4, ul.mega_menu h5 {
        font-size: 12px;
        color: #fff;
    }

    ul.mega_menu h4 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    /* _________ //Menu _________ */
    /* __________ INDEX PAGE __________ */
    .logo a {
        top: -5px;
        left: -50px;
        -moz-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    .v_siteMenu {
        margin-top: 60px;
    }

    .services_block .container {
        width: 450px;
    }

    .service_item {
        overflow: hidden;
        width: 50%;
        height: 250px;
    }

    .service_item:hover {
        margin: 0;
        padding: 0;
    }

    .service_item:hover:after {
        left: 60px;
        top: 70px;
        right: 60px;
        bottom: 90px;
    }

    .service_item:hover i {
        transform: translateY(75px);
        -o-transform: translateY(75px);
        -ms-transform: translateY(75px);
        -webkit-transform: translateY(75px);
    }

    .service_item:hover p {
        transform: translateY(-75px);
        -o-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
        -webkit-transform: translateY(-75px);
    }

    .service_item span {
        padding: 0 5px;
        font-size: 11px;
        line-height: 15px;
    }

    .project_item .hover_img {
        height: 175px;
    }

    .project_descr {
        padding: 10px 5px;
    }

    .project_item:hover .project_descr {
        transform: translateY(-120px);
        -o-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -webkit-transform: translateY(-120px);
    }

    .project_descr a {
        font-size: 13px;
    }

    .project_descr span {
        font-size: 9px;
        line-height: 13px;
    }

    /* _________ //INDEX PAGE _________ */
    /* __________ Shortcodes __________ */
    .price_item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .icons_block li {
        width: 100%;
    }

    /* _________ //Shortcodes _________ */
    /* __________ Shop __________ */
    .shop_block .col-xs-6 {
        width: 49.8%;
    }

    .sorting_options .pagination {
        margin-top: 10px;
    }

    #toggle-sizes {
        margin-top: 10px;
    }

    .product_item .item_btn_in a.btn {
        margin-bottom: 5px;
        padding: 3px 8px;
        font-size: 12px;
    }

    .sorting_options .btn {
        margin-top: 10px;
    }

    .product_sort {
        margin-top: 10px;
    }

    #toggle-sizes {
        display: none;
    }

    /* _________ //Shop _________ */
    /* __________ Blog __________ */
    .leave_comment input[type="text"] {
        width: 99.5%;
    }

    /* _________ //Blog _________ */
    .wrapper404 {
        padding-top: 37px !important;
    }

    .wrapper404 h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .wrapper404 h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .wrapper404 .search_form {
        width: 260px;
    }

    footer .FlickrImages {
        padding-right: 0;
    }

}

@media (max-width: 479px) {
    .breadcrumbs_content .pull-right, .breadcrumbs_content .pull-left {
        float: none !important;
    }

    /* __________ Menu __________ */
    .navbar-collapse {
        max-width: 260px;
    }

    /* Mega Menu */
    ul.mega_menu li.col {
        width: 100% !important;
        float: none;
        padding-bottom: 10px;
    }

    /* _________ //Menu _________ */
    /* __________ INDEX PAGE __________ */
    .services_block .container {
        width: 290px;
    }

    .service_item {
        width: 100%;
    }

    .inform_block_content p {
        font-size: 30px;
        line-height: 32px;
    }

    .inform_block_content span {
        font-size: 13px;
        line-height: 17px;
    }

    .project_item .hover_img {
        height: 240px;
    }

    /* __________ //INDEX PAGE __________ */
    /* __________ Shortcodes __________ */
    .nav-tabs li {
        float: none;
        width: 100%;
    }

    .frame340 iframe {
        width: 260px;
    }

    /* _________ //Shortcodes _________ */
    /* __________ Shop __________ */
    .product_sort {
        margin-top: 10px;
    }

    /* _________ //Shop _________ */
    /* _________ Blog __________ */
    .post_img iframe {
        height: 237px;
    }

    /* ________ //Blog _________ */
    footer .latest_news_item .recent_post {
        float: left !important;
        margin-right: 20px;
    }

    .copyright .pull-left, .copyright .pull-right {
        float: none !important;
        text-align: center;
    }

    .socials {
        margin-top: 10px;
    }

    /* __________ Bootstrap Style __________ */
    .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {
        float: left;
    }

    .col-ss-12 {
        width: 100%;
    }

    .col-ss-11 {
        width: 91.66666666666666%;
    }

    .col-ss-10 {
        width: 83.33333333333334%;
    }

    .col-ss-9 {
        width: 75%;
    }

    .col-ss-8 {
        width: 66.66666666666666%;
    }

    .col-ss-7 {
        width: 58.333333333333336%;
    }

    .col-ss-6 {
        width: 50%;
    }

    .col-ss-5 {
        width: 41.66666666666667%;
    }

    .col-ss-4 {
        width: 33.33333333333333%;
    }

    .col-ss-3 {
        width: 25%;
    }

    .col-ss-2 {
        width: 16.666666666666664%;
    }

    .col-ss-1 {
        width: 8.333333333333332%;
    }

}

body.vcmsUserLogedIn .service_item {
    float: none;
}

body:not(.vcmsUserLogedIn) .vSiteElemBox {
    position: static;
    margin: 0;
}

body {
    position: static;
}

.backstretch {
    display: none;
}

.homeTextBox {
    background: #f5f0ed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.homeTextBox h1 {
    margin: 0 0 15px;
}

.homeTextBox h2 {
    margin: 0 0 25px;
}

.homeTextBox .summer {
    margin-left: -30px;
}

@media (max-width: 767px) {
    .homeTextBox .summer {
        margin-left: -15px;
    }
}

.summer {
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 40px;

    border-bottom: 1px solid #ebe6dc;
}

.summer h2 p {
    font-size: 24px;
    color: #d43974;
    font-weight: 400;
}

.summer .mehr {
    position: relative;
    display: none;
    padding: 9px 13px 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    border: 1px solid #d4beb3;
    color: #3e3232;
    float: right;
}

.room-details {
    border-bottom: 1px solid #ebe6dc;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.room-details h1 {
    margin: 15px 0 5px;
}

.room-details h1 p {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #d43974;
    line-height: 1.2;
}

.room-details h2 {
    margin: 0 0 20px;
}

.room-details h2 p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #3e3232;
    line-height: 1.2;
}

.room-details p {
    color: #5c5e63;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 1.4;
}

.room-details .btns .btn {
    margin: 0 5px 12px 0;
}

.room-details .mehr-bilder {
    display: block;
    width: 175px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #3e3232;
    font-size: 15px;
    font-weight: 400;

    position: absolute;
    bottom: 0;
    right: 0;

    text-transform: uppercase;
}

.room-details .mehr-bilder span {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.room-details .ownElemPicGalerieLinkClass[rel*=galElem] {
    display: block;
    position: relative;
}

.rooms-filters, .rooms-prices {
    margin-top: 30px;
}

.rooms-filters ul {
    font-size: 0;
}

.rooms-filters {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rooms-filters ul li {
    position: relative;
    width: 33.33333%;
    padding-left: 5%;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #3e3232;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.homeTextBox ul li {
    list-style: disc;
    margin-left: 30px;
}

.rooms-filters ul li div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #3e3232;

    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.rooms-filters .btn {
    background: #d43974;
}

.rooms-overview .rooms-filters, .rooms-overview .rooms-prices {
    display: none;
}

.rooms-overview .rooms-filters .btn, .rooms-overview .rooms-prices .btn,
.rooms-overview .btn-filters, .rooms-overview .btn-prices {
    display: none;
}

.rooms-overview .vFrontOwnElemTextHolder, .rooms-overview .vSiteElemBox {
    outline: none !important;
}

.rooms-overview .vSiteElemTextOwnBearLeiste {
    display: none !important;
}

.content-block {
    background: url(../images/header-bg.jpg) center bottom repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.content-block table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.content-block table h6 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: #fff;
}

.content-block table tr:nth-child(odd) {
    background: #fee4e8;
}

.content-block table tr:nth-child(even) {
    background: #fae0df;
}

.content-block table tr:first-child {
    background: #3e3232;
}

.content-block table tr:first-child td, .content-block table tr:first-child td p {
    color: #fff;
}

.content-block table td, .content-block table td p {
    color: #3e3232;
}

.content-block table td p:last-child {
    margin-bottom: 0;
}

.content-block table td {
    border: 1px solid #fff;
    text-align: center;
    padding: 15px;
    line-height: 1.2;
}

.content-block table td:first-child {
    text-align: left;
}

.raw-accordion {
    margin-top: 40px;
    margin-bottom: 40px;
}

.raw-accordion-item p {
    position: relative;
    border: 1px solid #ebe6dc;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    color: #3e3232;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 25px 20px;
    line-height: 1.2;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.raw-accordion-item p:after {
    content: '\2335';
    display: block;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 36px;
    color: #3e3232;
    border: 1px solid #3e3232;

    position: absolute;
    top: 50%;
    right: 35px;
    margin: -20px 0 0;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.raw-accordion-item.active p {
    line-height: 39px;
    background: #3e3232;
    border-color: #3e3232;
    color: #fff;
}

.raw-accordion-item.active p:after {
    border-color: #ebe6dc;
    color: #ebe6dc;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.raw-accordion-content {
    padding: 30px;
    display: none;
}

.raw-accordion-content .rooms-filters {
    display: block !important;
}

.raw-accordion-content .rooms-filters .btn {
    display: none !important;
}

.slider_block, .slider_block .container {
    position: relative;
}

.header-buttons {
    position: fixed;
    bottom: 0;

    width: 100%;
    margin: auto;

    z-index: 10;
}

.flex-direction-nav {
    bottom: 90px;
    position: relative;
}

.header-buttons .anzeigen, .header-buttons .anfrage, .header-buttons .buchen {
    display: block;
    width: 33%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.header-buttons .anzeigen {
    background: #fff;
    color: #d7467d;
    font-size: 16px;
    text-transform: uppercase;
}

.header-buttons .anzeigen span:last-child {
    display: none;
}

.header-buttons .anzeigen a {
    color: #3e3232;
    display: block;
}

.header-buttons .anfrage {
    background: #ddd6cc;
    color: #d7467d;
    text-transform: uppercase;
    font-size: 16px;
}

.header-buttons .buchen {
    background: #fae7ee;
    color: #d7467d;
    text-transform: uppercase;
    font-size: 16px;
}

.header-form {
    position: absolute;
    top: 250px;
    right: 0;
    background: #fff;
    padding: 20px;
    width: 350px;
    z-index: 100;
}

.header-form h3 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 400;
    color: #3e3232;
    text-transform: none;
}

.header-form .form-field {
    position: relative;
    margin: 0 0 10px;
}

.header-form .form-field:before {
    content: url(../images/calendar.png);
    position: absolute;
    top: 2px;
    right: 9px;
}

.header-form input[type=text] {
    width: 100%;
    display: inline-block;
    border: 1px solid #ebe6dc;
    height: 33px;
    padding: 5px 50px 5px 10px;
    color: #3e3232;
    margin: 0;
    background: transparent;
    z-index: 10;
    position: relative;
}

.header-form .btn {
    display: block;
    padding: 10px 17px;
    width: 100%;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.vCmsKontaktformLiveHolder .vCmsKontaktformLiveContainer {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.vCmsKontaktformLiveContainer .dateForm {
    float: none;
    margin-left: 0;
    width: auto;
}

.go-up {
    position: fixed;
    bottom: 0;
    right: 15%;

    background: #3e3232;
    color: #fff;
    display: block;
    width: 60px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    text-indent: 1px;

    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    z-index: 500;

    display: none;
}

.go-up:hover, .go-up:focus {
    color: #fff;
    opacity: 1;
}

.container .container {
    width: auto;
}

.logo-footer-left {
    position: absolute;
    top: -190px;
    left: 65px;
    width: 102px;
    height: 412px;
}

@media (max-width: 1500px) {
    .logo-footer-left {
        left: 35px;
        top: -80px;
    }

    .logo-footer-left img {
        width: 60px;
    }
}

@media (max-width: 1380px) {
    .logo-footer-left {
        display: none;
    }
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;

    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #3e3232;
    color: #3e3232;
    font-size: 14px;
    font-weight: 400;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

.vCmsKontaktformLiveContainerCount3 label {
    display: block;
    margin: 0 0 10px;
}

.vCmsKontaktformLiveHolder label input[type=checkbox] {
    margin-right: 5px;
}

#vCmsKontaktformLiveHolderBtnSubmitSend {
    position: relative;
    top: 20px;
}

@media (max-width: 1300px) {

    .owl-prev {
        background: #fff;
        left: -10px;
    }

    .owl-next {
        background: #fff;
        right: -10px;
    }
}

@media (max-width: 992px) {

    .header-buttons .anzeigen, .header-buttons .anfrage, .header-buttons .buchen {
        padding: 0 15px;
        width: 222px;
        height: 58px;
        line-height: 58px;
        font-size: 13px !important;
    }

    .rooms-filters ul li {
        width: 50%;
    }

    .summer img {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {

    .header-buttons .anzeigen, .header-buttons .anfrage, .header-buttons .buchen {
        width: 33%;
        height: 28px;
        line-height: 28px;
        font-size: 13px !important;
    }

    .header-buttons .anfrage {
        margin-bottom: 30px;
    }

    .owl-prev {
        left: 5px;
    }

    .owl-next {
        right: 5px;
    }

    .rooms-filters ul li {
        width: 100%;
    }

    .container .container.raw-accordion {
        padding: 0;
    }

    .raw-accordion-item p {
        padding-right: 50px;
        padding-left: 10px;
        font-size: 18px;
    }

    .raw-accordion-item p:after {
        right: 10px;

        width: 34px;
        height: 34px;
        line-height: 27px;
        margin: -17px 0 0;
    }

    #page header .sticky-wrapper {
        height: 62px !important;
    }
}

@media (max-width: 700px) {

    .header-buttons .anzeigen, .header-buttons .anfrage, .header-buttons .buchen {
        width: 100%;
    }
}

@media (max-width: 359px) {

    .raw-accordion-item p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    h1, h1 p {
        margin: 0 0 30px;
        line-height: 30px;
        font-size: 21px;
        color: #d43974;
    }

    h2, h2 p {
        margin: 0 0 27px;
        line-height: 30px;
        font-size: 18px;
        color: #aaa49e;
    }

    body {
        font-size: 14px;
    }

}

#form5 .vCmsKontaktformLiveContainerCount6{
    width: 100%;
}

#form5 .vCmsKontaktformLiveContainerCount6 input,
#form5 .vCmsKontaktformLiveContainerCount6 label {
    float: left;
    margin-top: 0px;
}

#form5 .vCmsKontaktformLiveContainerCount6 input {
    width: 2%;
    margin-top: 6px;
    margin-right: 5px;
}

#form5 .vCmsKontaktformLiveContainerCount6 input.vcmsKontaktDataIsRequired {
    /*outline: 1px solid #df0024 !important;*/
    /*outline-offset: 3px;*/
}

#form5 .vCmsKontaktformLiveContainerCount6 label {
    width: 95%;
}

#form5 .vCmsKontaktformLiveContainerCount6 label span {
    color: #941034;
    cursor: pointer;
}

#form5 .vCmsKontaktformLiveContainerCount6 label p {
    display: none;
}

#form5 .vCmsKontaktformLiveContainerCount6 label a {
    margin: 0px 5px;
    color: #941034;
}

.basicText #iframeCapCorn{
	position: relative;
	z-index: 11;
	height: 930px;
}