#newTopImage{width:100%; margin-top:117px;}
#newTopImage .topImagePic{width:100%;}
#newTopImage .topImagePic img{width: 100%; height: auto;}
#newTopImage .topImageOn{width:90%; z-index: 1000; position:absolute; top:240px; left: 10%;}
#newTopImage .topImageText{width:100%;  color: #ffffff; font-size: 45px; line-height: 75px;}
#newTopImage .topImageDesc{width:100%;  color: #ffffff; font-size: 23px; line-height: 35px;}
#newTopImage .topImageMore{margin-top: 40px;}
#newTopImage .topImageMore a {display: block; text-decoration: none; width: 250px; height: 60px; color: #ffffff; background-color: #009999; border-radius: 5px; text-align: center; line-height: 60px; font-size:22px; }
#newTopImage .topImageMore a:hover{opacity: 0.9}

#aboutDiv{width: 80%; margin: 0% 10%; /*display:none;*/}
#aboutDiv .aboutTitle{width: 100%; text-align: center; font-size: 45px; line-height: 75px; margin: 60px 0px 10px 0px; color:#009899;}
#aboutDiv .aboutText{width: 100%; font-size: 18px; line-height: 38px;}

#usersDiv{width: 100%; margin-top: 100px;}
#usersDiv .usersTitle{width: 100%; text-align: center; font-size: 45px; line-height: 75px; text-transform: uppercase; color:#009899;}
#usersDiv .usersList{width: 80%; margin: 0% 10%;}
#usersDiv .tabs{margin-top: 40px;}
#usersDiv .tabs:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
#usersDiv .userTab{float: left; width: 20%; text-align: center;  cursor: pointer;}

#usersDiv .userTab .userPic{width: 110px; margin: 0px auto; height: 110px; background-position: top; background-repeat: no-repeat;}
#usersDiv .userTab .userTitle{width:180px; margin: 0px auto; padding-top: 10px; font-size: 18px;}

#usersDiv .userTab:first-child .userPic{/*background-position:bottom;*/}
#usersDiv .userTab:first-child .userTitle{/*color: #663399;*/}

#usersDiv .descs{margin: 3% 0%; /*min-height: 250px;*/}
#usersDiv .userDesc{display: none;}
#usersDiv .userDesc .desc{line-height: 35px; font-size: 18px;}

/*#usersDiv .register{width: 150px; margin: 0px auto;}*/
#usersDiv .register a{display: block;width: 240px;margin:0 auto; height: 50px; line-height: 50px; color: #ffffff; text-align: center; background-color: #663399; border-radius: 5px; font-size: 22px; text-decoration:none;}
#usersDiv .register a:hover{opacity: 0.9}

/*#registerDiv{width: 100%; background-color: #009899; min-height: 770px; color: #ffffff; margin-top: 70px;}*/
#registerDiv{width: 100%; background-color: #009899; min-height: 670px; color: #ffffff; margin-top: 70px;}
#registerDiv .registerWrapper{width: 835px; margin: 0px auto; padding-bottom: 70px;}
#registerDiv .registerTitle{width: 100%; text-align: center; font-size: 45px; line-height: 75px; text-transform: uppercase; padding-top: 70px;}
#registerDiv .subTitle{width: 100%; text-align: center; font-size: 16px; line-height: 16px; color: #ffffff; padding-bottom:25px;}
#registerDiv .subTitle a{font-size: 16px; line-height: 16px; text-decoration:underline; color: #ffffff;}

#registerDiv .registerTabs{padding: 50px 100px;}
#registerDiv .registerTabs:after{clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
#registerDiv .registerTabs .registerTab{width: 301px; height: 58px; cursor: pointer; float: left; line-height: 58px; border: 1px solid #ffffff; border-radius: 5px; text-align: center; font-size: 22px; }
#registerDiv .registerTabs .registerTab:last-child{float: right;}
#registerDiv .registerTabs .on{border: 1px solid #FFFFFF; background-color: #37AFAE;}

/*#registerDiv .regiterForm{background-color: #37AFAE; padding: 55px 55px 20px 55px; }*/
/*#registerDiv .regiterForm .fieldSet{height: 280px;}*/
#registerDiv .regiterForm{background-color: #37AFAE; padding: 55px 220px 20px 220px; }
#registerDiv .regiterForm .fieldSet{height: 210px;}
#registerDiv .regiterForm .field-left{float: left; position: relative; width: 345px; height: 50px; margin:0px 0px 20px 0px;}
#registerDiv .regiterForm .field-right{float: right; width: 345px; height: 50px; margin:0px 0px 20px 0px;}
#registerDiv .regiterForm input.half{text-indent: 24px; width: 345px; height: 50px; display: block;  line-height: 50px; border: none; border-radius: 5px;  color: #ffffff; background-color: #73C7C7;}
#registerDiv .regiterForm .all{width: 100% !important;}
#registerDiv .organization_div{display: none;}

.roundCheckbox {
  position: relative;
		
}

.roundCheckbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.roundCheckbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.roundCheckbox input[type="checkbox"] {
  visibility: hidden;
}

.roundCheckbox input[type="checkbox"]:checked + label {
  background-color: #37AFAE;
  border-color: #ffffff;
}

.roundCheckbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.roundCheckbox span{/*display: inline-block;*/ margin-left: 15px; line-height: 30px;}
.roundCheckbox span a{color: #613F9B; text-decoration:underline; font-weight:bold;}
/*
#registerDiv .registerSend{width: 150px; margin: 0px auto;}
#registerDiv .registerSend .sendButton{width: 148px; height: 48px; margin-top: 15px; display: block; line-height: 48px; color: #ffffff; font-size: 24px; background-color: #663399; border: 1px solid #663399; border-radius: 5px;}
*/
#registerDiv .registerSend{width: 230px; margin: 0px auto;} 
#registerDiv .registerSend .sendButton{width: 228px; height: 48px; margin-top: 15px; display: block; line-height: 48px; color: #ffffff; font-size: 24px; background-color: #663399; border: 1px solid #663399; border-radius: 5px;}
#registerDiv .registerSend .sendButton:hover{opacity: 0.9}



#contactDiv {
	background-image: url(../images/contact_bg.jpg); 
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	min-height: 500px;
	background-size: cover;}
#contactDiv .contactWrapper{}
#contactDiv .contactTitle{width: 100%; text-align: center; font-size: 45px; line-height: 75px; text-transform: uppercase; padding-top: 70px; color: #ffffff;}
#contactDiv .contactForm{width: 835px; margin: 0px auto; padding-bottom: 70px;}
#contactDiv .contactForm .contactFields{margin-top: 30px;}
#contactDiv .contactForm .contactFields .field{float: left; /*position: relative;*/}
#contactDiv .contactForm .contactFields .field:nth-child(2){float: right;}
#contactDiv .contactForm .contactFields .field:nth-child(4){float: right;}

#contactDiv .contactForm .contactFields .field input{
	text-indent: 24px; width: 400px; height: 50px; display: block; float: left; line-height: 50px; border-radius: 5px; margin:0px 0px 20px 0px; color: #ffffff;
	background: transparent;  border: 1px solid #ffffff;}

#contactDiv .contactForm .contactFields .textarea{float: none;}
#contactDiv .contactForm .contactFields .field textarea{width: 100%; height: 100px; background: transparent; border: 1px solid #ffffff; text-indent: 24px; border-radius: 5px; color: #ffffff;}
#contactDiv .submit{width: 148px; margin: 0px auto;}
#contactDiv .contactForm .contactFields button{width: 148px; height: 48px; margin-top: 15px; display: block; line-height: 48px; color: #ffffff; font-size: 24px; background-color: #663399; border: 1px solid #ffffff; border-radius: 5px;}
#contactDiv .contactForm .contactFields button:hover{opacity: 0.9}

#contactDiv .contactForm .contactFields .suc{color: #ffffff; font-size: 24px;}
#contactDiv .contactForm .contactFields #is_robot{display:none;}
/*
#samplesDiv{width: 100%;}
#samplesDiv .samplesTitle{width: 100%; text-align: center; font-size: 42px; color:#0F426E; font-weight: bold; padding-bottom: 20px;}
#samplesDiv .sampleItem{width: 100%;}
#samplesDiv .sampleItem .image{width: 50%; float: right;}
#samplesDiv .sampleItem .image2{width: 50%; float: left;}
#samplesDiv .sampleItem .content{width: 50%; min-height: 641px; float: left; background-image: url(../images/left_arrow.png); background-repeat: no-repeat; background-position: right center;}
#samplesDiv .sampleItem .content2{width: 50%; min-height: 641px; float: right; background-image: url(../images/right_arrow.png); background-repeat: no-repeat; background-position: left center;}

#samplesDiv .sampleItem img{width: 100%; min-height: 641px;}

#samplesDiv .sampleItem .bg1{background-color: #D7DADB;}
#samplesDiv .sampleItem .bg2{background-color: #AADDE8;}
#samplesDiv .sampleItem .bg3{background-color: #85939E;}
#samplesDiv .sampleItem .title{display: block; width: 100%; padding-right:85px; padding-top: 110px;  font-size: 38px; color: #000;}
#samplesDiv .sampleItem .desc{display: block; width: 100%; padding:10px 85px 30px 85px;  color: #000;}
#samplesDiv .sampleItem .order{display: block; width: 144px; margin: 0px auto;}
#samplesDiv .sampleItem .order a{display: block; background-color: #fff; border: 4px solid #0F426E;  width: 136px; height: 54px; color: #0F426E; padding-top:12px;  text-align: center; font-size: 16px; font-weight: bold;}

#storesDiv{width: 100%; text-align: center;}
#storesDiv .storesTitle{width: 100%; text-align: center; font-size: 42px; color:#0F426E; font-weight: bold; padding-bottom: 20px; padding-top: 20px;}
#storesDiv .storesDesc{width: 100%; text-align: center; margin-bottom: 20px;}
#storesDiv .storesTable{display: table ; text-align: right; padding: 0% 8%;}
#storesDiv .storesTable .thead{display: table-header-group; background-color: #0D283F; }
#storesDiv .storesTable .th{display: table-cell; color: #fff; font-size: 16px; font-weight: bold; padding: 10px 0px; text-indent: 15px; width: 20%;}
#storesDiv .storesTable .tbody{display: table-row-group;}
#storesDiv .storesTable .tr{display: table-row;}
#storesDiv .storesTable .td{display: table-cell;width: 20%; border-top: 1px solid #D7DADB; padding: 22px 15px 7px 5px;text-align: right; vertical-align: top;}
#storesDiv .storesTable .tdImg{padding-top: 8px !important; vertical-align: top;}
#storesDiv .storesTable .td img{border: none; max-width: 284px; height: auto;}

.width10{width:10% !important;}
.width20{width:20% !important;}
.width25{width:25% !important;}
.width35{width:35% !important;}
.dirLtr{direction: ltr;}

#contactDiv{width: 100%; min-height: 473px; background-image:url(../images/bottom_bg.png); background-repeat: no-repeat; background-size: 100% auto; background-position: bottom; margin: 0px; padding: 0px;}
#contactDiv .contactTitle{width: 100%; text-align: center; font-size: 42px; color:#0F426E; font-weight: bold; padding-bottom: 50px; padding-top: 20px;}
#contactDiv .contactForm{width: 60%; margin-right: 20%; margin-left: 20%; padding-bottom: 8%;}
#contactDiv .contactForm .contactFields{float: right; width: 30%;}
#contactDiv .contactForm .contactFields .field{width: 100%;}
#contactDiv .contactForm .contactFields .field input{width: 100%; border: 1px solid #D0D4D5; text-indent: 15px; padding-top: 8px; padding-bottom: 8px; margin-bottom: 8px;}
#contactDiv .contactForm .contactFields .field textarea{width: 100%; height: 110px; border: 1px solid #D0D4D5; text-indent: 15px;}
#contactDiv .contactForm .contactMap{float: left; width: 60%;}
#contactDiv .contactForm .contactFields button{background-color: #56BCD2; color: #fff; width: 100%; text-align: center; padding: 8px 0px; border: none !important; font-size: 24px !important;} 



#slideTopGallery{width:100%; direction:ltr; position:relative; margin-top:90px; background-color:#900;}
#slideTopGallery .gallery{height:300px; min-height:500px;}
#slideTopGallery .item{height:300px; min-height:500px; background:no-repeat center; background-size:cover; position:relative;}
#slideTopGallery .item .overlay{position:absolute; width:100%; height:100%; top:0; right:0; background:rgba(0,0,0,0);}
#slideTopGallery .slick-prev{left:25px; z-index:100;}
#slideTopGallery .slick-next{right:25px; z-index:100;}
#slideTopGallery .description{position:absolute; top:0; right:0; width:100%; height:100%; direction:rtl; text-align:center;}
#slideTopGallery .description .table{display:table; width:100%; height:100%;}
#slideTopGallery .description .td{display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle;}
#slideTopGallery .description .text{background:rgba(0,0,0,0.5); padding:15px; display:inline-block;}
#slideTopGallery .description h2{position:relative; font-size:90px; line-height:80px; font-weight:bold; margin:0; padding:0; display:block; color:#fff;}
#slideTopGallery .description h3{position:relative; font-size:30px; font-weight:normal; line-height:1.5em; margin:0; padding:0; display:block; color:#fff;}
#slideTopGallery .description div.link{position:relative; padding-top:20px;}
#slideTopGallery .description div.link a.link{display:inline-block; line-height:62px; background:#f9a11d; padding-left:40px; padding-right:40px; font-size:24px; 
font-weight:bold; color:#fff;}
#slideTopGallery .description .fa{font-size:18px;}

#slideTopGallery .onGalleryRows{position:absolute; bottom:-5px; width:100%; text-align:center; direction:rtl;}
#slideTopGallery .onGalleryRows ul{margin:0; padding:0; list-style:none; display:inline-block;}
#slideTopGallery .onGalleryRows ul li{margin:0; padding:0; height:110px; list-style:none; display:block; float:right; background:rgba(0,0,0,0.8); margin-left:3px; margin-right:3px;
padding-left:30px; padding-right:30px; position:relative;}
#slideTopGallery .onGalleryRows ul li:first-child{margin-right:0;}
#slideTopGallery .onGalleryRows ul li:lasr-child{margin-left:0;}
#slideTopGallery .onGalleryRows ul li span.right{display:table-cell; height:110px; vertical-align:middle; padding-left:12px;}
#slideTopGallery .onGalleryRows ul li span.right img{max-width:84px; max-height:110px;}
#slideTopGallery .onGalleryRows ul li span.right img.off{display:block;}
#slideTopGallery .onGalleryRows ul li span.right img.on{display:none;}
#slideTopGallery .onGalleryRows ul li span.left{display:table-cell; height:110px; vertical-align:middle;}
#slideTopGallery .onGalleryRows ul li span.title{display:block; font-size:24px; color:#fff; font-weight:bold; text-align:right;}
#slideTopGallery .onGalleryRows ul li span.readMore{display:block; font-size:15px; color:#2693e4; font-weight:bold; text-align:right; background:url(images/icon_arrow_left_gold.png) no-repeat right 60px center;}
#slideTopGallery .onGalleryRows a:hover{text-decoration:none;}
#slideTopGallery .onGalleryRows ul li:hover{background:rgba(224,195,88,0.7); height:132px;}
#slideTopGallery .onGalleryRows ul li:hover span.right{height:132px;}
#slideTopGallery .onGalleryRows ul li:hover span.left{height:132px;}
#slideTopGallery .onGalleryRows ul li:hover span.right img.off{display:none;}
#slideTopGallery .onGalleryRows ul li:hover span.right img.on{display:block;}
#slideTopGallery .onGalleryRows ul li:hover span.readMore{color:#fff; background-image:url(images/icon_read_more_w.png);}
#slideTopGallery .backgroundVideo{background:no-repeat center; background-size:cover;}
#slideTopGallery button.backgroundVideoSound{display:block; position:absolute; right:15px; top:50%; width:30px; height:30px; border:none; background:transparent no-repeat center; background-size:cover; z-index:20;}
#slideTopGallery button.backgroundVideoSound.unmute{background-image:url(../../vendor/images/unmute.png);}
#slideTopGallery button.backgroundVideoSound.mute{background-image:url(../../vendor/images/mute.png);}

div.homeTopText{width:70%; margin:0 auto; text-align:center; margin-top:60px;}
div.homeTopText div.text{font-size:28px; color:#8e9393; position:relative;}
div.homeTopText div.text:before{display:block; height:1px; width:215px; background:#2693e4; margin:0 auto; content:"";}
div.homeTopText div.text:after{display:block; height:1px; width:215px; background:#2693e4; margin:0 auto; content:"";}

div.home-wrapper{width:1500px; margin:0 auto; overflow:hidden;}

div.homeRow-1{margin-top:60px;}
div.homeRow-1 div.right{float:right; width:970px;}
div.homeRow-1 div.right h3.rightTitle{font-size:30px; font-weight:normal; margin-bottom:37px; position:relative;}
div.homeRow-1 div.right h3.rightTitle:after{display:block; content:""; width:45px; height:1px; background:#2693e4; margin-top:20px;}
div.homeRow-1 div.right div.homeAboutContent{}
div.homeRow-1 div.right div.homeAboutContent div.aboutImage{float:right; width:440px; position:relative; overflow:hidden; }
div.homeRow-1 div.right div.homeAboutContent div.aboutImage img{width:100%; height:auto; display:block; transform:scale(1); transition:all 0.5s ease;}
div.homeRow-1 div.right div.homeAboutContent div.aboutImage img:hover{transform:scale(1.5);}
div.homeRow-1 div.right div.homeAboutContent div.aboutText{float:left; width:500px;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText.noImage{float:none; width:100%;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText h4.homeAboutTitle{font-size:24px; font-weight:bold; position:relative; color:#2693e4;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText div.desc{font-size:18px; line-height:1.5em; position:relative;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText a.more{color:#8e9393; display:inline-block; font-size:16px; font-weight:bold; text-decoration:underline; transition:all 0.5s ease;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText a.more:hover{color:#2693e4;}
div.homeRow-1 div.left{float:left; width:450px;}
div.homeRow-1 div.left h3.leftTitle{font-size:30px; font-weight:normal; margin-bottom:37px; position:relative;}
div.homeRow-1 div.left h3.leftTitle:after{display:block; content:""; width:45px; height:1px; background:#2693e4; margin-top:20px;}
div.homeRow-1 div.left div.upcomingEventList{}
div.homeRow-1 div.left div.upcomingEventList ul{margin:0; padding:0; list-style:none; display:block;}
div.homeRow-1 div.left div.upcomingEventList ul li{margin:0; padding:0; list-style:none; display:block; margin-bottom:25px; position:relative;}
div.homeRow-1 div.left div.upcomingEventList ul li:last-child{margin-bottom:0;}
div.homeRow-1 div.left div.upcomingEventList a.link{display:block; color:#1e1e1f;}
div.homeRow-1 div.left div.upcomingEventList span.date{display:block; float:right; width:60px; height:60px; border:2px solid #2693e4;}
div.homeRow-1 div.left div.upcomingEventList span.date .td{display:table-cell; width:60px; height:60px; padding-left:10px; padding-right:10px; text-align:center; vertical-align:middle; font-weight:bold;}
div.homeRow-1 div.left div.upcomingEventList span.date.dateEn .td{font-size:11px; padding-left:0; padding-right:0;}
div.homeRow-1 div.left div.upcomingEventList span.date.dateHeEn .td{font-size:10px; padding-left:0; padding-right:0; height:57px;}
div.homeRow-1 div.left div.upcomingEventList span.image{display:block; float:right; width:70px;}
div.homeRow-1 div.left div.upcomingEventList span.image img{width:70px; height:70px;}
div.homeRow-1 div.left div.upcomingEventList span.content{display:block; float:left; width:370px;}
div.homeRow-1 div.left div.upcomingEventList li span.title{font-size:18px; font-weight:bold; color:#2693e4; display:block; transition:all 0.5s ease;}
div.homeRow-1 div.left div.upcomingEventList li:hover span.title{color:#2693e4;}
div.homeRow-1 div.left div.upcomingEventList span.desc{font-size:18px; line-height:1.5em;}
div.homeRow-1 div.left a.more{display:inline-block; font-weight:bold; text-decoration:underline; color:#8e9393; margin-top:16px;}

div.homeRow-2{margin-top:60px;}
div.homeRow-2 div.right{float:right; width:980px;}
div.homeRow-2 div.right.noLeft{float:none; width:100%;}
div.homeRow-2 div.right ul.specialProjects{padding:0; margin:0; list-style:none; display:block;}
div.homeRow-2 div.right ul.specialProjects li{padding:0; margin:0; list-style:none; display:block; float:right; width:calc(25% - 30px); margin-left:15px; margin-right:15px; margin-bottom:30px;}
div.homeRow-2 div.right ul.specialProjects li:first-child{margin-right:0;}
div.homeRow-2 div.right ul.specialProjects li:last-child{margin-left:0;}
div.homeRow-2 div.right ul.specialProjects li a{color:inherit; text-decoration:none;}
div.homeRow-2 div.right ul.specialProjects li span.imageContainer{height:240px; overflow:hidden; margin-bottom:10px;}
div.homeRow-2 div.right ul.specialProjects li span.image{height:240px; background:no-repeat center; background-size:cover; transform:scale(1); transition:all 0.5s ease;}
div.homeRow-2 div.right ul.specialProjects li:hover span.image{transform:scale(1.5);}
div.homeRow-2 div.right ul.specialProjects li span.title{padding-bottom:10px;}
div.homeRow-2 div.right ul.specialProjects li span.desc{padding-bottom:10px;}
div.homeRow-2 div.right ul.specialProjects li span.more{transition:all 0.5s ease;}
div.homeRow-2 div.right ul.specialProjects li:hover span.more{color:#2693e4;}
div.homeRow-2 div.left{float:left; width:450px;}
div.homeRow-2 div.left img{width:100%; height:auto; border:2px solid #d8dada;}
div.homeRow-2 div.left iframe{width:100%; height:450px; border:2px solid #d8dada;}



div.homeRow-gallery{margin-top:60px; background:#f6f6f5; padding-top:30px;}
div.homeRow-gallery div.right{float:right; width:980px;}
div.homeRow-gallery div.right.noLeft{float:none; width:100%;}
div.homeRow-gallery div.right h3.homeGalleryTitle{padding:0; margin:0; color:#1e1e1f; font-size:30px; text-align:center; font-weight:normal; margin-bottom:50px; margin-top:40px; position:relative;}
div.homeRow-gallery div.right h3.homeGalleryTitle:after{content:''; position:absolute; width:40px; height:1px; background:#fc6865; bottom:-10px; left:calc(50% - 20px);}
div.homeRow-gallery div.right ul.specialProjects{padding:0; margin:0; list-style:none; display:block; margin-left:-14px; margin-right:-14px}
div.homeRow-gallery div.right ul.specialProjects li{padding:0; margin:0; list-style:none; display:block; float:right; width:calc(25% - 28px); margin-left:14px; margin-right:14px; margin-bottom:28px;}
div.homeRow-gallery div.right ul.specialProjects li a{color:inherit; text-decoration:none;}
div.homeRow-gallery div.right ul.specialProjects li span.imageContainer{height:265px; overflow:hidden; margin-bottom:10px;}
div.homeRow-gallery div.right ul.specialProjects li span.image{height:265px; background:no-repeat center; background-size:cover; transform:scale(1); transition:all 0.5s ease;}
div.homeRow-gallery div.right ul.specialProjects li span.over{opacity:0; position:absolute; width:100%; height:100%; top:0; right:0; background:rgba(0,0,0,0.75); color:#fff; transition:all 0.5s ease;}
div.homeRow-gallery div.right ul.specialProjects li span.table{display:table; width:100%; height:100%;}
div.homeRow-gallery div.right ul.specialProjects li span.td{display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center;}
div.homeRow-gallery div.right ul.specialProjects li:hover span.image{transform:scale(1.5);}
div.homeRow-gallery div.right ul.specialProjects li:hover span.over{opacity:1;}
div.homeRow-gallery div.right ul.specialProjects li span.title{padding-bottom:10px;}
div.homeRow-gallery div.right ul.specialProjects li span.desc{padding-bottom:10px;}
div.homeRow-gallery div.right ul.specialProjects li span.more{transition:all 0.5s ease;}
div.homeRow-gallery div.right ul.specialProjects li:hover span.more{color:#fc6865;}
div.homeRow-gallery div.left{float:left; width:450px;}
div.homeRow-gallery div.left img{width:100%; height:auto; border:2px solid #d8dada;}
div.homeRow-gallery div.left iframe{width:100%; height:450px; border:2px solid #d8dada;}



div.homeRow-3{margin-top:60px; margin-bottom:60px; background:#e3e3e1; padding-top:50px; padding-bottom:25px;}
h3.happeningTitle{margin-bottom:40px;}
h3.happeningTitle:after{display:block; content:""; width:45px; height:1px; background:#2693e4; margin-top:20px;}
div.homeRow-3 ul.happeningList{margin:0; padding:0; list-style:none;}
div.homeRow-3 ul.happeningList li{margin:0; padding:0; list-style:none; float:right; width:355px; margin-left:13px; margin-right:13px; margin-bottom:26px;}
div.homeRow-3 ul.happeningList li:first-child{margin-right:0;}
div.homeRow-3 ul.happeningList li:last-child{margin-left:0;}
div.homeRow-3 ul.happeningList li span.imageContainer{height:266px; overflow:hidden;}
div.homeRow-3 ul.happeningList li span.imageContainer span.overContainer{opacity:0; position:absolute; display:table; width:100%; height:100%; right:0; top:0; background:rgba(0,0,0,0.74); transition:all 0.5s ease;}
div.homeRow-3 ul.happeningList li span.imageContainer:hover span.overContainer{opacity:1;}
div.homeRow-3 ul.happeningList li span.imageContainer span.over{display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle;}
div.homeRow-3 ul.happeningList li span.imageContainer span.over span.title{}
div.homeRow-3 ul.happeningList li span.imageContainer span.over span.desc{}
div.homeRow-3 ul.happeningList li span.imageContainer span.image{height:266px; background:no-repeat center; background-size:cover;}
div.homeRow-3 a.more{}


div.homeRow-onus{margin-top:60px; margin-bottom:60px; padding-bottom:50px;}
div.homeRow-onus h3.happeningTitle{margin-bottom:40px; text-align:center;}
div.homeRow-onus h3.happeningTitle:after{content:''; position:absolute; width:40px; height:1px; background:#2693e4; bottom:-10px; left:calc(50% - 20px);}
div.homeRow-onus ul.happeningList{margin:0; padding:0; list-style:none; direction:ltr;}
div.homeRow-onus ul.happeningList li.list{direction:rtl; margin:0; padding:0; list-style:none; width:100%; margin-bottom:26px; text-align:center;}
div.homeRow-onus ul.happeningList li.list span.image{width:235px; height:235px; background:no-repeat center; background-size:cover; border-radius:50%; display:inline-block;}
div.homeRow-onus ul.happeningList li.list span.title{color:#b0b0af; font-size:27px; font-weight:bold;}
div.homeRow-onus ul.happeningList li.list span.desc{}
div.homeRow-onus ul.happeningList .slick-dots li button:before{font-size:13px;}
div.homeRow-onus ul.happeningList .slick-dots li button:before{color:#d6d6d4; opacity:1;}
div.homeRow-onus ul.happeningList .slick-dots li.slick-active button:before{color:#2693e4; opacity:1;}
*/
