h1, h2, h3, h4, h5, h6 {
  font-family: 'Nanum Gothic', sans-serif !important;
}
html {
}
.home .post-inner {
  padding: 50px 0px !important;
}
.post-title, .post-meta {
  display: none;
}
.divider-me {
  height: 2px;
  margin: 2px;
}
#slide-out-open {
	right: 25px !important;
	top: 30px !important;
	left: unset !important;
	background-color: rgba(255,255,255,0.8);
	height: 50px !important;
	width: 50px !important;
	border-radius: 5px;
	position: fixed !important;
}
#slide-out-open span {
	left: 11px !important;
	margin-top: 10px;
	background-color: #222 !important;
}
#slide-out-open span:after, #slide-out-open span:before {
	background-color: #222 !important;
}
#slide-out {
	position: fixed !important;
	height: 150% !important;
}
.thinflagleft {
  position: fixed;
  z-index: 999999;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100vh;
  background-image: url('files/ThinFlag1.jpg');
	background-size: cover;
	background-position: center;
}
.thinflagright {
  position: fixed;
  z-index: 999999;
  right: 0px;
  top: 0px;
  width: 5px;
  height: 100vh;
  background-image: url('files/ThinFlag2.jpg');
	background-size: cover;
	background-position: center;
}
.topboxparent {
  margin-top: -50px;
  margin-bottom: 0px;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.topbox {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 5px 30px;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.topboxin {
  background-color: #c00;
  background-image: url('files/RedBack.jpg');
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transition: 1s;
  top: 10px;
  left: 10px;
  height: 180px;
  width: 180px;
}
.topboxintext {
  line-height: 190px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: 'Nanum Gothic', sans-serif !important;
  font-size: 10px;
  letter-spacing: 1px;
}
.topbox:hover .topboxin {
  line-height: 130px;
  transition: 0.5s;
  top: 20px;
  left: 20px;
  height: 160px;
  width: 160px;
}
.topboxintext a {
  color: #fff;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 15px;
  transition: 0.5s;
}
.topbox:hover .topboxintext a {
  font-size: 11px;
  color: #000;
  transition: 0.5s;
}
@media (max-width:1050px){
  .topboxparent {
  height: 160px;
}
  .topbox  {
    margin: 0 10px;
  }
  .topboxintext a {
  font-size: 12px;
}
  .topbox {
  width: 200px;
  height: 150px;
}
.topboxin {
  height: 130px;
  width: 180px;
}
.topboxintext {
  line-height: 150px;
}
.topbox:hover .topboxin {
  height: 110px;
  width: 160px;
}
}
.full-page {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
	background-color: #369;
	opacity: 0.95;
}
.in-full-page {
  position: absolute;
  height: 80px;
  width: 300px;
  top: calc(50% - 40px);
  left: calc(50% - 150px);
}
.full-page .fa-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
  color: #eee;
  transition: 0.5s;
}
.full-page .fa-close:hover {
  font-size: 60px;
  color: #eee;
  transition: 0.5s;
  transform: rotate(180deg);
}

.menu-full-page {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 19999997;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: 0.5s;
	background-color: #416129;
	opacity: 0.95;
}
.menu-in-full-page {
  position: absolute;
  height: 80%;
  width: 80%;
  top: 10%;
  left: 10%;
}
.menu-in-full-page  .pe-menu {
  background: none;
  border: none;
}
.menu-in-full-page ul {
  width: 100%;
}
.menu-in-full-page ul li {
  width: 100%;
  text-align: center;
}
.menu-in-full-page ul li a {
  line-height: 40px;
  border-bottom: none;
}
.menu-in-full-page ul li a:hover{
  border-bottom: none;
}
.menu-in-full-page .pe-menu li::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 30%;
	height: 1px;
}
.menu-full-page .fa-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
  color: #eee;
  transition: 0.5s;
}
.menu-full-page .fa-close:hover {
  font-size: 60px;
  color: #eee;
  transition: 0.5s;
  transform: rotate(180deg);
}

#navbarmenu .fa-reorder , .menu-resp-open {
  display: none;
}
.menu-resp-open{
			position: fixed;
	left: calc(100vw - 90px);
	width: 70px;
	height: 70px;
    max-height: 70px;
    transition: 0.5s;
		transform-origin: 50% 50%;
}
#navbarmenu .fa-reorder {
    display: inline-block;
    font-size: 40px;
		line-height: 70px;
	width: 70px;
	text-align: center;
    color: #fff;
    margin: 0;
}
#navbarmenu {
	overflow: hidden !important;
}
@media (max-width: 750px) {
  .menu-resp-open{
    display: inline-block;
  }
    .menu-resp-open:hover{
    transition: 0.5s;
    transform: rotate(-90deg);
  }
}
.menu-main-menu-container .menu .menu-item {
	vertical-align: top;
}

.pe-menu-main a {
  color: #eee !important;
  font-weight: bold !important;
  font-size: 13px !important;
}
.pe-menu-main {
  margin: 25px 40px;
  padding: 0px !important;
  height: 20px;
}
.pe-menu > li {
    margin-left: 5px !important;
    margin-right: 0px;
    float: right !important;
}
.pe-menu li:hover {
  border-bottom: none !important;
}
.pe-menu li a:hover {
  border-bottom: none !important;
}
.pe-menu li {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.class-menu-right .fa-search {
  color: #eee;
  display: inline-block;
  margin: 10px 30px;
  font-size: 25px;
  transition: 0.5s;
}
.class-menu-right .widget_custom_html:hover .fa-search {
  color: #fff;
  margin: 5px 45px;
  font-size: 40px;
  transition: 0.5s;
  transform: rotate(90deg);
}
.widget_text{
  margin-bottom: 0px !important;
}
.class-menu-right {
  position: absolute;
	width: calc(100vw - 435px);
	left: 0px;
}
.class-menu-right .widget_product_categories {
	float: right;	
}
.class-menu-right .widget-title {
	display: none;
}
.class-menu-right .widget_product_categories {
	height: 40px;
	background-color: #141;
	padding: 0 2px;
	border-radius: 4px;
	margin-top: 18px;
	border: none;
}
.class-menu-right .dropdown_product_cat {
	width: 200px;
	height: 30px !important;
	margin: 5px 3px;
	border-radius: 5px;
	background-color: #585;
	color: #fff;
	border: 3px solid #252;
}
.class-menu-right .widget_product_categories select::-ms-expand {
    display: none !important;
}
.class-menu-right .widget_product_categories select {
	  -webkit-appearance: none !important;
    -moz-appearance: none !important;      
    appearance: none !important;
}
@media (max-width:880px) {
	.class-menu-right {
  display: none !important;
}
}
@media (max-width:660px) {
	.class-menu-left {
  display: none !important;
}
}
.current-menu-item a {
	color: #ff0 !important;
}
.class-menu-left {
  position: absolute;
	width: calc(100vw - 190px);
	left: 0px;
}
.class-menu-left .widget_product_search {
	float: right;
}
.class-menu-left .widget-title {
	display: none;
}
.class-menu-left .woocommerce-product-search {
	height: 40px;
	background-color: #141;
	padding: 0 2px;
	border-radius: 4px;
	margin-top: 18px;
}
.class-menu-left .woocommerce-product-search input {
	height: 20px;
	margin: 5px 3px;
	border-radius: 5px;
}
.class-menu-left .woocommerce-product-search .search-field {
	width: 150px;
}
.menu-button {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}
.menu-button span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.menu-button::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.menu-button:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.green-button {
	background-color: #396 !important;;
}
.class-sticky-sidebar {
  position: fixed;
  height: 160px;
  bottom: 20%;
  left: 0px;
  background-color: #000;
  border-radius: 0 10px 10px 0;
  opacity: 0.8;
  width: 40px;
  padding: 10px 0;
  z-index: 999999;
}
@media (max-width:500px) {
	.class-sticky-sidebar, #stickymenu-sidebar-parent {
  display: none !important;
}
}
.class-sticky-sidebar .fa-facebook, .class-sticky-sidebar .fa-instagram, .class-sticky-sidebar .fa-linkedin, .class-sticky-sidebar .fa-twitter {
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  font-size: 18px;
}
.class-sticky-sidebar .fa-facebook:hover, .class-sticky-sidebar .fa-instagram:hover, .class-sticky-sidebar .fa-linkedin:hover, .class-sticky-sidebar .fa-twitter:hover {
  border-left: 2px solid #fff;
  padding-left: 3px;
  color: #fff;
}


.page {
	box-shadow: unset !important;
	border: unset !important;
}
.edit-link {
	display: none !important;
}
.topheaderparent {
  position: relative;
}
.nextslide {
  position: absolute;
  right: 0px;
  top: calc(50vh - 50px);
  height: 100px;
}
.container {
  width: 100% !important;
}
.slider-wrapper {
  padding: 0px !important;
}
.flexslider {
  border-radius: 0px !important;
}
.current_page_item a {
  background: unset !important;
  color: unset !important;
}
.main-menu .menu a {
  margin: 110px 15px 0;
  font-size: 13px;
  font-weight: bold;
  transition: 0.5s;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
}
.main-menu {
  padding-left: 0px;
  height: 160px;
  background-image: url('files/Logo-Sq-2.jpg');
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 250px;
  transition: 0.5s;
}
.main-menu .menu {
  text-align: center !important;
  transition: 0.5s;
}
.main-menu .menu li {
  float: unset !important;
  transition: 0.5s;
  border: unset !important;
}
#mobile-menu .main-menu {
  padding-left: unset;
  height: unset;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 180px;
  transition: 0.5s;
}
.fixed-nav .main-menu {
  padding-left: 190px;
  height: 80px;
  background-size: 170px;
  background-position: center left 0px;
  transition: 0.5s;
}
.fixed-nav .main-menu .menu a {
  margin: 15px 10px;
}
.fixed-nav .main-menu .menu {
  text-align: right !important;
  padding-right: 50px;
  transition: 0.5s;
}
.header-content {
  padding: 0px !important;
  margin: 0px !important;
}
.logo {
  display: none;
}
#theme-footer {
  background-image: url('files/Berlin-back.jpg') !important;
	background-size: cover !important;
	background-position: top center !important;
  border-top-color: #900 !important;
  box-shadow: 0 -8px 0 #fd0 !important;
  min-height: 350px;
  border-bottom: 5px solid #fff !important;
}
#footer-first {
  background-color: rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 10px;
}
#footer-third {
  background-color: rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 10px;
}
.contact-title {
  font-weight: bold;
  color: #fc0;
  margin: 25px 0;
  letter-spacing: 1px;
}
.contact-logo {
  background-image: url('files/Logo-Sq-2.png');
	background-size: contain;
	background-position: center left;
  background-repeat: no-repeat;
  height: 80px;
  margin-bottom: 10px;
}
.contact-address {
  color: #fff;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
}
.contact-email {
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
}
#mobile-menu .main-menu a:before {
  display: none !important;
}
.post-inner p {
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif !important;
  letter-spacing: 1px;
}
.bottomtabsparent {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 25px;
  text-align: center;
}
.bottomtab {
  display: inline-block;
  width: calc(50% - 5px);
  padding: 5px 25px 5px 25px;
  margin: 1px;
  margin-top: 5px;
  vertical-align: top;
  background-color: #eee;
  height: 420px;
  background-size: cover;
  background-position: center;
}
.btab1 {
  background-image: url('files/back1.jpg');
}
.btab2 {
  background-image: url('files/back2.jpg');
}
.btab3 {
  background-image: url('files/back3.jpg');
}
.btab4 {
  background-image: url('files/back4.jpg');
}
.bottomtabtext {
  text-align: justify;
  font-family: 'Nanum Gothic', sans-serif !important;
  font-size: 13px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
  transition: 0.5s;
}
.bottomtab:hover .bottomtabtext {
  max-height: 1000px !important;
  transition: 0.5s;
}
.bottomtabtext strong {
  font-size: 24px;
  margin: 0 2px 0 0px
}
.btabimg {
  background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  width: 90%;
  max-width: 350px;
  margin: 15px auto;
  border-radius: 5px;
}
.btab1 .btabimg {
    background-image: url('files/pic1.jpg');
}
.btab2 .btabimg {
    background-image: url('files/pic2.jpg');
}
.btab3 .btabimg {
    background-image: url('files/pic3.jpg');
}
.btab4 .btabimg {
    background-image: url('files/pic4.jpg');
}
@media (max-width:1000px) {
.bottomtab {
  display: inline-block;
  width: calc(50% - 30px);
} 
}
@media (max-width:800px) {
.bottomtab {
  display: inline-block;
  width: calc(100% - 30px);
}  
}
#theme-footer .wpcf7-form textarea {
  height: 60px;
  background-color: rgba(255,255,255,0.9);
  margin-top: 5px;
}
#theme-footer .wpcf7-form input {
  background-color: rgba(255,255,255,0.9);
  margin-top: 5px;
  width: 90%;
}
#theme-footer .wpcf7-form .wpcf7-submit {
  background-color: rgba(255,255,255,0.6);
  margin-top: 5px;
  float: right;
  color: #000;
  width: 100px;
}
.wpcf7-form textarea {
  height: 60px;
}
.cformdesc {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}
.myfooter {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-family: 'Nanum Gothic', sans-serif !important;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #c00;
  color: #fff;
}
.myfooter p {
  color: #fc0;
}
.wp-image-185 {
  border: 5px solid #fff;
  box-shadow: 0 0 7px #666;
}
.metaslider .caption-wrap {
  background-color: unset !important;
  bottom: unset;
  top: 10px;
  opacity: 1 !important;
}
.metaslider .caption {
  text-shadow: 0 0 4px #000;
  font-size: 20px !important;
  font-family: 'Nanum Gothic', sans-serif !important;
  letter-spacing: 1px;
  line-height: 40px;
  color: #fff;
}
.metaslider .caption p {
  font-size: 26px !important;
}
.serviceparent {
  width: calc(100% - 80px);
  margin: 0 auto;
  background-color: #900;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
}
.fixed-nav-main {
  margin-top: 0px !important;
}
.fixed-enabled {
  top: 30px !important;
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.fixed-nav {
  top: 30px !important;
}
.top-nav {
  top: 0px !important;
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.qfcols {
  display: flex;
}
.qfcol1, .qfcol2 {
  flex: 1;
}
.qfpage {
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.qfpage p {
  font-size: 15px;
}
.qfpage .wpcf7 {
  margin-top: 15px;
}
.qfpage input {
  border-left: 3px solid #c00 !important;
  border-radius:  0 3px 3px 0 !important;
  margin-right: 8px;
  width: calc(100% - 5px) !important;
}
.qfpage textarea {
  border-bottom: 3px solid #c00 !important;
  border-radius:  0 !important;
  height: 60px !important;
}
.qfpage .wpcf7-submit {
  border: none !important;;
  border-radius: 3px !important;
  min-width: 100px;
  width: 50px !important;
  background-color: #c00 !important;
}
.qfpagetitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.homeqfpage {
  max-width: 1000px;
  margin: 50px auto 0;
  background-color: #eee;
  padding: 20px 30px;
  border-bottom: 3px solid #c00;
}
.homeqfpage .wpcf7-submit {
  border: none !important;;
  border-radius: 3px !important;
  min-width: 100px;
  float: right;
  background-color: #c00 !important;
}
.productpage {
  max-width: 1000px;
  margin: 10px auto;
  font-family: 'Nanum Gothic', sans-serif !important;
}
.productpagetitle {
  font-size: 20px;
  margin-bottom: 15px;
}
.productparent {
  background-color: #c00;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  color: #fff;
}
.productitem {
  display: inline-block;
  width: calc(50% - 22px);
  vertical-align: top;
  margin: 12px 10px;
  background-color: #a00;
  padding: 10px;
  border: 1px solid #600;
  border-radius: 3px;
}
@media (max-width:1000px) {
.productitem {
  display: inline-block;
  width: calc(100% - 22px);
}  
}
.producttext {
  min-height: 90px;
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.productslide1 {
  max-width: 300px;
  max-height: 300px;
  margin: auto;
  border: 20px solid #c00;
  margin-bottom: 20px;
}
.productimage1, .productimage2, .productimage3, .productimage4 {
  width: 100px;
  height: 100px;
  background-size: cover;
	background-position: top left 0px;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 2px;
}
.productimage1 {
  background-image: url('files/Sqp1.jpg') !important;
}
.productimage2 {
  background-image: url('files/Sqp2.jpg') !important;
}
.productimage3 {
  background-image: url('files/Sqp3.jpg') !important;
}
.productimage4 {
  background-image: url('files/Sqp4.jpg') !important;
}
.productpagedescbottom {
  font-size: 16px;
  color: #900;
}
.productservices {
  font-size: 14px;
  margin-top: 20px;
  line-height: 30px;
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
}
.homeabout {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.one_half .contact-address {
  background-color: #eee;
  padding: 10px;
}
.one_half .contact-email {
  background-color: #ddd;
  padding: 10px;
  margin: 0px;
}
.one_half .contact-title {
  background-color: #fff;
  padding: 10px 0;
  margin: 0px;
  color: #900;
  font-size: 18px;
}
.footer-bottom .container {
  text-align: center !important;
}
.footer-bottom .alignleft {
  float: unset;
}

#partners {
  margin-top: 50px;
  text-align: center !important;
}
.partner-parent {
  margin: 20px auto 0;
  text-align: center !important;
  width: 100%;
  padding: 50px 25%;
   background-image: url('files/gray-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.partner-item {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
}
#products {
  text-align: left;
  margin-top: 170px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.pro-parent {
  text-align: center;
  background-color: #fc0;
  border-radius: 5px;
}
.pro-item {
  width: calc(50% - 13px);
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  padding: 10px;
  background-image: url('files/gray-back.jpg');
}
@media (max-width:750px) {
  .pro-item {
  width: calc(100% - 13px);
}
}
.slideshow-container {
  width: calc(30% - 5px);
  height: 120px;
  border-radius: 5px;
  display: inline-block;
  float: right;
  overflow: hidden;
}
.mySlides {
  position: relative;
  transition: 1s;
}
.pro-img {
  width: 100%;
  left: 0px;
  top: 0px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
}
.pro-info {
  width: calc(70% - 5px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.pro-title {
  font-size: 18px !important;
  font-weight: bold;
  color: #900;
  font-family: 'Nanum Gothic', sans-serif !important;
  margin-bottom: 10px;
  margin-top: 5px;
}
.pro-desc {
  font-size: 12px !important;
  font-family: 'Nanum Gothic', sans-serif !important;
}

/* My Slider */

#sliderFrame .navBulletsWrapper {
  top: calc(38vw - 15px) !important;
}
#sliderFrame {
  width: 100% !important;
  height: 40vw !important;
  margin-top: 190px !important;
}
#sliderFrame #slider {
  width: 100% !important;
  height: 38vw !important;
  overflow: hidden;
}
#sliderFrame .sliderInner {
  width: 100% !important;
  height: 40vw !important;
}
#sliderFrame .mc-caption {
  background-color: rgba(255,255,255,0.6) !important;
  height: 80px !important;
  font-size: 22px !important;
  font-family: 'Nanum Gothic', sans-serif !important;
  text-shadow: 0 0 8px #fff;
  color: #000 !important;
  line-height: 30px !important;
  bottom: 0px !important;
}
.one_half {
  margin-top: 30px;
}
.partner-title {
  background-color: #eee;
  font-size: 16px;
  font-family: 'Nanum Gothic', sans-serif;
  text-shadow: 0 0 8px #fff;
  letter-spacing: 1px;
  width: 48%;
  display: inline-block;
  margin: 5px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #fc0;
}
@media (max-width:1200px) {
  .partner-parent {
  padding: 50px 15%;
}
}
@media (max-width:840px) {
  .partner-parent {
  padding: 50px 5%;
}
}
@media (max-width:640px) {
  .partner-title {
    width: 70%;
  }
}
#menu-topmenu li {
  margin-right: 50px;
  letter-spacing: 1px;
}
.menu-item-174 {
  padding-left: 20px;
  background-image: url('files/tel.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 5px center;
}
.menu-item-175 {
  padding-left: 20px;
  background-image: url('files/email.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 5px center;
}
.menu-item-176 {
  padding-left: 20px;
  background-image: url('files/location.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 5px center;
}
.contact-address div {
  margin: 30px 0;
}

@keyframes FadeIn { 
  0% {opacity:0; transform:scale(.1);}
  85% {opacity:1; transform:scale(1.05);}
  100% {transform:scale(1); }
}
.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  transition: 0.5s;
  transform: translate3d(-50px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding right*/
.animation-element.slide-right {
  opacity: 0;
  transition: 0.5s;
  transform: translate3d(50px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.zoom-in {
  opacity: 0;
  transition: all 800ms linear;
  transition-delay: 1s;
  transform:scale(0.0)
}
.animation-element.zoom-in.in-view {
  opacity: 1;
  transform:scale(1.0);
  position: relative;
  animation: FadeIn 1.75s infinite alternate running;
}
.pse1, .pse3, .pse5, .pse7, .pse9, .pse11, .pse13, .pse15, .pse17, .pse19 {
  opacity: 0;
  transition: 0.5s;
  transform: translate3d(-50px, 0px, 0px);
}
.pse1.in-view, .pse3.in-view, .pse5.in-view, .pse7.in-view, .pse9.in-view, .pse11.in-view, .pse13.in-view, .pse15.in-view, .pse17.in-view, .pse19.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.pse2, .pse4, .pse6, .pse8, .pse10, .pse12, .pse14, .pse16, .pse18, .pse20 {
  opacity: 0;
  transition: 0.5s;
  transform: translate3d(50px, 0px, 0px);
}
.pse2.in-view, .pse4.in-view, .pse6.in-view, .pse8.in-view, .pse10.in-view, .pse12.in-view, .pse14.in-view, .pse16.in-view, .pse18.in-view, .pse20.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.paused {
  animation-play-state: paused !important;
}
.wpcf7-not-valid-tip {
  font-size: 10px !important;
  letter-spacing: 1px;
}
.wpcf7-validation-errors {
  margin-left: 0px !important;
}
.home #the-post, .home #main-content {
  margin-bottom: 0px;
}
.home .post-inner {
  padding-bottom: 0px !important;
}
.home #theme-footer {
  margin-top: 0px;
}
@media(max-width:900px) {
  #sliderFrame {
    margin-top: 120px !important;
  }
  .entry .homeabout:first-child {
    margin-top: 1px;
  }
  .divider-me {
    margin: 1px;
  }
  .sliderInner, .navBulletsWrapper {
    display: none !important;
  }
  .bgLayer {
    background-size: cover !important;
  }
  #sliderFrame .mc-caption {
    font-size: 13px !important;
    height: 40px !important;
    line-height: 20px !important;
  }
  .menu-item-285, .menu-item-286 {
    display: none !important;
  }
  .main-menu {
  height: 90px;
  background-size: 200px;
}
	.wp-image-277, .wp-image-278 {
    width: 200px;
  }
	  .home h3, .homeabout p {
    text-align: left !important;
  }
}
@media (max-width:500px) {
  .search-block {
    display: none !important;
  }
}