/*
Theme Name: E WORK PLACES
Theme URL: 
Description: 
Author: SMART CUPS AGENCY
Author URI: www.smartcupsagency.ro
Version: 2025
*/

/*-------------------
    Project
---------------------*/

html {
	background: #fff;	
}
*{ margin: 0px auto; padding: 0px; font-family: 'Montserrat', sans-serif;}
h1{
	font-size: 35px;
	line-height:47px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
h2{
	font-size:29px;
	line-height:39px;
	color:#98198a;
	text-align:left;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
h3{
	font-size:28px;
	line-height:38px;
	color:#98198a;
	text-align:left;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	margin:20px 0px 20px 0px;
}
h4{
	font-size:19px;
	line-height:32px;
	color:#fff;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	margin:20px 0px 20px 0px;
}
h5{
	font-size:17px;
	line-height:25px;
	padding:10px 0px 10px 0px;
	text-decoration: none;
	font-weight:normal;
}
h6{
	background: #000;
	font-size:13px;
	line-height:13px;
	padding:9px 9px 9px 9px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
}
img {
	border:0;
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
}
img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 30px 20px;
	display: inline;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
img.alignleft {
	padding: 5px 5px;
	margin: 5px 20px 30px 0px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
img.alignnone {
	display: inline;
}
.grecaptcha-badge {
    display: none !important;
}
ul li{ 
 margin: 0 0 0 20px;
}
.gamma-gallery li {
  margin: 0 0 0 0px;
}

/*-------------------
    Cups
---------------------*/
#cups {
    margin: 0px auto 0 auto;
    background: #fff;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
    min-height: 10px;
    box-sizing: border-box;
}
body {
    padding-top: 40px;
}

header {
    background: #fff;
    height: 183px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
	z-index:1000;
}

.nav-up {
    top: -220px;
}
#home {
	float:left;	
	background: #ffffff;
	width:100%;
	min-height:10px;
	overflow: hidden;
	margin-top:130px;
}
#main {
	float:left;	
	background: #ffffff;
	width:100%;
	min-height:10px;
	margin-top:130px;
}
#footer {
	float:left;	
	background: #17171b;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
/*-------------------
    header
---------------------*/
#top {
	float:left;	
	background:#ffca08;	
	width:100%;
	min-height:10px;
	position: fixed;
	z-index:500;
	display:none;
}
#breakpoint {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 15px;
	color:#1f1f1f;
	text-align:center;
	padding:6px 0px;
}
#header-mes {
	float:left;	
	background:#17171b;
	width:100%;
	min-height:10px;
}
#header-txt {
	float:left;	
	width:90%;
	min-height:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:5%;
	margin-top:8px;
	margin-bottom:8px;
	overflow: hidden;
	position: relative;
}
.marquee {
	display: flex;
	gap: 60px;
	white-space: nowrap;
	animation: scroll-left 60s linear infinite;
	animation-delay: 0s; 
}
.marquee span {
	font-size: 13px;
	color:#fff;
}

@keyframes scroll-left {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#header-info {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:28px;
}
#header-logo {
	float:left;
	width:50%;
	min-height:10px;
	text-align:center;
	margin-left:25%;
}
#header-ctc {
	float:right;
	width:25%;
	min-height:10px;
	font-size:17px;
	text-align:center;
	margin-top:17px;
} 
#header-ctc a {	
	background: #01aef0 url(files/images/ca-1-a.svg) no-repeat left center;	
	color:#fff;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding: 15px 22px 15px 58px;
	border-radius: 10px;
}
#header-ctc a:link {  }
#header-ctc a:visited { }
#header-ctc a:hover{
	background: #f40191 url(files/images/ca-1-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}

#header-menu {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:22px;
	padding-top:0px;
	margin-bottom:10px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {margin:0;padding:0;border:0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#cssmenu:after,
#cssmenu > ul:after {content: ".";display: block;clear: both;visibility:hidden;line-height:0;height:0;}
#cssmenu #menu-button {display: none;}
#cssmenu {width:auto;	font-family: "Playfair Display", serif;	font-weight: 400;	font-style: normal;}
#cssmenu > ul > li {float: left;}
#cssmenu.align-center > ul {font-size:0;text-align:center;}
#cssmenu.align-center > ul > li {display:inline-block;float:none;}
#cssmenu.align-right > ul > li {float:right;}
#cssmenu > ul > li > a {padding: 10px 15px 10px 15px;font-size:18px;text-decoration:none;color:#0f0f0f;font-family: "Playfair Display", serif;	font-weight: 400;	font-style: normal;letter-spacing: 0.9px;}
#cssmenu > ul > li:first-child > a {}
#cssmenu.align-center > ul > li:first-child > a {}
#cssmen.align-right > ul > li:first-child > a {}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {background:#f40191;color: #fff;font-size:18px;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {background:#f40191;color: #fff;font-size:18px; }
#cssmenu > ul > li:after {content: '';  position: absolute;  top: 8px;  right: 0;  display: block;  height: 17px;  width: 0px;  opacity: .15;  background:#fff; }
#cssmenu.align-right > ul > li:after {right: auto;left:-1px;}
#cssmenu > ul > li:before { content: '';  position: absolute;  top: 12px;  right: -1px;  display: block;  height: 17px;  width: 0px;  opacity: .35;  background:#fff; }
#cssmenu.align-right > ul > li:before {right:auto;left:0px;}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {display: none;}
#cssmenu.small-screen {width: 100%;background: #fff;}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {width:100%;text-align:left;}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {float: none;display: block;}
#cssmenu.small-screen > ul > li > a {padding: 5x 10px;color: #1e3669;background: #fff;}
#cssmenu.small-screen > ul > li > a:hover {background: #17171b;color: #fff;}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {display: none;}
#cssmenu.small-screen #menu-button {display: block;padding: 10px 25px 10px 25px;cursor: pointer;font-size: 16px;text-decoration: none;background: #17171b;color: #fff;}
#cssmenu.small-screen #menu-button.menu-opened {color: #ffff;}
#cssmenu.small-screen #menu-button:after { content: "";  position: absolute;  right: 25px;  top: 12px;  display: block;  -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;  border-top: 2px solid #fff;  border-bottom: 2px solid #fff;  width: 18px;  height: 3px;}
#cssmenu.small-screen #menu-button.menu-opened:after {border-top: 2px solid #fff;border-bottom: 2px solid #fff;}
#cssmenu.small-screen #menu-button:before {content: "";  position: absolute;  right: 25px;  top: 22px;  display: block;  width: 18px;  height: 2px;  background: #fff;}
#boct {
	float:left;
	background-color: rgba(255,255,255,.77);
	min-height:40px;
	width:100%;
	overflow:hidden;
    position: absolute;
    bottom: 0px;
	position: fixed;
	font-size:17px;
	text-align:center;
	padding-top:21px;	
}
#boct a {	
	background: #9b198b url(files/images/ca-1-a.svg) no-repeat left center;	
	color:#fff;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding: 15px 22px 15px 58px;
	border-radius: 10px;
}
#boct a:link {  }
#boct a:visited { }
#boct a:hover{
	background: #f40191 url(files/images/ca-1-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
/*-------------------
    Home
---------------------*/
#slide {
	float:left;
	background: #eeede9 url(files/images/slide-2560.webp) no-repeat center center;	
	width:100%;
	min-height:750px;
}
#abt {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#abt-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:120px;
	margin-bottom:50px;
}
#abt-left {
	float:left;	
	width:40%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:70px;
}
#abt-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:28px;
	color:#00a0e3;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#abt-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:35px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#abt-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#17171b;
	text-align:justify;
	margin-top:15px;
}
#abt-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	margin-top:30px;
	margin-bottom:10px;
} 
#abt-link a {
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:10px 20px 10px 20px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
}
#abt-link a:link {  }
#abt-link a:visited { }
#abt-link a:hover{
	background:#f40191;
	color:#fff;
	text-decoration:none;
	border: 1px solid #f40191;
}
#abt-right {
	float:left;
	width:48%;
	min-height:10px;
	margin-left:1%;
	margin-left:1%;
}

#how {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#how-list {
	float:left;	
	width:70%;
	min-height:10px;
	margin-left:15%;
	margin-top:100px;
	margin-bottom:70px;
}
#how-box {
	float:left;	
	width:31.33%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
}
#how-box a {
	color:#000;
	height:300px;
	text-decoration: none;
	text-align:center;
	padding-top:45px;
	display:block;
	border: 1px solid #aeb696;
	border-radius: 10px;
}
#how-box a:link {  }
#how-box a:visited { }
#how-box a:hover{
	background: #f9f5f7;
	text-decoration:none;
	border: 1px solid #f40191;
}

.how-img-1 {
	background: url(files/images/how-b1-icon-a.svg) no-repeat center top;
	height: 125px;
	transition: transform 0.3s ease, background 0.3s ease;
}
#how-box a:hover .how-img-1 {
	background: url(files/images/how-b1-icon-h.svg) no-repeat center top;
	transform: scale(1.1);
}
.how-img-2 {
	background: url(files/images/how-b2-icon-a.svg) no-repeat center top;
	height: 125px;
	transition: transform 0.3s ease, background 0.3s ease;
}
#how-box a:hover .how-img-2 {
	background: url(files/images/how-b2-icon-h.svg) no-repeat center top;
	transform: scale(1.1);
}
.how-img-3 {
	background: url(files/images/how-b3-icon-a.svg) no-repeat center top;
	height: 125px;
	transition: transform 0.3s ease, background 0.3s ease;
}
#how-box a:hover .how-img-3 {
	background: url(files/images/how-b3-icon-h.svg) no-repeat center top;
	transform: scale(1.1);
}
.how-title {
	font-size: 26px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.7px;
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
}
.how-stitle {
	font-size: 24px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.7px;
	padding-left: 20px;
	padding-right: 20px;
}
.how-txt {
	font-size:16px;
	line-height:30px;
	color:#232c33; 
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
}

#ytb {
	float:left;
	background: #edf4fc;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#ytb-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:110px;
	margin-bottom:100px;
}
#ytb-box {
	float:left;	
	width:23%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
}
.youtube-responsive-container-sh {
  position: relative;
  padding-bottom: 177.77%; /* (16 / 9) * 100% = 177.77% */
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.youtube-responsive-container-sh iframe,
.youtube-responsive-container-sh object,
.youtube-responsive-container-sh embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dom {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#dom-list {
	float:left;	
	width:70%;
	min-height:10px;
	margin-left:15%;
	margin-top:100px;
	margin-bottom:100px;
}
#dom-list-sec {
	float:left;	
	width:70%;
	min-height:10px;
	margin-left:15%;
	margin-top:100px;
	margin-bottom:100px;
}
#dom-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:32px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
}
#dom-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#17171b;
	text-align:center;
	margin-top:15px;
}
#dom-opis {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	margin-top:40px;
}
#dom-line {
	float:left;	
	width:100%;
}
#dom-box {
	float:left;	
	width:50%;
	min-height:10px;
	overflow: hidden;
}
#dom-item {
	float:left;	
	width:100%;
	min-height:10px;
}
#dom-item a {
	background: #fff url(files/images/dom-item-a.svg) no-repeat left center;		
	float:left;	
	width:100%;
	text-decoration: none;
}
#dom-item a:link {  }
#dom-item a:visited { }
#dom-item a:hover{
	background: #f9f5f7 url(files/images/dom-item-h.svg) no-repeat left center;	
	text-decoration:none;
}
.dom-title {
	font-size:18px;
	color:#17171b;
	font-weight: bold;
	padding:27px 10px 0px 70px;
}

.dom-txt {
	font-size:16px;
	line-height:26px;
	color:#17171b;
	padding:0px 10px 23px 70px;
}
#asi {
	float:left;
	background: url(files/images/asi-2560.webp) no-repeat center center;	
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#asi-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:120px;
	margin-bottom:120px;
}
#asi-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:40px;
	color:#fff;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
}
#asi-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:34px;
	color:#fff;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
	margin-top:10px;
}
#asi-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:20px;
	text-align:center;
	margin-top:45px;
	margin-bottom:30px;
} 
#asi-link a {	
	background: #01aef0 url(files/images/ca-1-a.svg) no-repeat left center;	
	color:#fff;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	font-style: normal;
	letter-spacing: 0.7px;
	padding: 15px 22px 15px 58px;
	border-radius: 10px;
}
#asi-link a:link {  }
#asi-link a:visited { }
#asi-link a:hover{
	background: #f40191 url(files/images/ca-1-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}

#con {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#con-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:120px;
	margin-bottom:120px;
}
#con-left {
	float:right;	
	width:40%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:70px;
}
#con-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:28px;
	color:#00a0e3;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#con-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:35px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#con-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#17171b;
	text-align:justify;
	margin-top:15px;
}
#con-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	margin-top:30px;
	margin-bottom:10px;
} 
#con-link a {
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:10px 20px 10px 20px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
}
#con-link a:link {  }
#con-link a:visited { }
#con-link a:hover{
	background:#f40191;
	color:#fff;
	text-decoration:none;
	border: 1px solid #f40191;
}
#con-right {
	float:left;
	width:48%;
	min-height:10px;
	margin-left:1%;
	margin-left:1%;
}

#sup {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#sup-top {
	float:left;
	width:100%;
	min-height:200px;
}
#sup-bot {
	float:left;
	background: #edf4fc;
	width:100%;
	min-height:360px;
}
#sup-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:50px;
}
#sup-top-info {
	float:left;	
	width:48%;
	min-height:300px;
	margin-left:1%;
	margin-right:1%;
}
#sup-que {
	float:left;	
	width:90%;
	min-height:10px;
	font-size:32px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.7px;
	text-align:center;
	margin-left:5%;
	margin-right:5%;
	margin-top:100px;
}
#sup-que p{ 
	margin:6px  0px 0px 0px;
	padding:6px  0px 0px 0px;
}
#sup-bot-img {
	float:right;
	background: url(files/images/sup-2560.webp) no-repeat center center;	
	width:48%;
	height:700px;
	margin-left:1%;
	margin-right:1%;
	margin-top:-450px;
}
#sup-bot-info {
	float:left;	
	width:48%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	overflow: hidden;
}
#sup-bot-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:25px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
	margin-bottom:30px;
}
#sup-bot-c-phone {
	width:100%;
	min-height:10px;
	font-size:17px;
	text-align:center;
	margin-bottom:20px;
} 
#sup-bot-c-phone a {	
	background: #fff url(files/images/c-phone-a.svg) no-repeat left center;	
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:10px 20px 10px 50px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
    width: 200px;
    display: inline-block;
    margin: 0 auto;  
}
#sup-bot-c-phone a:link {  }
#sup-bot-c-phone a:visited { }
#sup-bot-c-phone a:hover{
	background: #00a1e1 url(files/images/c-phone-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
#sup-bot-c-whatsapp {
	width:100%;
	min-height:10px;
	font-size:17px;
	text-align:center;
	margin-bottom:20px;
} 
#sup-bot-c-whatsapp a {	
	background: #fff url(files/images/c-whatsapp-a.svg) no-repeat left center;	
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:10px 20px 10px 50px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
    width: 200px;
    display: inline-block;
    margin: 0 auto;  
}
#sup-bot-c-whatsapp a:link {  }
#sup-bot-c-whatsapp a:visited { }
#sup-bot-c-whatsapp a:hover{
	background: #00a1e1 url(files/images/c-whatsapp-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
#sup-bot-c-email {
	width:100%;
	min-height:10px;
	font-size:17px;
	text-align:center;
	margin-bottom:30px;
	margin-right:20px;
} 
#sup-bot-c-email a {	
	background: #fff url(files/images/c-email-a.svg) no-repeat left center;	
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:10px 20px 10px 50px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
    width: 200px;
    display: inline-block;
    margin: 0 auto;  
}
#sup-bot-c-email a:link {  }
#sup-bot-c-email a:visited { }
#sup-bot-c-email a:hover{
	background: #00a1e1 url(files/images/c-email-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
#news {
	float:left;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#news-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:120px;
	margin-bottom:50px;
}
#news-list-sec {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:00px;
	margin-bottom:50px;
}
#news-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:32px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
}
#news-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#17171b;
	text-align:center;
	margin-top:15px;
}
#news-post {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:30px;
}


/*-------------------
    pag sec
---------------------*/

#pgt {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#pgt-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:50px;
}
#pgt-left {
	float:left;	
	width:40%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:70px;
}
#pgt-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 31px;
	line-height:43px;
	color:#00a0e3;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#pgt-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:28px;
	color:#00a0e3;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#pgt-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#17171b;
	text-align:justify;
	margin-top:15px;
}
#pgt-right {
	float:left;
	width:48%;
	min-height:10px;
	text-align:center;
	margin-left:1%;
	margin-left:1%;
}

#pgb {
	float:left;
	background: #fff;
	width:100%;
	min-height:10px;
	overflow: hidden;
}
#pgb-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:120px;	
}
#pgb-left {
	float:right;	
	width:40%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:70px;
}
#pgb-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:28px;
	color:#00a0e3;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#pgb-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:35px;
	color:#17171b;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#pgb-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#17171b;
	text-align:justify;
	margin-top:15px;
}
#pgb-right {
	float:left;
	width:48%;
	min-height:10px;
	text-align:center;
	margin-left:1%;
	margin-left:1%;
}
#pgb-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	margin-top:30px;
	margin-bottom:10px;
} 
#pgb-link a {
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:10px 20px 10px 20px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
}
#pgb-link a:link {  }
#pgb-link a:visited { }
#pgb-link a:hover{
	background:#f40191;
	color:#fff;
	text-decoration:none;
	border: 1px solid #f40191;
}
/*-------------------
    section
---------------------*/
#section {
	float:left;	
	width:100%;
	min-height:10px;
}
#section-list {
	float:left;	
	width:90%;
	min-height:500px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:60px;
}
#sidebar {
	float:right;
	background: #fff;
	width:19%;
	min-height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#sidebar-list {
	float:left;	
	width:90%;
	min-height:200px;
	margin-top:25px;
	margin-bottom:30px;
	margin-left:5%;
}
#sidebar-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:23px;
	color:#17171b;
	text-align:center;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
}
#agent {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:20px;
}
#agent-img {
	float:left;	
	width:100%;
	min-height:10px;
	text-align:center;
}
#agent-ct {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:30px;
}
#agent-ct-phone {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:17px;
	margin-bottom:30px;
} 
#agent-ct-phone a {	
	background: #fff url(files/images/c-phone-a.svg) no-repeat left center;	
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:15px 20px 15px 55px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	display:block;
}
#agent-ct-phone a:link {  }
#agent-ct-phone a:visited { }
#agent-ct-phone a:hover{
	background: #00a1e1 url(files/images/c-phone-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
#agent-ct-whatsapp {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:17px;
	margin-bottom:30px;
} 
#agent-ct-whatsapp a {	
	background: #fff url(files/images/c-whatsapp-a.svg) no-repeat left center;	
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:15px 20px 15px 55px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	display:block;
}
#agent-ct-whatsapp a:link {  }
#agent-ct-whatsapp a:visited { }
#agent-ct-whatsapp a:hover{
	background: #00a1e1 url(files/images/c-whatsapp-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
#agent-ct-email {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:17px;
	margin-bottom:30px;
} 
#agent-ct-email a {	
	background: #fff url(files/images/c-email-a.svg) no-repeat left center;	
	color:#00a0e3;
	text-decoration: none;
	font-family: "Playfair Display", serif;	
	font-weight: 400;	
	font-style: normal;
	letter-spacing: 0.7px;
	padding:15px 20px 15px 55px;
	border: 1px solid #00a0e3;
	box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-webkit-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	-moz-box-shadow: 8px 8px 0px -3px rgba(0,160,227,0.75);
	display:block;
}
#agent-ct-email a:link {  }
#agent-ct-email a:visited { }
#agent-ct-email a:hover{
	background: #00a1e1 url(files/images/c-email-h.svg) no-repeat left center;	
	color:#fff;
	text-decoration:none;
}
#content {
	float:left;	
	width:79%;
	min-height:10px;
}
#content-center {
	float:left;	
	width:100%;
	min-height:10px;
	margin-left:0%;
}
#content-list {
	float:left;		
	width:100%;
	min-height:10px;
}
#content-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:25px;
	line-height:40px;
}
#breadcrumbs {
	float:left;
	background: url(files/images/bk-cat.png) no-repeat center left;
	width:80%;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#1b1b1b;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;
} 
#breadcrumbs  a {
	color:#1b1b1b;
	text-decoration: none;
	}
#breadcrumbs a:link {  }
#breadcrumbs  a:visited { }
#breadcrumbs a:hover{
	color:#e24c4b;
	text-decoration:none;
}
#time {
	float:left;
	width:100%;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#8c8c74;
	margin-top:15px;
} 
#content-page {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#1b1b1b;
	font-weight:normal;
	text-align:justify;
	margin-top:20px;
	margin-bottom:30px;
}
#content-page p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#content-page a {
	color:#00a0e3;
	text-decoration:none;
}
#content-page a:link { }
#content-page a:visited { }
#content-page a:hover{
	color:#00a0e3;
	text-decoration:underline;
}
/*-------------------
    contact
---------------------*/
#contact-left {
	float:left;
	width:48%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#1b1b1b;
	font-weight:normal;
	text-align:justify;
}
#contact-left p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#contact-left a {
	color:#f70000;
	text-decoration:none;
}
#contact-left a:link { }
#contact-left a:visited { }
#contact-left a:hover{
	color:#f70000;
	text-decoration:underline;
}
#contact-right {
	float:right;
	width:48%;
	min-height:10px;
}

input[type="date"]:valid {
    width: 100%;padding: 10px 20px;  margin: 8px 0; box-sizing: border-box; font-size:14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.wpcf7 textarea,
.wpcf7-select {background: #fff;padding: 10px 20px;width:100%; margin: 6px 0px; box-sizing: border-box; font-size:16px;border: 1px solid #d3ced2;color:#777;}
.wpcf7-submit{
	background: #f4ebe9;
	font-size:17px;
	color:#905a56;
	text-decoration: none;
	padding:15px 20px 15px 20px;
	border: 1px solid #905a56;
	transition: 1s ease;
	transition: 0.5s ease-out;
	cursor:pointer;
	}
.wpcf7-submit:hover {
	background: #d5aaab;
	color:#fff;
	text-decoration:none;
	border: 1px solid #d5aaab;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
.grecaptcha-badge {
    display: none !important;
}
/*-------------------
    archive
---------------------*/
#archive {
	float:right;
	width:100%;
	min-height:10px;
}
#archive-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:40px;
}
#archive-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#8c8c74;
	font-family: "Cinzel", serif;
	font-weight: 400;
	text-align:center;
	margin-bottom:70px;
}
#blog {
	float:left;
	width:100%;
	min-height:10px;
}
#blog-list {
	float:left;
	width:80%;	
	min-height:10px;
	margin-left:10%;
	margin-top:100px;
	margin-bottom:40px;
}
#blog-stitle {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#8c8c74;
	font-family: "Cinzel", serif;
	font-weight: 400;
	text-align:center;
	margin-bottom:70px;
}
#blog-box {
	float:left;
	background: #fff;
	width:31.33%;
	min-height:10px;	
	margin-left:1%;
	margin-right:1%;	
	margin-bottom:40px;
	overflow:hidden;
}
#blog-i {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
}
.postimg{
	width: auto;
	height:auto;
}
#blog-c {
	float:left;
	width:90%;
	min-height:10px;	
	margin-left:5%;
	margin-top:16px;
	margin-bottom:10px;
}
#blog-d {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	color:#c8c8c8;
	text-align:right;
}
#blog-t {
	float:right;
	width:100%;
	margin-bottom:10px;	
	min-height:10px;
	font-size:21px;
	line-height:30px;
	text-align:left;	
} 
#blog-t  a {
	text-decoration: none;
	color:#000000;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}
#blog-t a:link {  }
#blog-t a:visited { }
#blog-t a:hover{
	color:#00a0e3;
	text-decoration:none;
}
#blog-a {
	float:right;
	width:100%;
	margin:15px 0px;
	min-height:10px;
	text-align:right;
	font-size:14px;
} 
#blog-a  a {
	color:#717171;
	text-decoration: none;
}
#blog-a a:link {  }
#blog-a  a:visited { }
#blog-a a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-e {
	float:left;
	width:100%;
	min-height:50px;
	font-size:17px;
	line-height:26px;
	color:#939393;
	text-align:justify;
	margin-top:5px;	
} 
#blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:13px;
	text-align:left;
	margin-top:18px;
	margin-bottom:25px;
} 
#blog-l a {
	color:#905a56;
	text-decoration: none;
	border: 1px solid #905a56;
	padding:5px 8px 6px 8px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#blog-l a:link {  }
#blog-l  a:visited { }
#blog-l a:hover{
	background: #d5aaab;
	color:#fff;
	text-decoration:none;
	border: 1px solid #d5aaab;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
/*-------------------
    footer
---------------------*/
#footer-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:70px;
	margin-bottom:70px;
}
#footer-logo {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
}
#footer-sm {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-top:20px;
}
.sm-inner-div {
    width: 180px;
    margin: 0 auto;
}
#sm-f-f {
	float:left;
	width:60px;
	height:60px;
}
#sm-f-f a {
	background: url(files/images/sm-f-f-a.svg) no-repeat center center;	
	height:60px;
	display:block;
}
#sm-f-f a:link {  }
#sm-f-f a:visited { }
#sm-f-f a:hover{
	background: url(files/images/sm-f-f-h.svg) no-repeat center center;	
	text-decoration:none;
}
#sm-f-i {
	float:left;
	width:60px;
	height:60px;
}
#sm-f-i a {
	background: url(files/images/sm-f-i-a.svg) no-repeat center center;	
	height:60px;
	display:block;
}
#sm-f-i a:link {  }
#sm-f-i a:visited { }
#sm-f-i a:hover{
	background: url(files/images/sm-f-i-h.svg) no-repeat center center;	
	text-decoration:none;
}
#sm-f-y {
	float:left;
	width:60px;
	height:60px;
}
#sm-f-y a {
	background: url(files/images/sm-f-y-a.svg) no-repeat center center;	
	height:60px;
	display:block;
}
#sm-f-y a:link {  }
#sm-f-y a:visited { }
#sm-f-y a:hover{
	background: url(files/images/sm-f-y-h.svg) no-repeat center center;	
	text-decoration:none;
}
#footer-info {
	float:left;
	width:100%;
	min-height:10px;
	border-top: 1px solid #48484b;
	margin-top:20px;
}
#footer-c {
	float:left;
	width:90%;
	min-height:10px;
	margin-top:60px;
	margin-left:5%;
}
#footer-as {
	float:left;
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-bottom:30px;
}
#footer-as-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:32px;
	color:#fff;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
}
#footer-as-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
#footer-cat {
	float:left;
	width:80%;
	min-height:10px;
}
#footer-cat-link {
	float:left;
	width:23%;
	min-height:10px;
	font-size:15px;
	text-align:center;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
} 
#footer-cat-link a {
	color:#fff;
	text-decoration: none;
	display:block;
	padding:9px 0px 6px 0px;
}
#footer-cat-link a:link {  }
#footer-cat-link a:visited { }
#footer-cat-link a:hover{
	background: #fff;
	color:#17171b;
	text-decoration:none;
}
#footer-ca {
	float:left;
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:30px;
}
#footer-ca-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:27px;
	color:#fff;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
	text-align:center;
}
#footer-ca-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
#footer-ct {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-top:20px;
}
.footer-ct-inner {
    width: 180px;
    margin: 0 auto;
}
#footer-ct-w {
	float:left;
	width:60px;
	height:60px;
}
#footer-ct-w a {
	background: url(files/images/f-whatsapp-a.svg) no-repeat center center;	
	height:60px;
	display:block;
}
#footer-ct-w a:link {  }
#footer-ct-w a:visited { }
#footer-ct-w a:hover{
	background: url(files/images/f-whatsapp-h.svg) no-repeat center center;	
	text-decoration:none;
}
#footer-ct-e {
	float:left;
	width:60px;
	height:60px;
}
#footer-ct-e a {
	background: url(files/images/f-email-a.svg) no-repeat center center;	
	height:60px;
	display:block;
}
#footer-ct-e a:link {  }
#footer-ct-e a:visited { }
#footer-ct-e a:hover{
	background: url(files/images/f-email-h.svg) no-repeat center center;	
	text-decoration:none;
}
#footer-ct-p {
	float:left;
	width:60px;
	height:60px;
}
#footer-ct-p a {
	background: url(files/images/f-phone-a.svg) no-repeat center center;	
	height:60px;
	display:block;
}
#footer-ct-p a:link {  }
#footer-ct-p a:visited { }
#footer-ct-p a:hover{
	background: url(files/images/f-phone-h.svg) no-repeat center center;	
	text-decoration:none;
}
#footer-pol {
	float:left;
	width:100%;
	min-height:10px;
	border-top: 1px solid #48484b;
	margin-top:20px;
}
#footer-pol-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	text-align:center;
	margin-top:20px;
} 
#footer-pol-link a {
	color:#fff;
	text-decoration: none;
	padding:6px 10px 6px 10px;
}
#footer-pol-link a:link {  }
#footer-pol-link a:visited { }
#footer-pol-link a:hover{
	background: #fff;
	color:#17171b;
	text-decoration:none;
}
/*-------------------
    project
---------------------*/
#project {
	float:left;
	background:#fff;
	min-height:10px;
	width:100%;
}
#project-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5%;
}
#copyright {
	float:left;
	width:60%;	
	min-height:10px;
	font-size:13px;
	color:#b7b7b7;
	text-align:center;
	margin-left:20%;
	margin-top:5px;
}
#created {
	float:right;
	width:20%;
	min-height:10px;
	text-align:right;
}
#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,161,227,.70);
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

#backToTop:hover {
    background-color: #00a1e3;
}
/*-------------------
    youtube
---------------------*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:0px;
margin-top:15px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*-------------------
    under construction
---------------------*/
#uc {
	float:left;	
	background: #fff;	
	width:100%;
	min-height:10px;
}
#uc-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-top:70px;
	margin-bottom:70px;
	margin-left:10%;
	margin-right:10%;
}
#uc-img {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-top:70px;
}
#uc-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#656565;
	text-align:center;
	margin-top:40px;
}
#uc-txt {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#656565;
	margin-top:15px;
}
#uc-txt p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
/*-------------------
    display
---------------------*/
@media (min-width:2560px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#boct {
	display:none;	
}
}
@media (min-width:2000px) and (max-width:2559px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:190px;
}
#boct {
	display:none;	
}
}
@media (min-width:1800px) and (max-width:1999px)
{
#slide {
	background: #eeede9 url(files/images/slide-2000.webp) no-repeat center center;	
	min-height:750px;
}
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:190px;
}
#boct {
	display:none;	
}
}
@media (min-width:1600px) and (max-width:1799px)
{
#slide {
	background: #eeede9 url(files/images/slide-1800.webp) no-repeat center center;	
	min-height:700px;
}
#how-list {
	width:80%;
	margin-left:10%;
}
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:150px;
}
#blog-box {
	min-height:470px;	
}
#boct {
	display:none;	
}
}
@media (min-width:1400px) and (max-width:1599px)
{
#slide {
	background: #eeede9 url(files/images/slide-1600.webp) no-repeat center center;	
	min-height:650px;
}
#how-list {
	width:80%;
	margin-left:10%;
}
#sidebar {
	width:21%;
	position:-webkit-sticky;
	position:sticky;
	top:190px;
}
#content {
	width:77%;
}
#blog-box {
	width:48%;
}
#boct {
	display:none;	
}
}
@media (min-width:1200px) and (max-width:1399px)
{
#slide {
	background: #eeede9 url(files/images/slide-1400.webp) no-repeat center center;	
	min-height:600px;
}
#how-list {
	width:80%;
	margin-left:10%;
}
#sidebar {
	width:24%;
	position:-webkit-sticky;
	position:sticky;
	top:190px;
}
#content {
	width:74%;
}
#blog-box {
	width:48%;
}
#boct {
	display:none;	
}
}
@media (min-width:1000px) and (max-width:1199px)
{
#slide {
	background: #eeede9 url(files/images/slide-1200.webp) no-repeat center center;	
	min-height:550px;
}
#header-logo {
	width:60%;
	margin-left:0%;
}
#header-ctc {
	width:30%;
	margin-top:17px;
}
#abt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#abt-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#how-list {
	width:90%;
	margin-left:5%;
}
#ytb-box {
	width:48%;
}
#con-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#con-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#sup-que {
	margin-top:50px;
}
#sidebar {
	width:80%;
	margin-right:10%;
	margin-top:20px;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-center {
	width:90%;
	margin-left:5%;
}
#pgt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#pgt-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#pgb-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#pgb-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#blog-box {
	width:48%;
	min-height:430px;
}
#footer-list {
	width:80%;
	margin-left:10%;
}
#boct {
	display:none;	
}
}
@media (min-width:768px) and (max-width:999px)
{
#slide {
	background: #eeede9 url(files/images/slide-1000.webp) no-repeat center center;	
	min-height:500px;
}
#header-logo {
	width:60%;
	margin-left:0%;
}
#header-ctc {
	width:30%;
}
#abt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#abt-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#how-list {
	width:70%;
	margin-left:15%;
}
#how-box {
	width:98%;
}
#ytb-box {
	width:48%;
}
#con-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#con-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#sup-top {
	width:98%;
	min-height:10px;
}
#sup-top-info {
	width:98%;
	min-height:230px;
}
#sup-que {
	margin-top:0px;
}
#sup-bot-img {
	background: url(files/images/sup-2560.webp) no-repeat center center;	
	width:90%;
	height:400px;
	margin-left:5%;
	margin-right:5%;
	margin-top:-200px;
}
#sup-bot-info {	
	width:98%;
	margin-top:50px;
}
#sidebar {
	width:90%;
	margin-right:5%;
	margin-top:20px;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-center {
	width:90%;
	margin-left:5%;
}
#pgt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#pgt-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#pgb-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#pgb-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#contact-left {
	width:100%;
}
#contact-right {
	width:100%;
	margin-top:40px;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#footer-list {
	width:80%;
	margin-left:10%;
}
#footer-cat-link {
	width:48%;
} 
#boct {
	display:none;	
}
}
@media (min-width:480px) and (max-width:767px)
{
#slide {
	background: #eeede9 url(files/images/slide-768.webp) no-repeat center center;	
	min-height:450px;
}
#header-logo {
	width:60%;
	margin-left:0%;
}
#header-ctc {
	width:40%;
}
#abt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#abt-right {
	width:100%;
	min-height:10px;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#how-list {
	width:70%;
	margin-left:15%;
}
#how-box {
	width:98%;
}
#ytb-box {
	width:48%;
}
#dom-box {
	width:100%;
}
#con-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#con-right {
	width:100%;
	min-height:10px;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#sup-top-info {
	width:98%;
}
#sup-que {
	margin-top:0px;
}
#sup-bot-img {
	background: url(files/images/sup-2560.webp) no-repeat center center;	
	width:90%;
	height:375px;
	margin-left:5%;
	margin-right:5%;
	margin-top:-200px;
}
#sup-bot-info {	
	width:98%;
	margin-top:50px;
}
#sidebar {
	width:90%;
	margin-right:5%;
	margin-top:20px;
}
#content {
	width:100%;	
}
#content-center {
	width:100%;
	margin-left:0%;
}
#pgt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#pgt-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#pgb-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#pgb-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#contact-left {
	width:100%;
}
#contact-right {
	width:100%;
	margin-top:40px;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#footer-list {
	width:80%;
	margin-left:10%;
}
#footer-cat-link {
	width:48%;
} 
#boct {
	display:none;	
}
}
@media (min-width:300px) and (max-width:479px)
{
header {
    height: 140px;
}
#home {
	margin-top:90px;
}
#main {
	margin-top:90px;
}
#slide {
	background: #eeede9 url(files/images/slide-480.webp) no-repeat center center;	
	min-height:400px;
}
#header-logo {
	width:80%;
	margin-left:10%;
	margin-bottom:10px;
}
#header-ctc {
	display:none;
}
#abt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#abt-right {
	width:100%;
	min-height:10px;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#how-list {
	width:80%;
	margin-left:10%;
}
#how-box {
	width:98%;
}
#ytb-box {
	width:98%;
}
#dom-list {
	width:80%;
	margin-left:10%;
}
#dom-list-sec {
	width:80%;
	margin-left:10%;
}
#dom-box {
	width:100%;
}
#con-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#con-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#sup-top-info {
	width:98%;
}
#sup-que {
	margin-top:0px;
}
#sup-bot-img {
	background: url(files/images/sup-2560.webp) no-repeat center center;	
	width:90%;
	height:300px;
	margin-left:5%;
	margin-right:5%;
	margin-top:-150px;
}
#sup-bot-info {	
	width:98%;
	margin-top:50px;
}
#sidebar {
	width:90%;
	margin-right:5%;
	margin-top:20px;
}
#content {
	width:100%;	
}
#content-center {
	width:100%;
	margin-left:0%;
}
#pgt-left {
	width:90%;
	margin-left:5%;
	margin-top:0px;
}	
#pgt-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#pgb-left {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#pgb-right {
	width:100%;
	margin-left:0%;
	margin-left:0%;
	margin-top:40px;
}
#contact-left {
	width:100%;
}
#contact-right {
	width:100%;
	margin-top:40px;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#footer-list {
	width:80%;
	margin-left:10%;
}
#footer-cat-link {
	width:48%;
} 
#copyright {
	width:78%;
	margin-left:0%;
}
#created {
	width:20%;
}
}