/*
Theme Name: Bold - Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

@font-face {
  font-family: FuturaPTMedium;
  src: url("assets/FuturaPTMedium.ttf"); 
}
/* general */
h1,h2,h3,h4,h5 {
	font-family: FuturaPTMedium !important;
}

.welcome{
	padding-bottom:40px;
}
.welcome ul{
	list-style:disc;
	margin-left:40px;
	margin-bottom:10px;
}
#secondary-navigation a {
	font-family: FuturaPTMedium !important;
}

.page-template-template-contact-php {
    margin-top: 160px;
}
.container {
	max-width: 1170px !important;
}
.btn {
	color: #fff !important;
	background: #888;
	padding: 10px 15px;
	text-transform: uppercase;
/*	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;*/
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
.main-header { background: #2b346b; }
#header { background: #fff; top: 0px;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 240px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }
.single .article a {
	color: #fff;
}

/* footer */
.copyrights { text-align: center; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #fff;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation ul#menu-main-menu > li:hover, #secondary-navigation .navigation ul#menu-main-menu > .current-menu-item {
	background-color: transparent;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation .menu-item-has-children > a:after {
    right: 15px;
}

.slide-caption,.owl-controls {
	opacity: 0;
}
.wradaap {
	position: relative;
	z-index: 1;
	background: #000 url(/wp-content/uploads/2020/01/dark-mosaic.png);
}
#secondary-navigation a{
    padding: 5px 10px;
    margin: 0;
    font-weight: 700 !important;
    font-size: 22px !important;
}
.primary-slider-container {
    padding-top: 250px;
    padding-bottom: 570px;
}
#slider {
	position: fixed;
	left: 0px;
	top: 0px;
}
.newCon {
   /* padding-top: 250px;
    padding-bottom: 570px;*/
    position: relative;
	background-size: cover;
	background-position: 50% 50%;
}
.newCon:before {
	height: 100%;
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
    background: rgba(252, 249, 250, 0.26);
}
.welcome h2 {
    font-size: 30px;
	text-align:center;
    color: #fff;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding:0px 15px;
}
.rightwow {
	width: 66.66%;
	box-sizing: border-box;
	padding:0px 15px;
	float: right;
}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
	width: 50%;
	box-sizing: border-box;
	padding:0px 15px;
	float: left;
}
.featured {
	margin: 30px auto 10px;
}
.featured img {
	border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.featured p {
	padding-right: 15px;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
footer {
	margin-top: 0px;
	padding:10px 0px;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img { float: none !important; }
.innerImage {
	height: 550px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

/* Theme Dev */
.servBox {
	width: 33.33%;
	float: left;
	padding: 0px;
	box-sizing: border-box;
}
.servBox .wrap {
	min-height: 600px;
    position: relative;
    z-index: 1;
    color: #000;
    border-right: 1px solid #fff;
}
.linanimation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;	
}
.servBox:hover .linanimation span:before,
.servBox:hover .linanimation:before {
    height: calc(100% - 30px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.servBox:hover .linanimation span:after,
.servBox:hover .linanimation:after {
    width: calc(100% - 30px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.linanimation:before {
    content: '';
    width: 2px;
    height: 0;
    right: 15px;
    bottom: 15px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.linanimation:after {
    content: '';
    height: 2px;
    width: 0;
    left: 15px;
    top: 15px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.linanimation span:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 15px;
    right: 15px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.linanimation span:before {
    content: '';
    top: 15px;
    width: 2px;
    height: 0;
    left: 15px;
    bottom: 0;
    background: #fff;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.servBox img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.text {
	position: absolute;
	top: 74%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 10;
	text-align: center;
}
.text h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px;
}
.text a {
	border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 35px;
    transition: .3s all;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: FuturaPTMedium;
}
.text a:hover {
	color: #fff;
	background-color: #000;
}
.servBox .content:before {
	height: 100%;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: .3;
	content: "";
}
#header #logo a {
    font-size: 28px!important;
    color: #000;
    font-family: FuturaPTMedium;
    font-size: 40px;
    display: block;
    box-sizing: border-box;
    width: 200px;
}
.servBox .content {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #fff;
    transition: .3s;
}
.wp-video {
	width: 100% !important;
}
.mejs-controls {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	opacity: 0;
}
.mejs-controls.show {
	opacity: 1;
}

#site-header {
	top: 0px;
	background-color: transparent;
	position: fixed;
	left: 0px;
	width: 100%;
    background: #f2f2f2!important;
    background-color: rgba(242,242,242,0.02)!important;
    background-size: !important;
    padding: 40px 40px 40px 40px!important;
    margin: 0 0 0 0!important;
    border-style: none none none none!important;
    border-width: 0 0 3px 0!important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1),inset 0 0 0 0 rgba(0,0,0,1)!important;
    box-shadow: 0 0 0 0 rgba(0,0,0,1),inset 0 0 0 0 rgba(0,0,0,1)!important;
    box-sizing: border-box;
-moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#site-header.whiteBla {
    background: rgba(0, 0, 0, 0.6)!important;
    /*background-color: rgba(255,255,255,1)!important;	*/
}
#site-header.whiteBla #logo img{width:75px;}
#header {
	background-color: transparent;
}
.logo-wrap {
	float: left;
	width: auto;
	min-width: 180px,
}
.logo-wrap img {
	width: 200px;
}
#secondary-navigation {
	float: right !important;
    width: calc( 100% - 215px) !important;
    text-align: right !important;
}
.navigation {
	display: inline-block;
    vertical-align: middle;
    float: none;
    width: auto;
    position: relative;
}
.alap {
    text-align: right;
}
#secondary-navigation .alap a {
    border: 2px solid #000;
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 25px;
    padding: 10px 35px !important;
    transition: .3s all;
    font-size: 14px !important;
    color: #000;
    display: inline-block !important;
    margin-bottom: 10px;
}
.cicon {
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.floatingbutton {
	width: 280px;
    float: none!important;
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: middle;
}
.videoSection {
	padding-top: 100px;
}
.videoSection h2 {
    font-size: 40px;
    text-align: center;
    margin: 0px 0px 20px;
}
.homeSlider {
	padding: 6px;
}
.slickItem {
	position: relative;
	height: 740px !important;
}
.slickItem .text h2 {
	font-size: 70px;
}
.slickItem:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	background-color: #000;
	opacity: 0.3;
	top: 0px;
	left: 0px;
}
.slickItem img {
	left: 0px;
	top: 0px;
	height: 100% !important;
	object-fit: cover;
	width: 100%;
}
.cthome h2 {
	color: #000;
	font-weight: bold;
	font-size: 40px;
    line-height: 50px;
    padding-bottom: 40px;
}
.cthome input,.cthome textarea {
    border: 0 !important;
    border-bottom: 2px solid #000 !important;
}
.cthome .gform_wrapper .gform_footer {
	margin-top: 5px !important;
	padding-top: 0px !important;
}
.cthome .gform_footer input {
    border: 2px solid #000 !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 25px;
    padding: 5px 31px !important;
    transition: .3s all;
    font-size: 14px !important;
    color: #000;
    display: inline-block !important;
    margin-bottom: 10px;
    margin: 0px;
    box-sizing: border-box;
    font-size: 21px !important;
    height: 53px !important;
}
.cthome .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0px !important;
}
.cthome li,
.cthome input,
.cthome textarea {
	padding:0px !important;
	width: 100% !important;
}
.cthome input {
	height: 60px !important;
}
.primary-slider-container {
	position: relative;
}
.aboveSlider {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.aboveSlider h2 {
	font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    font-family: futura-pt-1;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}
.newCon img {
	height: 100% !important;
	width: 100% !important;
	/*object-fit: cover;*/
	position: absolute;
	top: 0px;
	left: 0px;
}
.cthome {
	max-width: 520px;
	margin:0px auto;
}
.homeContact {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.col3 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding:0px 10px;
}
.textleft {
	text-align: left;
}
.col3 i {
	font-size: 40px;
	vertical-align: middle;
	padding:0px 10px;
}
footer .container {
	width: 100%;
	max-width: 1920px !important;
	padding:15px 5px;
	box-sizing: border-box;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.col6 {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.copyrights,
.copyrights a, .copyrights a:hover {
	color: #fff !important;
}
.col6 iframe {
	height: 500px;
	display: block;
}
@media screen and (max-width: 1440px) {
	#site-header {
		padding: 40px 20px !important;
	}
}
@media screen and (max-width: 1380px) {
	.textleft {    font-size: 14px;}
	#secondary-navigation .alap a {
		font-size: 11px !important;
		padding: 10px 17px !important;
	}
	.floatingbutton {
		width: 200px;
	}
	#secondary-navigation a {
	    padding: 0px;
	    padding-right: 10px;
	    margin: 0;
	    font-weight: 700 !important;
	    font-size: 19px !important;
	}
}
@media screen and (max-width: 1200px) {
	#page,.container {
		max-width: 100% !important;
		width: 100% !important;
	}
	#menu-main-menu {
	    padding-top: 35px;
	}
	.floatingbutton {
	    position: absolute;
	    top: -20px;
	    right: 0px;
	    width: 100%;
	}
	.innerImage {
		height: 350px;
	}
 	footer .container {
 	 	width: 100%;
 	}
 	.headerPhone {
  		box-sizing: border-box;
 	}
}
#header #logo a {
	text-align: left;
}
.video_wrapper {
    position: relative;
}

.video_holder {
    position: relative;
    height: 700px;
    overflow: hidden;
    width: 100%;
}

.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.iframeMap .col6 {
	width: 100% !important;
}
.iframeMap .col6 p {
	margin-bottom: 0px !important;
}
/* mobile */
@media screen and (max-width: 880px) {
	.page-template-template-contact-php {
	    margin-top: 90px;
	}
	.video_wrapper, .sticks {
		display: none !important;
	}
	.wd-space {
		background-color: transparent !important;
	}
	#page.homepage {
		padding-top: 0px !important;
	}
	.wradaap {
		padding-top: 0px;
	}
	#header #logo a { display:block; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	#secondary-navigation {
		height: auto !important;
	}
	#header h1, #header h2 {
		display: block;
	}
	html a#pull {
	    margin: 0px !important;
	    box-sizing: border-box;
	    padding: 0px !important;
	    float: right;
	    position: absolute;
	    top: -75px;
	    right: 0px;
	    color: #000 !important;
	    font-size: 30px !important;
	}
	#wp_access_helper_container {
		display: none !important;
	}
	.servBox .content {
	    width: 100%;
    	box-sizing: border-box;
	}
	.newCon {
		padding:300px 0px;
	}
	.primary-slider-container {
		padding: 0px !important;
	}
	#menu-main-menu {
		padding-top: 0px !important;
	}
	.slickItem {
	    position: relative;
	    height: 540px !important;
	}
	.col6 {
		width: 100%;
	}
	.col6 iframe {
		height: 250px;
	}
	#slider {
		position: relative;
		margin-bottom: 20px;
	}
	.logo-wrap img {display: block;}
	#site-header {
	    padding: 0px !important;
	}
	.servBox .wrap {
		min-height: 300px;
	}
	.servBox {
		width: 100%;
	}
	.clearfix svg,.innerImage svg {
		display: none !important;
	}
	.hide-d { display: block; }
	#header .logo-wrap {
		width: auto !important;
	}
	#header { background: #fff; box-sizing: border-box; padding: 5px 15px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #000000; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.hide-xs { display: none; }
	.welcome .container, .widgetBox { width: 96%; padding: 2%; }
	
	.innerImage { height: 250px; margin-top: 40px;}
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome {margin: 20px auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content img { width: 100% !important; height: auto !important; }
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	.hours { display: none !important; }
	.main-header { background-color: #fff !important; }
	.leftwow {
		 width: 100%;
	}
	.floatingbutton {
		display: none !important;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	.homeContact {
		padding:50px 15px;
		box-sizing: border-box;
	}
	.aboveSlider {
		top: 68%;
	}
	footer .container {
		width: 100%;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }
	
	div.header-social-icons { float: none !important; text-align: center; background:none!important;}
	div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
	.col3 {
	    width: 100%;
	    float: left;
	    box-sizing: border-box;
	    padding: 0px 10px;
	    text-align: center !important;
	    margin-bottom: 20px;
	}
	.home .sticks {
	    display: inline-block;
	    text-align: center;
	    margin-bottom: 0px;
	    margin-left: -4px;
	    background-color: #1c1c1c;
	    padding: 8px 24.3px;
	    margin: 0px 1px;
	    font-size: 16px;
	    min-width: 27%;
	    border-top-right-radius: 5px;
	    border-top-left-radius: 5px;
	    color: #fff;
	    box-sizing: border-box;
	}
	div#header .container-wide {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	#header .logo-wrap {
	    float: none;
	    width: 50% !important;
	}
	#logo a, #logo img { margin: 0; }
	.logo-wrap img {
	    width: 100% !important;
	    max-width: 70px !important;
	}
	#site-header { position: relative; }

	.regular_header #secondary-navigation {
	    float: right;
	    width: 50% !important;
	    background-color: transparent !important;
	}

	#header h1, #header h2 {
	    width: 100% !important;
	}

	#header #logo a {
	    width: 100% !important;
	    max-width: 100% !important;
	}

	html a#pull:after {
	    right: 0px;
	    top: 0px;
	    position: relative;
	}

	html a#pull {
	    background-color: transparent;
	    text-align: right;
	    position: relative;
	    top: 0px;
	}
	article.article {
		padding-top: 5px;
	}
	.wd-space {
		display: none;
	}
}
@media screen and (max-width: 540px) {
	html .slick-next {
		right: 20px !important;
	}
	html .slick-prev {
		left: 20px !important;
	}
	.slickItem .text h2 {
	    font-size: 40px;
	}
	.home .sticks {
	    display: inline-block;
	    text-align: center;
	    margin-bottom: 0px;
	    margin-left: -4px;
	    background-color: #1c1c1c;
	    padding: 8px 12.3px;
	    margin: 0px 1px;
	    font-size: 15px;
	    min-width: 27%;
	    border-top-right-radius: 5px;
	    border-top-left-radius: 5px;
	    color: #fff;
	    box-sizing: border-box;
	}
	.slick-slide {
		height: 350px !important;
	}
	.primary-slider-container {
		margin-top: 40px;
	}
	.newCon {
	    padding: 150px 0px;
	    width: 150%;
	}
	.aboveSlider {
		display: none;
	}
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
 .opacit_ {opacity:1;}
}
:not(svg), :not(foreignObject) > svg {
    transform-origin: 0px 0px 0px;
}
g[Attributes Style] {
    stroke: none;
    stroke-width: 1;
    fill: none;
    fill-rule: evenodd;
    box-sizing: border-box;
}
.single h1 {
	font-size: 35px;
}
.article {
	max-width: 100%;
	width: 1170px;
	box-sizing: border-box;
	padding: 30px 15px;
	box-shadow: 0px 0px 0px !important;
}
.innerImage:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	top: 0px;
	left: 0pX;
	opacity: 0.3;
	background-color: #fff;
}
.wd-space {
	position: relative;
	background-color: rgba(0,0,0,0.5);
}
.wd-space svg,
.innerImage svg,
.video_wrapper svg,
.primary-slider-container svg {
    position: absolute;
    bottom: -1px;
    right: 0px;
    z-index: 1;
    height: auto !important;
    width: 104% !important;
}
.green-curve-1, .green-curve-1 g {
    fill: inherit !important;
}
g#Page-1 {
    fill: inherit !important;
}
svg .green-curve-3 {
    opacity: 0;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
svg .green-curve-2 {
	fill: rgba(0,0,0,0.4) !important;
}
html .slick-prev {
	z-index: 1;
	left: 40px;
	background-color: transparent;
	opacity: 1;
	height: auto;
	width: auto;
}

html .slick-prev:before {
	opacity: 1;
	font-size: 40px;
	content: "\f104";
	font-family: fontAwesome;
}
html .slick-next {
	z-index: 1;
	right: 40px;
	background-color: transparent;
	opacity: 1;
	height: auto;
	width: auto;
}
html .slick-next:before {
	opacity: 1;
	font-size: 40px;
	content: "\f105";
	font-family: fontAwesome;
}
svg .green-curve-2 {
    opacity: 0;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.addbigly1 {
    -moz-animation-name: bigly-2-1;
    -o-animation-name: bigly-2-1;
    -webkit-animation-name: bigly-2-1;
    animation-name: bigly-2-1;
}
.addbigly2 {
    -moz-animation-name: bigly-2-2;
    -o-animation-name: bigly-2-2;
    -webkit-animation-name: bigly-2-2;
    animation-name: bigly-2-2;
}
.newCon img {
	top: 0px;
	left: 0px;
	object-fit: cover;
    -webkit-animation-duration: 6s !important;
    opacity: 0;
    animation-duration: 6s !important;
}
.specialOuta {
  	animation-name: specialOut;
 	transform-origin: center bottom;
}
.specialIn {
  	animation-name: specialIn;
 	transform-origin: center bottom;
}
.owl-item.active img {
	opacity: 1 !important;
}
@keyframes specialOut {
	from{
		transform: scale(1.3) translate3d(80px, 50px, -135px);
	}
	to{
		transform: scale(1) translate3d(0px, 0px, 0px);
	}
}
@keyframes specialIn {
	from{
		transform: scale(1.3) translate3d(-80px, 50px, -135px);
	}
	to{
		transform: scale(1) translate3d(0px, 0px, 0px);
	}
}

/* animated atfs for animation packages */
/* bigly 1 */
@-moz-keyframes bigly-1 {
  0% {
    -moz-transform: translateX(100%) translateY(100%);
    -ms-transform: translateX(100%) translateY(100%);
    -o-transform: translateX(100%) translateY(100%);
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bigly-1 {
  0% {
    -moz-transform: translateX(100%) translateY(100%);
    -ms-transform: translateX(100%) translateY(100%);
    -o-transform: translateX(100%) translateY(100%);
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes bigly-1 {
  0% {
    -moz-transform: translateX(100%) translateY(100%);
    -ms-transform: translateX(100%) translateY(100%);
    -o-transform: translateX(100%) translateY(100%);
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.bigly-1 svg {
  opacity: 0;
  -moz-animation-duration: 2.2s;
  -o-animation-duration: 2.2s;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-name: bigly-1;
  -o-animation-name: bigly-1;
  -webkit-animation-name: bigly-1;
  animation-name: bigly-1;
  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* bigly 2 */
/* white */
@-moz-keyframes bigly-2-1 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bigly-2-1 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bigly-2-1 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* green */
@-moz-keyframes bigly-2-2 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: .5;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }
}

@-webkit-keyframes bigly-2-2 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: .5;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }
}

@keyframes bigly-2-2 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }
}

@media screen and (min-width: 881px) {
	#secondary-navigation .navigation ul .current-menu-item a {
		color: #000 !important;
		text-decoration: underline !important;
	}
	#secondary-navigation .navigation ul ul li {
	    background: #fff;
	    width: 100%;
	}
	html #secondary-navigation .navigation ul ul a, html #secondary-navigation .navigation ul ul a:link, html #secondary-navigation .navigation ul ul a:visited {
	    padding: 9px 45px 9px 20px;
	    position: relative;
	    width: 190px;
	    border-left: 0;
	    background: transparent;
	    border-right: 0;
	    border-radius: 0;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	    margin: 0;
		text-transform: capitalize;
	    padding: 10px 15px;
	    display: block;
	    font-weight: 400 !important;
	    width: 100%;
	    box-sizing: border-box;
	}
}
.accessibility-location-right .accessability_container {
    top: 220px;
}