@media only screen and (max-width: 995px){
.vimeo-bg,
.YT-bg {
	display: block!important;
}
}
.clear{
	clear:both;
}
.row.no-gutter .vc_col-sm-12 > .vc_column-inner{
	padding-left:0px;
	padding-right:0px;
}
.port-cats:before,
.do-pos-cat-alt a:before{
	content:"/";
	margin: 0px 5px;
}
.port-cats:nth-child(1):before,
.do-pos-cat-alt a:nth-child(1):before{
	display:none;
}
.widget ul{
	padding-left:0px;
	padding-right:0px;
}

.section-header a:hover{
	font-weight: 700;
	color:#ff264a;
}
p.form-submit{
	display:none;
}


#commentform textarea,
.wpb_wrapper textarea {
margin: 15px 0 10px 0;
-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;
}

#commentform input:hover,
#commentform textarea:hover,
.wpb_wrapper input:hover,
.wpb_wrapper textarea:hover{
border-color: #ff264a;
-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;
}

#commentform input:focus,
#commentform textarea:focus,
.wpb_wrapper input:focus,
.wpb_wrapper textarea:focus {
-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;
}
.wpb_wrapper .button-the.button-the-submit{
	left:0px;
}
#reply-title,
.comment-notes,
.admin-bar-as{
	margin-left:20px;
}

p.comment-form-cookies-consent{
	float: left;
    width: 100%;
    margin-left: 20px;
    margin-top: 30px;
}
.comments{
	padding-left:0px;
	padding-right:0px;
}
.carousel-item-img-wrapper{
	max-width:100%;
}
.inner-divider-medium{
	height: 50px;
}
.do-box-img-alt{
	padding:0px 15px;
	width:100%;
}
.container-fluid{
	padding-left:35px;
	padding-right:35px;
}
@media only screen and (max-width: 1200px) {
	.inner-divider-medium{
	height: 30px;
	}
	.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
	}
	.do-box-img-alt{
	padding:0px 0px;
	}
}

@media only screen and (max-width: 995px) {
	.inner-divider-medium{
	height: 30px;
	}
	.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
	}
	.do-box-img-alt{
	padding:0px 0px;
	}
}

@media only screen and (max-width: 768px) {
	.inner-divider-medium{
	height: 30px;
	}
	.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
	}
	.do-box-img-alt{
	padding:0px 5px;
	}
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output{
	border: none;
    margin-top: 60px;
    margin-left: -14px;
	color:#ff264a;
}
.wpcf7-not-valid-tip{
	color:#ff264a;
	font-weight: 700;
}

.logo .logo-img::before, 
.logo-color .logo-img::before{
	background-size:100% auto;
}

.menu-item .arrow {
    visibility: hidden;
	cursor:pointer;
}
.menu-item-has-children > .arrow {
    visibility: visible!important;
}
ul.menu ul{
	padding-left:0px;
}

/* 14. logo */
.logo {
position: absolute;
display: inline-block;
top: 50px;
left: 50px;
line-height: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
cursor: pointer;
/* z-index: 250; */
z-index: 150;
}

@media only screen and (max-width: 1200px) {
  .logo {
	top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
	top: 30px;
    left: 30px;
  }
}

.logo-img::before {
content: "";
display: block;
width: 57px;
height: 34px;
line-height: 34px;
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}

.logo .logo-img::before {
background: url(../images/logo-light.png) no-repeat;
}

.logo-color .logo-img::before {
background: url(../images/logo-dark.png) no-repeat;
}

@media only screen and (max-width: 995px) {
  .logo-color.logo-color-mobile .logo-img::before {
    background: url(../images/logo-light.png) no-repeat;
  }
}

/* 4.3. navigation icon */
.navigation-icon-wrapper {
position: fixed;
width: 35px;
height: 25px;
top: 42px;
right: 50px;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
cursor: pointer;
z-index: 99995;
}

@media only screen and (max-width: 1200px) {
  .navigation-icon-wrapper {
    top: 32px;
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon-wrapper {
    top: 22px;
    right: 30px;
  }
}

.navigation-icon .line {
display: block;
width: 35px;
height: 3px;
margin: 8px auto;
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
background-color: #fff;
}

#navigation-icon.active .line:nth-child(1){
-webkit-transform: translateY(11px);
   -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
     -o-transform: translateY(11px);
        transform: translateY(11px);
background-color: #fff;
}

#navigation-icon.active .line:nth-child(3){
-webkit-transform: translateY(-11px);
   -moz-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
     -o-transform: translateY(-11px);
        transform: translateY(-11px);
background-color: #fff;
}

.navigation-icon .line.line-color {
background-color: #111;
}



#navigation-icon.active .line.line-color:nth-child(3){
background-color: #111;
}

#navigation-icon.active .line.line-color-2:nth-child(3){
background-color: #fff;
}

@media only screen and (max-width: 995px) {
  .navigation-icon .line.line-color.line-color-mobile {
    background-color: #fff;
  }

  #navigation-icon.active .line.line-color.line-color-mobile:nth-child(1){
    background-color: #fff;
  }

  #navigation-icon.active .line.line-color.line-color-mobile:nth-child(3){
    background-color: #111;
  }
}
.text-center{
	text-align:center;
}
.sticky .section-header a{
	color:#ff264a;
}
.blog-sidebar-wrapper,
.blog-sidebar-wrapper p{
	color:#fff;
}
.widget select {
	width: 100%;
    height: 50px;
    color: #111;
    padding: 0px 10px;
	border: 2px solid #ff264a;
    border-radius: 5px;
	outline:none;
}
.widget table{
	width:100%;
}
.widget img{
	max-width:100%;
	height:auto;
}
.blog-wid-text a,
.blog-wid-text a:hover,
.blog-wid-text a:visited,
.blog-wid-text a:active,
.blog-wid-text a:focus {
color: #fff;
text-decoration: none;
outline: none;
font-weight: 600;
-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;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.blog-wid-text a:hover {
color: #ff264a;
}

.widget ul.children, 
.widget ul.sub-menu {
    counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.widget ul li {
	line-height:35px;
}
.widget li .rsswidget{
	font-size: 15px;
    font-weight: 700;
	float:left;
	width:100%;
}
.widget li .rss-date{
	font-size: 12px;
	color: #ff264a;
}
.widget li .rssSummary{
	font-size: 13px;
    font-weight: normal;
}
.widget.widget_rss li {
	margin-bottom:25px;
}
.widget_tag_cloud a {
    font-size: 13px!important;
    background: #ff264a;
    padding: 10px 15px;
    margin: 0px 8px 7px 0px;
    line-height: 46px;
	border-radius: 4px;
}
.widget_tag_cloud a:hover{
	color:#fff;
	background:#000;
}
.widget ::-webkit-input-placeholder { font-size: 13px; color: #fff; }
.widget :-ms-input-placeholder { font-size: 13px; color: #fff; }
.widget ::-moz-placeholder { font-size: 13px; color: #fff; }
.widget input:-moz-placeholder { font-size: 13px; color: #fff; }
.page-links{
	float:left;
	width:100%;
	padding: 20px 0px;
}
.page-links > span, 
.page-links   a span{
	font-family: 'Montserrat', sans-serif;
	display: block;
    color: #fff;
	border-radius:3px;
    border: none;
	background: #111;
    padding: 14px 17px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
   -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	margin-right:7px;}
.page-links > span, 
.page-links   a span:hover{
	background: #ff264a;
}
.page .page-links > span, 
.page .page-links   a span{
	background: #000;
}
.page .page-links > span, 
.page .page-links   a span:hover{
	background: #ff264a;
}
.wp-block-group.has-background{
	background-color:transparent!important;
	padding: 0px;
}
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 {
    margin: 20px 0;
    border: 1px solid #000;
	width:100%;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
#calendar_wrap caption{
	padding:15px 0px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	overflow:hidden;
}

.page-wrapper  ul,
.commentlist ul{
	list-style: disc;
	padding-left:15px;
	line-height: 30px;
}
.page-wrapper  ul li,
.commentlist ul li{
	list-style: disc;
}
.page-wrapper  ul ul,
.commentlist ul ul{
	padding-left:30px;
}
.page-wrapper  ol li,
.commentlist ol li{
	list-style: decimal;
}
.page-wrapper  ol,
.commentlist ol{
	list-style: decimal;
	padding-left:15px;
	line-height: 30px;
}
.page-wrapper  ol ol,
.commentlist ol ol{
	padding-left:30px;
}
.page-wrapper .blocks-gallery-grid{
	padding-left:0px;
}
.page-wrapper .blocks-gallery-grid li{
	list-style:none;
}
.wp-block-cover-text{
	color:#fff!important;
}
.blog-comments li.comment,
.blog-comments li.pingback,
.blog-comments li.trackback{
	list-style:none;
}
.blog-comments li.pingback .profile-photo,
.blog-comments li.trackback .profile-photo,
.blog-comments li.pingback .inner-divider-ultra-half,
.blog-comments li.trackback .inner-divider-ultra-half{
	display:none;
}
.bypostauthor{
	text-align:left;
}
.wp-block-button {
    margin-bottom: 10px;
}
.post-password-form input[type="password"]{
	border: 1px solid #ff264a;
    height: 45px;
    border-radius: 3px;
    padding: 0px 10px;
}

.post-password-form input[type="submit"]{
	background: #000;
    height: 45px;
    border-radius: 3px;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0px 19px;
}
.post-password-form input[type="submit"]:hover{
	background:#ff264a;
}

@media only screen and (max-width: 768px){
	.admin-bar .navigation-icon-wrapper {
		top: 56px;
		position:absolute;
	}
	.admin-bar .logo{
		top:60px;
	}
	.admin-bar .navigation-icon-wrapper-bg{
		display:none!important;
	}
	
}
@media only screen and (max-width: 768px) {
  .social-icons {
    margin: -10px 0 -12px -15px;
  }
}

@media only screen and (max-width: 768px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 13px;
  }
}

/* HTML5 video */
.html5-bg {
display: none;
}

@media only screen and (max-width: 880px) {
  .html5-bg {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
		display: block;
  }
}

.html5-videoContainment {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
background: #111;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
z-index: 0;
}
.logo .logo-img::before, 
.logo-color .logo-img::before{
	background-size:100% 100%;
}
@media only screen and (max-width: 768px) {
.mp4video{
	margin: auto;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: -25%;
    transform: translate(0%, 0%);
    visibility: visible;
    opacity: 1;
    width: auto;
    height: 740px;
}
}