@charset "utf-8";
/*--
  Add your style here
--*/ 
@media (max-width: 767px) { 
    .sec-image img {
        position: relative!important;
        overflow: hidden!important;
        padding: 20px 0px!important;
        margin: 0px!important;
        top: 0px!important;
        bottom: 0px!important;
        left: 0px!important;
        right: 0px!important;
    } 
    .alignleft,
    img.alignleft {
		float: left;
		margin-bottom: 15px;
		margin-right: 0px;
		width:100%;
    }
    .alignright,
    img.alignright {
		float: left;
		margin-bottom: 15px;
		margin-left: 0px;
		width:100%;
    } 
	.pb40 {
		padding-bottom: 0px!important;
	}		
	.comment .children {
		margin-left: 0px!important;
	} 
    .logged-in header.affix .navbar-default {
		top: 0px;
	} 	
	.offset-1{margin-left:0!important}
}
@media only screen and (max-width: 880px) {
	.page-template-default .border-left, .blog .border-left, .archive .border-left, .search .border-left, .category .border-left, .tag .border-left, .single-post .border-left, .home.page-template-default .border-left {
		width: 50px!important;
	}
	.sec-percent .img-fullwidth.img-fullwidth-bg-lighte {
		padding: 0 0px;
	}
	.sec-services .services-padding-primary {
		margin-bottom: 0px!important;
	}	
	.sec-services .services-padding-secondary {
	    margin-top: -20px;
	}	
	.facts .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 50%;
		float: left;
	}	
	.facts .dividerOT.dividerOT-inner {
       height: 50px;
    }
}
.logged-in .border-top, 
.logged-in .navbar-bg-switch
{
   top: 32px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-center {
    text-align: center;
}
.section-heading.float-left,
.float-left-text
{
   text-align: left;
	width: 100%;
}
.section-heading.float-right,
.float-right-text
{
    text-align: right;
    width: 100%;	
}
.section-heading.float-center {
    text-align: center;
    width: 100%;	
}
.display-none {
  display: none;
}
.text-left {
  text-align:left;
}
.full-width-section,
.wr-full-page, 
.wr-section-full-width .block-wrapper {
    width: 100%;
    float: left;
}
.vc_column_container .wpb_content_element {
    margin-bottom: 0px;
}
.block-wrapper .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px; 
}
div#map-canvas {
    height: 500px;
	float: left;
	width: 100%; 
}
.row-layout.row .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}
img.img-responsive {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 1024px) {
	.about-section-img:nth-of-type(1) {
		margin-left: -50px!important;
		margin-top: -50px!important;
		float: left;
	}
}
@media only screen and (min-width: 1024px) {
	.about-section-img:nth-of-type(2) {
		margin-right: 200px!important;
	}
}	
@media only screen and (min-width: 1024px) {
	.about-section-img:nth-of-type(3) {
		float: right;
		margin-top: -515px!important;
		margin-right: -50px!important;
	}
}
.testimonials-signature:before {
    margin-right: 5px;
}
.img-fullwidth.img-fullwidth-bg-lighte {
    text-align: center;
    padding: 0 150px;
}
.pb40 {
    padding-bottom: 40px;
}
@media (max-width: 1600px) {
	.works-section.section-gallery .works-section-gallery-box.img-half {
		width: 50%!important;
		height: auto;
		padding: 10px!important;
	}
	.works-section.section-gallery .works-section-gallery-box.img-full {
		width: 100%!important;
		height: auto;
		padding: 10px!important;
	}
	.img-fullwidth-all img{display:none!important;}

}
.img-fullwidth-all img{display:block;}
.works-section.section-gallery .works-section-gallery-box{width:25%; height:45%;  padding: 0 10px 10px 0; float:left;}

.sec-port .img-fullwidth-all,
.parallax-facts 
{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -ms-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.sec-port .works-section {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.sec-port .row.no-gutter {
    margin-left: -5px;
    margin-right: -5px;
}
.one-page {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    background: none;
}
.sec-divider {
    float: left;
    width: 100%;
}
.parallax {
    padding: inherit!important;
}
form input[type="text"],
form input[type="password"], 
form input[type="email"]
{
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #5f5f5f;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	box-shadow: none;	
	border-radius: 0px;
}
textarea#comment,
form textarea
{
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	box-shadow: none;
	border-radius: 0px;
}
input[type=button], input[type=reset], input[type=submit] {
    width: 225px;
    color: #fff;
    background: #111;
    border: none;
    padding: 18px 25px 16px 25px;    
	position: relative;
    display: inline-block;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="email"]:focus, 
form textarea:focus 
{
    border-bottom: 1px solid #5f5f5f;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #5f5f5f;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);	
}
.comment-respond .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-respond textarea#comment {
    width: 96%;
    margin-left: 15px;
}
.contact-modal .wpcf7, .contact-modal .contact-title {
    display:none;
}
.contact-modal.open .wpcf7, .contact-modal.open .contact-title {
    display:block;
}
.sec-newsletter form input[type="text"] {
	margin: 0px;
	width: 225px;
}
.sec-contact-social ul.social-icons a {
    margin: 0 2px;
	font-size: 51px;
}	
.sec-contact-social .social-icons-wrapper ul li {
    padding: 0 7px 0;
}
.sec-contact-social {
    width: 100%;
    float: left;
}
.sec-newsletter {
    float: left;
    width: 100%;
}
.sec-blog .news-content h3 a {
    color: #5f5f5f;
}
.share-icon-facebook:before {
    content: "\f231";
}
.share-icon-pinterest:before {
    content: "\f2b1";
}
.share-icon-twitter:before {
        content: "\f243";
}
.share-icon-linkedin:before {
    content: "\f239";
}
.share-icon-googleplus:before {
    content: "\f235";
}
.share-icon:before {
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.logo .wr-text-logo {
    font-size: 30px;
    font-weight: 600;
    margin-top: 7px;
    float: left;
    color: #111;
}
.content-area {
	text-align: left;
}
.content-area p {	
	margin-bottom: 10px;
	font-size:14px;
}
.scroll-indicator, 
.home.blog .scroll-indicator 
{
	display: none;
}
.home .scroll-indicator  {
	display: block;
}
.page-template-default .border-left,
.blog .border-left, 
.archive .border-left, 
.search .border-left, 
.category .border-left, 
.tag .border-left, 
.single-post .border-left 
{
    width: 100px;
}
.home.page-template-default .border-left {
    width: 110px;
}
section.content-area h2.section-heading {
    letter-spacing: -0.04em;
}
.blog-title a:hover {
	text-decoration: none;
}
.blog-title a{
	text-decoration: none!important;
}
.widget-block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.widget-block ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.widget-block ul li {
    line-height: 25px;
	padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    cursor: pointer;
}
.widget-block ul li:hover {
    background: #f5f5f5;
}
.widget-block ul li a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #5f5f5f;
	font-size:14px;
	
}
.widget-block ul li a:hover {
    text-decoration: none;
}
.widget-block .tagcloud {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.widget-block .tagcloud  a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;	
    padding: 0 15px;
    background-color: #ffffff;
    color: #5f5f5f;
    border: 1px solid #dfdfdf;
	font-size: 14px!important;
	float: left;
	line-height: 35px;
    margin: 0px 3px 3px 0px;
}
.widget-block .tagcloud a:hover {
    text-decoration: none;
    background-color: #5f5f5f;
    color: #ffffff;
}
.widget_search input#searchsubmit {
	display: none;
}
.widget_search form input[type="text"] {
    border: 1px dotted #5f5f5f;
    margin: 0px;
}
h2.card-title a, 
h2.card-title 
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
	text-decoration: none;
}
h2.card-title a:hover {
	color: #5f5f5f;
}	
.card-img, .post-media {
    margin-bottom: 25px;
}
.post-info {
    font-family: 'Raleway', sans-serif;
    margin: 7px 0 15px 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
}
.single-post .post-info {
    margin: 10px 0 15px 0;
}
.post-info a {
    color: #5f5f5f;
}
.post-info span {
    margin-right: 7px;
}
.blog-post {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.blog-post .c-btn {
    margin: 15px 0 0 0;
}
.blog-content .pagination>li>a, 
.blog-content .pagination>li>span {
    position: relative;
    display: inline-block;
    border: 1px solid #111;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    padding: 11px 15px 9px;
	margin-left: 3px ;
}	
.blog-content .pagination>li>a.page-link.active, 
.blog-content .pagination>li>a:focus, 
.blog-content .pagination>li>a:hover, 
.blog-content .pagination>li>span:focus, 
.blog-content .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.comments-section {
    float: left;
    width: 100%;
}
.comment-respond {
    width: 100%;
    margin: 50px auto 65px auto;
    padding: 0;
    text-align: center;
    line-height: 1;
	float: left;
}
.comment-respond .comment-title,
.comment-title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    color: #111;
}
p.comment-notes {
    font-size: 10px;
	color: #5f5f5f;
    text-transform: uppercase;
    margin: 10px 0 36px 0;
}
.comments ul {
    padding-left: 0;
    list-style: none;
}
.comment .children {
	margin-left: 15px;
} 
.comment:last-child {
    padding-bottom: 0px;
}
.comment .children .children .children .comment-reply {
	display: none;
} 
.content-area .photo, 
.blog-content .photo
{
    position: inherit;
    float: inherit;
    width: inherit;
    height: inherit;
    overflow: inherit;
    display: block;
    background-repeat: inherit;
    background-position: inherit;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -ms-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
    transition: inherit;
}
.content-area .comments article img, 
.blog-content .comments article img 
{
    width: 80px;
    height: 80px;
    border-width: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.news-blog .blog-content .profile-photo img {
    margin: 0px auto;
}
.news-blog .blog-content .profile-photo {
    margin: 53px 0 53px 0;
}

a.comment-reply-link {
    color: #fff;
    background: #111;
    border: none;
    width: 125px;
    margin: 20px 0 65px 0;
    padding: 10px 25px;	
    position: relative;
    display: inline-block;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
a.comment-reply-link:hover {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #5f5f5f;
	color: #fff;
	text-decoration: none;
}
	
.single-post .card-img, 
.single-post .post-media {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.main-navigation .navbar-nav li .sub-menu{
		background-color:#5f5f5f;
		min-width:240px;
		border-top: 10px solid #fff;
		display:none;
		padding: 20px 25px;
		width:100%;
		position:absolute;
	}
	.main-navigation .navbar-nav li .sub-menu li .sub-menu{
		left:100%;
		top:0px;
		border-top:none;
	}
	.main-navigation .navbar-nav   li:hover > .sub-menu{
		display:block;
	}
	.main-navigation .navbar-nav li .sub-menu li {
		padding:5px 0px;
		position:relative;
		margin:0px;
		text-align:left;
	}
	.main-navigation .navbar-nav li .sub-menu li a, .main-navigation .navbar-nav li .sub-menu li a:hover{
		color:#fff;
		text-align:left;
		display:block;
		padding:0px;
	}
	.sub-menu li a.link-underline-menu:before{
		background:#fff;
	}
}
@media screen and (max-width: 768px) {
	.main-navigation .navbar-nav li .sub-menu li {
		display:block;
		position:relative;
	}
	.pagination>li:first-child>a, .pagination>li:first-child>span {
		display: none;
	}	
	.pagination>li:last-child>a, .pagination>li:last-child>span {
		display: none;
	}		
}
a#cancel-comment-reply-link {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.sec-testimonials .img-fullwidth.img-fullwidth-bg-light {
    background: none;
    margin-top: 0px; 
	padding: 0 130px;
}
@media only screen and (max-width: 640px) {
	.sec-testimonials .img-fullwidth.img-fullwidth-bg-light {
		padding: 0 10px;
	}
	.sec-services h6.services.services-top-heading {
		margin: 72px auto 36px auto;
	}	
	.sec-services .services-columns .mb40 {
		margin-bottom: 0px!important;
	}	
	.sec-services .services-top-txt {
		padding-bottom: 0px;
	}	
	.sec-services h6.services.services-bottom-heading {
		margin: 72px auto 36px auto;
	}	
	.sec-services .services-bottom-txt {
		padding-bottom: 0px;
	}
	.sec-services .services-bottom-txt {
		padding-bottom: 0px;
	}		
}
@media only screen and (max-width: 880px) {
	.sec-testimonials .img-fullwidth.img-fullwidth-bg-light {
		padding: 0 15px;
	}
	.sec-services h6.services.services-top-heading {
		margin: 72px auto 36px auto;
	}	
	.sec-services .services-columns .mb40 {
		margin-bottom: 0px!important;
	}	
	.sec-services .services-top-txt {
		padding-bottom: 0px;
	}		
}
h6.services.services-top-heading {
    margin: 0px auto 66px auto;
}
.sec-services .mb40 {
    margin-bottom: 60px!important;
}
.light-white h2.section-subheading span:before {
    border-top: 2px solid #ffffff;
}
.error-page.dividerOT.dividerOT-inner {
    height: 100px;
}


.no-pad .works-section.section-gallery .works-section-gallery-box.img-half, 
.no-pad .works-section.section-gallery .works-section-gallery-box.img-full
{
    padding: 0px!important;
}	
.sec-port.no-pad .row.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}	
.works-box-title {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #111;
    padding: 0 150px;
}
.works-box-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}	
.works-section-gallery-boxe {
    width: 50%;
    padding: 0 10px 10px 0;
    float: left;
}
.works-port .works-section.section-gallery .works-section-gallery-box {
    width: 50%!important;
    padding: 0px;	
	background: #111;
}
.works-port .works-section.section-gallery .works-section-gallery-box.img-half {
    padding: 0px!important;	
}
.cat-divider:before {
    content: ' / ';
    left: -7px;
    top: 0px;
}
.cat-divider:nth-child(1):before {
    content: '';
}
.menupop.with-avatar .photo {
	height: auto!important;
	min-height: auto!important;
}
.news-blog .blog-content .post-content p {
    text-align: left;
}	
.content-area .news-blog .blog-content.wr-default-page {
    padding: 100px 0 50px 0;
}
.content-area .news-blog .blog-content p {
    text-align: left;
}
@media only screen and (max-width: 640px) {
	.content-area .photo, 
    .blog-content .photo {
		min-height: auto;
	}
	.content-area .blog-comments, 
	.blog-content .blog-comments 
	{
		padding: 0px 15px;
	}	
}
@media only screen and (max-width: 880px) {
	.content-area .photo, 
    .blog-content .photo {
		height: auto;
		min-height: auto;
	}
	.content-area .blog-comments, 
	.blog-content .blog-comments 
	{
		padding: 0px 15px;
	}
}

/* 15. works */
/* 15.1. works gallery */
.works-section {
margin-left: 70px;
margin-right: 70px;
}

@media only screen and (max-width: 640px) {
  .works-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.works-section.section-100vh {
    height: 100%;
}
@media (max-width: 768px) {
  .works-section.section-100vh {
    height: 100%;
  }
}
.works-section:last-child {
    margin-bottom: 0;
}
.works-section-gallery-box {
    padding: 0px;
    background: #111;
    position: relative;
    float: left;
    height: 50vh!important;
}
.works-section.section-gallery .box-img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	overflow: hidden;
}
.works-section.section-gallery .works-section-gallery-box.img-1 {
	width: 20%;
	height: 40%;
	padding: 0 10px 10px 0;
}
.works-section.section-gallery .works-section-gallery-box.img-2 {
	left: 20%;
	width: 20%;
	height: 40%;
	padding: 0 10px 10px 10px;
}
.works-section.section-gallery .works-section-gallery-box.img-3 {
	top: 40%;
	width: 40%;
	height: 60%;
	padding: 10px 10px 0 0;
}
.works-section.section-gallery .works-section-gallery-box.img-4 {
	left: 40%;
	width: 40%;
	height: 60%;
	padding: 0 10px 10px 10px;
}
.works-section.section-gallery .works-section-gallery-box.img-5 {
	top: 60%;
	left: 40%;
	width: 20%;
	height: 40%;
	padding: 10px 10px 0 10px;
}
.works-section.section-gallery .works-section-gallery-box.img-6 {
	top: 60%;
	left: 60%;
	width: 20%;
	height: 40%;
	padding: 10px 10px 0 10px;
}
.works-section.section-gallery .works-section-gallery-box.img-7 {
	left: 80%;
	width: 20%;
	height: 50%;
	padding: 0 0 10px 10px;
}
.works-section.section-gallery .works-section-gallery-box.img-8 {
	top: 50%;
	left: 80%;
	width: 20%;
	height: 50%;
	padding: 10px 0 0 10px;
}
@media (max-width: 1600px) {
  .works-section.section-gallery {
    height: auto;
    padding: 0!important;
  }
  
  .works-section.section-gallery .works-section-gallery-box {
    position: relative;
    float: left;
    height: 50vh!important;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-1 {
    width: 50%;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-2 {
    left: auto;
    width: 50%;
    padding-right: 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-3 {
    top: auto;
    width: 100%;
    padding: 10px 0 10px 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-4 {
    left: auto;
    width: 50%;
    padding: 10px 10px 10px 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-5 {
    top: auto;
    left: auto;
    width: 50%;
    padding: 10px 0 10px 10px;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-6 {
    top: auto;
    left: auto;
    width: 100%;
    padding: 10px 0 10px 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-7 {
    left: auto;
    width: 50%;
    padding: 10px 10px 0 0;
  }
	
  .works-section.section-gallery .works-section-gallery-box.img-8 {
    top: auto;
    left: auto;
    width: 50%;
    padding: 10px 0 0 10px;
  }
}

@media (max-width: 768px) {
  .works-section.section-gallery {
    padding: 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box {
    height: 32vh!important;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-1 {
    padding-right: 10px;
    padding-bottom: 10px
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-2 {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-4 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-5 {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
	
  .works-section.section-gallery .works-section-gallery-box.img-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-7 {
    padding-top: 10px;
    padding-right: 10px;
  }
	
  .works-section.section-gallery .works-section-gallery-box.img-8 {
    padding-top: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 600px) {
  .works-section.section-gallery .no-mrg-pdg .works-section-gallery-box {
    width: 100%!important;
    height: 40vh!important;
  }
	
  .works-section.section-gallery .works-section-gallery-box.img-1,
  .works-section.section-gallery .works-section-gallery-box.img-2,
  .works-section.section-gallery .works-section-gallery-box.img-3,
  .works-section.section-gallery .works-section-gallery-box.img-4,
  .works-section.section-gallery .works-section-gallery-box.img-5,
  .works-section.section-gallery .works-section-gallery-box.img-6,
  .works-section.section-gallery .works-section-gallery-box.img-7,
  .works-section.section-gallery .works-section-gallery-box.img-8 {
    padding: 10px 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-1 {
    padding-top: 0;
  }
  
  .works-section.section-gallery .works-section-gallery-box.img-8 {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .works-section.section-100vh {
    height: auto;
    padding: 120px 0;
  }
  
  .works-section.section-gallery {
    padding: 0;
  }
}

@media screen and (min-width: 1600px) and (max-height: 900px) {
  .works-section.section-gallery {
    height: auto;
    padding: 0!important;
  }

  .works-section.section-gallery .works-section-gallery-box {
    position: relative;
    float: left;
    height: 60vh!important;
  }

  .works-section.section-gallery .works-section-gallery-box.img-1 {
    width: 50%;
  }

  .works-section.section-gallery .works-section-gallery-box.img-2 {
    left: auto;
    width: 50%;
    padding-right: 0;
  }

  .works-section.section-gallery .works-section-gallery-box.img-3 {
    top: auto;
    width: 100%;
    padding: 15px 0 15px 0;
  }

  .works-section.section-gallery .works-section-gallery-box.img-4 {
    left: auto;
    width: 50%;
    padding: 15px 15px 15px 0;
  }

  .works-section.section-gallery .works-section-gallery-box.img-5 {
    top: auto;
    left: auto;
    width: 50%;
    padding: 15px 0 15px 15px;
  }

  .works-section.section-gallery .works-section-gallery-box.img-6 {
    top: auto;
    left: auto;
    width: 100%;
    padding: 15px 0 15px 0;
  }

  .works-section.section-gallery .works-section-gallery-box.img-7 {
    left: auto;
    width: 50%;
    padding: 15px 15px 0 0;
  }

  .works-section.section-gallery .works-section-gallery-box.img-8 {
    top: auto;
    left: auto;
    width: 50%;
    padding: 15px 0 0 15px;
  }
}

@media screen and (min-width: 1025px) and (max-height: 900px) {
  .works-section.section-100vh {
    height: auto;
    padding: 120px 0;
  }
}

.force-height {
height: 100%;
}

.force-height .row,
.force-height .works-section-col {
height: 100%;
}

.row.no-gutter {
margin-left: 0;
margin-right: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
padding-left: 0;
padding-right: 0;
}

@media (max-width: 1024px) {
  [class*="col-md"] {
    float: left;
    width: 100%;
    left: auto;
    right: auto;
  }
}

.no-mrg-pdg {
margin: 0;
padding: 0;
}

.works-item {
position: relative;
height: 100%;
min-height: 700px;
overflow: hidden;
margin-left: 50px;
margin-right: 50px;
background: none;
}

@media only screen and (max-width: 880px) {
  .works-item {
    height: auto;
    min-height: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .works-item {
    height: auto;
    min-height: inherit;
	margin-left: 0;
    margin-right: 0;
  }
}
/* 15.2. works hover effect */
.icon-works {
position: absolute; 
width: 100%;
top: 50%;
text-align: center;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
z-index: 1;
}

.icon-works a {
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
width: 44px;
height: 44px;
line-height: 44px;
margin: 0 2px;
font-size: 20px;
background: #fff;
border: 1px solid #fff;
color: #111;	
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.icon-works a.iw-slide-left {
-webkit-transform: translate3d(-60px,0,0);
   -moz-transform: translate3d(-60px,0,0);
    -ms-transform: translate3d(-60px,0,0);
     -o-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0);
}

.icon-works a.iw-slide-right {
-webkit-transform: translate3d(60px,0,0);
   -moz-transform: translate3d(60px,0,0);
    -ms-transform: translate3d(60px,0,0);
     -o-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0);
}

.image-works:hover .icon-works a {
-webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
     -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}

.icon-works a:hover {
background: #111;
border: 1px solid #111;
color: #fff;
}

.icon-works a:hover:after {
background: #111;	
}

.image-works:hover .icon-works {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
position: relative;
z-index: 1;
}

.icon-works a i {
position: relative;
z-index: 1;
}

.image-works {
position: relative;
z-index: 5;
}

.image-works>.hover-effect {
position: absolute;
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: opacity 0.35s ease-out;
   -moz-transition: opacity 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out;
	 -o-transition: opacity 0.35s ease-out;
        transition: opacity 0.35s ease-out;
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
height: -webkit-calc(100% - 20px);
height: -moz-calc(100% - 20px);
height: calc(100% - 20px);
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
z-index: 1;
}

.image-works:hover .hover-effect {
        opacity: 0.75;
   -moz-opacity: 0.75;
-webkit-opacity: 0.75;
filter: alpha(opacity=75);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.pswp__img--placeholder--blank {
background: #fff;
}


/*
*** Theme Check Unit Test
*/

.sticky .c-btn, 
.sticky .blog-post a.c-btn
{
    color: #fff;
	background: #111;
}
img.wp-image-907 {
    height: auto;
	width: 100%;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table {
    margin: 0px 0 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th, table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #ddd!important;
    text-align: left;
    line-height: 18px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
float:left; width:100%;}
iframe{width:100%;}
embed{width:100%;}
.page-content ul, .custom-blog-page .post-text .post ul, .comment-text ul, .post-content ul{
display: block;
list-style-type: disc;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.wr-default-page ol, .custom-blog-page .post-text .post ol, .comment-text ol, .post-content ol {
display: block;
list-style-type: decimal;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.wrapper-content ul.sl-tabs , 
.wrapper-content .sec-services ul, 
.wrapper-content .sec-social-icon ul, 
.wrapper-content .testimonials-slider ul.star-rating, 
.wrapper-content ul.dec-list, 
.post ul.post-meta,
.wrapper-content ul.post-tags
{
display: block;
list-style-type: none;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.wp-image-967{width:100%; height:895px;}
label.screen-reader-text { display: none;}
.widget select {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
}
.widget img{width:100%;}
.widget img.wp-smiley{width:auto;}
.widget_rss img{width:auto;}
.widget table{width:100%; text-align:center;}
.widget .size-large {
    height: auto;
}
.widget ul li a.rsswidget {
    width: 100%;
    font-weight: 600;
    margin-bottom: 1px;
    float: left;
}
span.rss-date {
    float: left;
    width: 100%;
    margin: 0px 0px 5px;
    font-style: italic;
}
.widget ul ul.children{padding:0px; padding-left:0px;}
.widget ul ul.children li{padding-bottom:0px; }
.widget_calendar caption {
    padding: 10px 15px;
}
.post-password-form label{ color: transparent;}
.page-links a span{
    border-color: rgba(38, 35, 40, 0.7);
    color: #ffffff;
    background-color: rgba(38, 35, 40, 0.7);

}
.page-links span {
    color: #ffffff;
    background-color: rgba(144, 144, 144, 0.7);	
	border-color: rgba(38, 35, 40, 0.7);
    padding: 5px 10px;
    margin-right: 5px;	
}
.page-links span:hover {
    color: #ffffff;
    background-color: rgba(144, 144, 144, 0.7);
}
.clear{clear:both;}
.pingback .comment-img, 
.pingback .comment-reply 
{
	display: none;
}
.pingback .col-md-9 {
    -webkit-box-flex: inherit;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-links {
    width: 100%;
    float: left;
    margin-top: 15px;
}
form.post-password-form input[type="password"] {
    border: 1px solid #5f5f5f;
}
form.post-password-form input[type=submit] {
    padding: 9px 15px 6px;
    margin: 20px 0 0 0;
}
.page-content h1,
.post-content h1,
.comment-text h1
{
	 font-size: 3.8em;
     line-height: 1.1em;
     margin-bottom: 20px;
	 margin-top: 20px;
}
.page-content h2,
.post-content h2,
.comment-text h2
{
     margin-bottom: 20px;
	 margin-top: 20px;
     font-size: 3.2em;
     letter-spacing: -1px;
}
.page-content h3,
.post-content h3,
.comment-text h3
{
     font-size:2.5em;
     margin-bottom: 20px;
	 margin-top: 20px;
     line-height: 1.2;
     letter-spacing: -1px;
}
.page-content h4,
.post-content h4,
.comment-text h4
{
     font-size:2.1em;
     margin-bottom: 20px;
     letter-spacing: -0.6px;
}
.page-content h5,
.post-content h5,
.comment-text h5
{
     font-size:1.8em;
     margin-bottom: 20px;
	 margin-top: 20px;
}
.page-content h6,
.post-content h6,
.comment-text h6
{
     font-size:1.4em;
	 margin-top: 20px;
     margin-bottom: 20px;
}
.widget ul ul.children, 
.widget ul.sub-menu 
{
    display: none;
}
.grid-sizer {
	width:50%;
}
.page-content, 
.single-post .blog-post .post-content, 
.news-blog .blog-content .post-content .blog-title h4,
.news-blog .blog-content .page-content .blog-title h4,
.news-blog .blog-content .post-content h2,
.news-blog .blog-content .page-content h2,
.comment-text ul,
.comment-text li
{
    text-align: left;
}
.news-blog .blog-content img.img-responsive {
    width: auto;
}
.content-area .news-blog .blog-content .comment-text p {
    text-align: center;
}
.bottom-credits p {
    font-size: 12px;
}
nav.main-navigation-bg .main-navigation .navbar-nav li a,
nav.main-navigation-bg .main-navigation .navbar-nav li a:hover,
nav .main-navigation .navbar-nav li .sub-menu li a, 
nav .main-navigation .navbar-nav li .sub-menu li a:hover, 
nav .main-navigation .navbar-nav li a:hover,
nav.main-navigation-bg .main-navigation.main-navigation-home-call .navbar-nav ul.sub-menu li a, 
nav.main-navigation-bg .main-navigation.main-navigation-home-call .navbar-nav ul.sub-menu li a:hover
{
    color: #fff;
}	
.nav li a:focus, .nav li a:hover {
    color: #fff;
}	
nav.main-navigation-bg .main-navigation.main-navigation-home-call .navbar-nav li a, 
nav.main-navigation-bg .main-navigation.main-navigation-home-call .navbar-nav li a:hover
{
    color: #5f5f5f;
}
.news-blog .blog-content .post-content img, 
.news-blog .blog-content .textwidget img 
{
    margin: inherit;
}
.news-blog .blog-content .post-content img.alignleft {
    margin-bottom: 20px;
    margin-right: 20px;
}
.news-blog .blog-content .post-content img.alignright {
    margin-bottom: 20px;
    margin-left: 20px;
}
h1.home-page-titlee {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 90px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    line-height: 1;
    margin: 0 auto;
    padding: 0 55px;
    z-index: 1;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span 
{
    border-radius: 0px!important;
}
.news-blog .blog-content img.rss-widget-icon {
    margin: 0px;
}
a.rsswidget {
    color: #fff;
    text-decoration: none;
}
.logo .wr-text-logo {
    font-size: 30px;
    font-weight: 600;
    margin-top: 7px;
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    text-transform: uppercase;	
}
.main-navigation.main-navigation-home-call {
	color: #5f5f5f;
}
.main-navigation, 
.bottom-credits p
{
    color: #fff;
}
.widget.widget-block.blog-sidebar,
.news-blog .blog-content .widget.widget-block.blog-sidebar p,
.news-blog .blog-content .comment-text,
.news-blog .blog-content .comment-text p,
.news-blog .blog-content .comment-text h2
{
	text-align: left;
}
.news-blog .blog-content .comment-text p, 
.content-area .news-blog .blog-content p,
.news-blog .blog-content .post-content p
{
	margin-bottom: 10px; 
	line-height: 23px;
}
.news-blog blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 1.1875rem;
    font-style: italic;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em;
	    line-height: 1.4736842105;
}
.news-blog blockquote p {
	line-height: 26px!important;
}	
.news-blog .blog-content p, 
.comment-text
{
    color: #111;
}
.blog-comments .comment-time {
    font-size: 12px;
}
.news-blog .blog-content .blog-comments .profile-photo {
    margin: 15px 0;
}
.blog-comments a.comment-reply-link {
    margin: 20px 0 40px 0;
}	
.blog-comments .comments article {
    margin: 0 auto 35px auto;
	text-align: left;
}
.blog-comments .comment-text h4, 
.blog-comments .comment-text h3,
.blog-comments .comment-text h5
{
    margin-bottom: 0px;
}
.blog-comments .comment-text h5,
.blog-comments .comment-text h6
{
    margin-top: 0px;
}
.news-blog .blog-heading {
    font-size: 12px;
	font-weight: 700;
}	
.news-blog .blog-comments {
    margin-top: 0px;
}	
.section .news-blog .blog-content {
    padding: 100px 0 50px 0;
}	
.section .news-blog .blog-content img {
    margin: 16px 0 18px 0;
}
.news-blog .blog-post .c-btn {
    margin: 0px 0 0 0;
}
.blog-post,
.section .news-blog .blog-title h4,
.section .news-blog .blog-heading,
.section .news-blog .blog-content p,
.news-blog .blog-post .c-btn,
.news-blog .blog-comments .comment-title,
.comments-section .comment-respond,
.comments-section .comment-respond .comment-title, .comment-title,
.news-blog .blog-comments
{
    text-align: left;
}
hr.custom_post_hr {
    margin-top: 12px;
    margin-bottom: 12px;
}
.section .news-blog .blog-title h4 {
	margin-bottom: 0px;
}
.news-blog .comments {
    max-width: 715px;
    margin: 0 auto;
}
.news-blog .blog-comments .comment-title {
    margin: 5px 0 40px 0;
}
.comments-section .comment-respond {
    margin: 0px auto 40px auto;
}	
.comments-section.page-comments .comment-respond {
    margin: 50px auto 0px auto;
}
p.logged-in-as {
    margin-top: 10px;
}
.news-blog .blog-content p.comment-notes {
    font-size: 13px;
    margin-bottom: 15px;
}
.news-blog ul.wr-comments-list.list-unstyled {
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.news-blog ul.wr-comments-list.list-unstyled li {
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
em.comment-awaiting-moderation {
    display: none;
}
.comments-section .comment-respond form input[type="text"] {
    width: 95%;
}	
.comment-respond textarea#comment {
    width: 97%;
    margin-left: 0px;
}
p, .testimonials-quote,
.about-skills,
.services-txt,
.contact-info-text,
.contact-info-text a,
.blog-sidebar-wrapper .widget-block,
.blog-sidebar-wrapper .widget-block ul li a,
.blog-sidebar-wrapper .widget-block .tagcloud a,
.blog-post a.c-btn,
.bottom-credits.bottom-credits-home-call p,
.widget_search form input[type="text"]::placeholder,
.widget caption,
table
{
    color: #111;
}
span.ion-quote, 
.sec-percent .skill-bar-percent
{
    color: #5f5f5f;
}
nav.main-navigation-bg .navbar-collapse-position-primary .navbar-nav > .active > a {
    color: #111!important;
}	
span.facts-counter-title, 
.blog-post a.c-btn:hover,
.blog-sidebar-wrapper .widget-block .tagcloud a:hover
{
    color: #fff;
}
.sec-port.no-pad .works-section.section-gallery .works-section-gallery-box {
    width: 50%;
}
.widget ul li, 
.widget .textwidget,
.widget select  
{
    padding-left: 15px;
    padding-right: 15px;
}
.section .news-blog .blog-content .widget img {
    margin: 0px;
}
.news-blog .blog-content .widget p {
    margin-bottom: 10px;
}
.textwidget p strong {
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.contact-info-description .contact-info-description-img {
    display: block;
    width: 100%;
	float: left;
}	
.navbar-collapse.collapse.in .navbar-nav > .active > a {
    color: #111!important;
}	
nav .main-navigation .navbar-collapse.collapse.in .navbar-nav li a:hover, 
.page-content, .single-post .blog-post .post-content, #top p,
textarea#comment, form textarea,
form input[type="text"]::placeholder,
textarea#comment::placeholder,
.comments-section .comment-respond form input[type="text"]
{
	color: #111;
}
@media only screen and (max-width: 640px) {
	#top .upper-page .hero-center-container .hero-center-block  h1.home-page-titlee, 
	#top .upper-page .hero-center-container .hero-center-block  h1.home-page-title 
	{
		font-size: 35px;
	}
}
@media only screen and (max-width: 880px) {
	.upper-page .hero-center-container .hero-center-block  h1.home-page-title, 
	.upper-page .hero-center-container .hero-center-block  h1.home-page-titlee 
	{
		font-size: 45px;
	}
}	
@media only screen and (max-width: 980px) {
	.hero-center-container .hero-center-block h1.home-page-title, 
	.hero-center-container .hero-center-block h1.home-page-titlee 
	{
		font-size: 60px;
	}
}
@media only screen and (max-width: 1160px) {
    .hero-center-block h1.home-page-title, 
    .hero-center-block h1.home-page-titlee 
	{
		font-size: 65px;
	}
}	
@media only screen and (max-width: 880px) {
	.logged-in .square {
		top: 150px;
	}
    .logged-in .logo .wr-text-logo {
        margin-top: 15px;
    }		
	.logged-in nav.navbar.navbar-fixed-top.navbar-bg-switch.main-navigation-bg {
		top: 0px;
	}
	.logged-in nav.navbar.navbar-fixed-top.navbar-bg-switch.main-navigation-bg .logo .wr-text-logo {
        margin-top: 7px;
    }	
	.logged-in .navbar-header {
		margin-top: 10px;
    }
 	.logged-in nav.navbar.navbar-fixed-top.navbar-bg-switch.main-navigation-bg .navbar-header {
		margin-top: 0px;
    }
	.logged-in nav.navbar.navbar-fixed-top.navbar-bg-switch.main-navigation-bg.main-navigation-bg-position-primary {
		top: 0px;
	}
}


/****** Guten *******/
.wp-block-button .wp-block-button__link {
    width: 225px;
    color: #fff;
    background: #111;
    border: none;
    position: relative;
    display: inline-block;
    letter-spacing: 0.25em;
    font-weight: 700;
    text-decoration: none;
    font-size: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 25px 9px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button .wp-block-button__link:hover {
   color: #fff;
   background: #5f5f5f;
}


.has-color-black-background-color {
	background-color: #111;
}
.has-color-black-color {
	color: #111;
}
.has-color-grey-color{
	color:#fafafa;
}
.has-color-grey-background-color{
	background-color:#fafafa;
}
.has-small-font-size{
	font-size:10px;
}
.has-large-font-size{
	font-size: 36px;
    line-height: 35px;
}
.has-huge-font-size{
	line-height: 35px;
}	
.hero-fullscreen .html5-bg {
    display: block;
}
.offset-1{margin-left:8.333333%}
.logo-light:not(.logo-light-go){
	display:none;
}
@media only screen and (max-width: 768px){
	body .logo .logo-dark {
	margin-top: 0px;
	}
	.navbar-fixed-top.main-navigation-bg .logo-light{
		display:none;
	}
	.navbar-fixed-top.main-navigation-bg .logo-dark{
		display:block;
		visibility:visible;;
	}
	body .border-top.top-position-primary{
		display:none;
	}
	
}

/*
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea
{
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #5f5f5f;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    box-shadow: none;
    border-radius: 0px;
}
div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form .is-focused .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
    border-bottom: 1px solid #5f5f5f;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    box-shadow: none;
}
*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    width: auto;
    color: #fff;
    background: #111;
    border: none;
    padding: 18px 25px 16px 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
     background: #5f5f5f;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);	
    border: none;
    cursor: pointer;
}
section.wpb-content-wrapper {
	padding:0px;
	background:transparent;
}
.container-fluid.wr-section-full-width > .row-layout > .vc_column_container{
	padding-left: 25px;
	padding-right: 25px;
}
