*, *:after, *:before {
    box-sizing: border-box;
} 

:focus {
    outline: 0;
}


html {
    -webkit-font-smoothing: antialiased;  
    overflow-y: scroll;
    overflow-x: hidden;
}



body {
    background-color: #fff;
    color: #777;
    font-size: normal;
    font-weight: normal;
    text-rendering: optimizelegibility;
    font-family: inherit;    
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
} 

h1, h2 {
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
}

h1 {
    color: #312B2B;
    margin-top: 0px;
}

h3 {
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    color: #1f1f1f;
}

a {
    color: #312B2B;
 
}

a:hover {
    text-decoration: none;
    color: #ba9e71;
    
}

a:hover, a:active, a:focus{
    outline: 0;
}

.anicontent {

    width: 100%;

    margin: 0px auto;

}
	
	
.container{
  padding-top: 40px;
  padding-left: 36%;
  margin-left: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}  

.menu-container {
    text-align: right;
    font-family: 'Raleway',sans-serif; 
    width: 33%;
    height: 100%;
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
    z-index: 9999;
    overflow: hidden;
    
}

.menu-container h2 {
    margin: 0px;
}

.menu-container img {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.menu-container li {
    list-style: none;
}

.menu-container a h2, .menu-container h2, .blog-meta h2 {
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 5px;
}

.menu-container a h2 {
    text-transform: uppercase;
}

.menu-container a h2:hover, .menu-container a:hover, .blog-meta a:hover, .blog-meta p a:hover:nth-child(1)   {
    color: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu-container a h5, .menu-container h5, .blog-meta h5 {
    font-size: 11px;
    text-decoration: none;
    margin-bottom: 5px;
	margin-top: 0px;
	color: #fff !important;
	font-family: 'Raleway',sans-serif;
font-style: normal;
font-weight: 400;

}

.menu-container a h5 {
	color: #fff !important;
	font-size: 11px;
	font-family: 'Raleway',sans-serif;
	margin-top: 0px;
font-style: normal;
font-weight: 400;

}


.dashed {
    height: 100%;
    margin-right: 30px;
}

.dashed p {
    font-size: 11px;
    padding-bottom: 1px;
}

#nav, .nav-category {
    padding: 0px;
    padding-bottom: 30px;
}

.nav-category li a {
    font-size: 15px;
}

.top-arrow:hover {
    color: #ba9e71;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.slide-arrow, .slide-menu {
    width: 40px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    margin-left: 34%;
    z-index: 9999;
    cursor: pointer;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-arrow:hover {
    color: #ba9e71;
}
    
.slide-menu {
   display: none; 
   color: white;
   text-align: center;
   font-size: 20px; 
}

.slide-menu .fa.fa-bars {
   margin-top: 10px;
}

.sidebar-wrapper {
    margin-left: 33%;
}

.slide-sidebar {
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 300px;
    height: 100%;
    margin-left: -300px;
    background: #F3F3F3;
    border-right: 1px solid #F1F1F1;
    z-index: 1;
    visibility: hidden;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-sidebar a {
}

.slide-sidebar ul {
    padding-left: 0px;
}

#sidebar {
    padding-top: 20px;
}

#sidebar > ul {
    padding-left: 20px;
    padding-right: 20px;
}

.slide-sidebar li {
    list-style: none;
}

.social {
    padding-bottom: 15px;
}    

.social a {
    font-size: 20px;
}

.social a i {
    margin: 3px;
}

.top-wrapper, .single-post-container, .masonry-style {
    overflow: hidden;
}

/* BLOG */

#post-container .post {
    max-width: 800px;
}

.single-post-container article {
    max-width: 650px;
}

.single-post-container .detail-navigation {
    float: left;
    margin-top: 20px;
}

.entry-single-content {
    position: relative;
    padding-bottom: 40px;
}

.entry-single-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.entry-single-content .bx-controls {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 51;
}

.entry-single-content .video-wrp {
    margin-bottom: 20px;
}

.single-post-container .share {
    text-align: right;
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
}

.wrapper.blog iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.wrapper.blog iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.blog-media iframe, .entry-single-content iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.content-video-wrapper, .video-wrp  {
    padding-top: 56.25%;
    position: relative;
}

.blog-media img {
    width: 100%;
    height: auto;
}

.blog-meta p {
    display: inline-table;
}

.hover {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: -webkit-linear-gradient(#fff, transparent);
    background: -o-linear-gradient(#fff, transparent);
    background: -moz-linear-gradient(#fff, transparent); 
    background: linear-gradient(#fff, transparent);
}

.hover:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hover h2 {
    position: absolute;
    color: #a5a5a5;
    opacity: 0;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 22px;
    left: 20px;
    top: 0px;
}

.hover:hover h2 {
    color: #50423d;
    top: 20px;
    opacity: 1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.hover p {
    position: absolute;
    padding-right: 20px;
    left: 20px;
    top: 120px;
    color: #fff;
    opacity: 0;
    padding-top: 15px;
}

.hover:hover p {
    top: 80px;
    opacity: 1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.blog-comment #email, .blog-comment #website, .blog-comment #author, .blog-comment textarea {
    background: #F3F3F3;
    border: 1px solid #F1F1F1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    resize: none;
    padding: 6px 12px;
    vertical-align: middle;
    color: #525252;
    border-radius: 2px;
    font-weight: 200;
    font-size: 14px;
}

.blog-comment #email, .blog-comment #website, .blog-comment #author {
    width: 50%;
}

.blog-comment #email:focus, .blog-comment #website:focus, .blog-comment #author:focus, .blog-comment textarea:focus {
    border-color: #444444;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#respond div {
    margin: 0 0 10px;
}

.blog-comment #submit {
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0px !important;
    background: #777;
    box-shadow: none;
    -webkit-shadow: none;
    outline: none;
    border-radius: 2px;
}

.blog-comment #submit:hover {
    background: #ba9e71;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.commentlist {
  list-style: none;
  position: relative;
  padding-left: 0px;
}

.children {
  list-style: none;
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding-left: 80px;
  list-style: none;
  position: relative;
}

.fn { 
  font-weight: bold;
}

#respond h3, .blog-comment h3 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.comment-author.vcard img {
    width: 60px;
    float: left;
    margin-right: 20px;
    border-radius: 90%;
}

.comment-text {
    width: auto;
    margin-left: 80px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment-reply-link {
    position: absolute;
    right: 20px;
}

.page-title {
    margin-bottom: 20px;
}

/* MANSORY */

.masonry-style .post {
    border: 1px solid #F1F1F1;
}

.blog-meta {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-meta h2 {
    margin-top: 15px;
    margin-bottom: 1px;
}

.blog-meta p:nth-child(1) {
    font-size: 12px;
    margin: 10px 0 10px 0;
}

.blog-meta p a:nth-child(1) {
    color: #777;
}

.bxslider {
    padding: 0px;
}

.bxslider li {
    width: 100% !important;
}

.blog-media .bx-controls {
    position: absolute;
    top: 0px;
    z-index: 51;
    right: 0px;
}

.fa.fa-angle-left, .fa.fa-angle-right {
    color: white;
    font-size: 30px;
    background: #777;
    opacity: 0.8;
    width: 26px;
    padding-left: 7px;
}

.fa.fa-angle-left:hover, .fa.fa-angle-right:hover {
    background: #ba9e71;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* WIDGET */

.instagram-pics {
    width: 106%;
}

.widget {
    padding-bottom: 20px;
}

.instagram-pics li {
    display: inline-table;
    margin: 2px;
}

.instagram-pics img {
    width: 82px;
}

.instagram-pics img:hover {
    opacity: 0.5;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tagcloud a {
    font-size: 14px !important;
    background: #777;
    color: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 2px;
    line-height: 2;
}

.slide-arrow svg polygon {
    fill: #fff;
}

.slide-arrow:hover svg polygon {
    fill: #ba9e71;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tagcloud a:hover {
    color: #fff;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
    
/* PORTFOLIO */

.portfolio-style .post, .masonry-style .post {
    width: 30.5%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-sizing: initial;
    display: block;
    background: #F3F3F3;
}

.portfolio-style .post img {
    width: 100%;
    height: auto;
}

.thumbnail {
    border: 0px;
}

.portfolio-main {
    float: left;
    padding-right: 20px;
    width: 80%;
    max-width: 750px;
}

.portfolio-main img {
    padding-bottom: 20px;
    width: 100%;
}

.portfolio-detail {
    width: 30%;
    float: left;
}

.portfolio-detail h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.detail-line {
    border-bottom: 1px solid rgb(179, 179, 179); 
    width: 40px; display: block;
}

.share ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.share ul li {
    display: inline-table;
}

.share .fa, .detail-navigation .fa {
    background: #777;
    padding: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.share ul li a .fa-facebook {
    background: #3B5998;
}

.share ul li a .fa-twitter {
    background: #2CAAE1;
}

.share ul li a .fa-google-plus {
    background: #DD4A38;
}

.share ul li a .fa-pinterest {
    background: #CA222E;
}

.share .fa:hover, .detail-navigation .fa:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.detail-navigation .fa:hover {
    opacity: 1;
    background: #ba9e71;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}    

.detail-navigation a {
    padding-right: 4px;
    margin-top: 30px;
}

.detail-navigation {
    margin-top: 20px;
    margin-bottom: 30px;
}
    
/* LOADING */

#infscr-loading {
    z-index: 9999;
    position: absolute;
    background: rgb(255,255,255);
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #363636;
    border-radius: 2px;
    bottom: 20px;
    width: 30px;
    height: 30px;
}

#infscr-loading img {
    display: block !important;
    margin-left: 5px;
    margin-top: 5px;
}

/* PRELOADER */

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-left: 33%;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}



#status {
    width:50px;
    height:50px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image: URL(img/sprites_small.GIF); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-25px 0 0 -25px; 
}

/* CONTACT FORM */

.wpcf7-submit, .sc-button, .btn {
    font-family: arial;
    background: #d05d2a;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;    
}    

.wpcf7-submit:hover, .sc-button:hover, .btn:hover {
    background: #ba9e71;
    color: #fff;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;   
}  

.wpcf7-textarea {
    background: #F3F3F3;
    border: 1px solid #F1F1F1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    resize: none;
    padding: 6px 12px;
    vertical-align: middle;
    color: #525252;
    border-radius: 2px;
    font-weight: 200;
    font-size: 14px;   
} 

.wpcf7-text {
    background: #F3F3F3;
    border: 1px solid #F1F1F1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50%;
    resize: none;
    padding: 6px 12px;
    vertical-align: middle;
    color: #525252;
    border-radius: 2px;
    font-weight: 200;
    font-size: 14px;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #444444;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.wpcf7-validation-errors {
    display: none;
}

.wpcf7-mail-sent-ok {
    background: #ba9e71;
    width: 100%;
    border: 0px !important;
    padding: 6px 12px !important;
    vertical-align: middle;
    color: #525252;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0px !important;
    color: #fff;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #ba9e71 !important;
}

.top-arrow {
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
}

/* SHORTCODES */

blockquote {
    font-family: 'Roboto Slab', serif;
    margin-top: 20px;
    border-left: 5px solid #ba9e71;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
    font-style: italic;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
}
 
blockquote cite:before {
    content: "\2014 \2009";
}

.jumbotron {
    font-family: 'Roboto Slab', serif;
    line-height: 1.5;
    border-radius: 2px !important;
    background-color: #F3F3F3;
}

.jumbotron p {
    text-align: right;
    margin-top: 20px;
}

.alert {
    border-radius: 2px;
}

.panel {
    border-radius: 2px;  
    border-color: #F1F1F1;
    box-shadow: none;
}

.panel-heading {
    background-color: #F3F3F3 !important;
    border-color: #F1F1F1 !important;
}

.progress {
    height: 40px;
    border-radius: 2px;  
    background-color: #f3f3f3;
}

.progress-bar {
    font-size: 16px;
    padding-top: 10px;
    background-color: #777;
}

.first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-right: 10px;
    font-family: Georgia;
}

.bx-wrapper {
    position: relative;
}

/* 404 */

.page-notfound {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.page-notfound h1 {
    padding-bottom: 20px;
}

/* RESPONZIVE */

@media screen and (min-width: 768px) {

.container {
    width: 100% !important;
}

}

@media screen and (max-width: 1250px) {

.masonry-style .post {
    width: 30%;
}

}

@media screen and (max-width: 1150px) {

.portfolio-style .post, .masonry-style .post {
    width: 44.5%;
}

}

@media screen and (max-width: 1100px) {

.portfolio-main, .portfolio-detail {
    width: 100%;
    padding-right: 0px;
}

}

@media screen and (max-width: 860px) {

.portfolio-style .post, .masonry-style .post {
    width: 88.5%;
}

@media screen and (max-width: 800px) {

.menu-container {
    left: -200px;
    width: 200px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
}

.single-post-container article {
    margin: 0 auto;
}

#post-container {
    padding-left: 10%;
    padding-right: 10%;
}

.portfolio-style .post, .masonry-style .post {
    width: 80.5%;
}

.slide-arrow {
    display: none;
}

.slide-menu {
   display: block;
   margin-left: 0px; 
   position: fixed;
}
.slide-sidebar {
    display: none;
}

#infscr-loading {
    margin-left: -10px;
}

#preloader {
    margin-left: 0px;
}

.aaa {
    margin-left: 200px;
}

.menu-container a h2, .menu-container h2, .blog-meta h2 {
    font-size: 18px;
}

.menu-container img {
    width: 70%;
}

}

@media screen and (max-width: 500px) {

#post-container {
    padding-left: 5%;
    padding-right: 5%;
}

.portfolio-style .post, .masonry-style .post {
    width: 90.5%;
    margin-left: 0px;
    margin-right: 0px;
}

.wpcf7-text {
    width: 100%;
}

.top-arrow {
    display: none !important;
}
	}
	}