@charset "utf-8";
/* CSS Document */

/* CSS font face */
@font-face {
   font-family: GillSans;
   src: url(../fonts/GillSansStd.otf);
}
@font-face {
   font-family: MyriadPro-Regular;
   src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
   font-family:Gill-Sans-Std-Extra-Bold;
   src: url(../fonts/Gill-Sans-Std-Extra-Bold.ttf);
}
@font-face {
   font-family:perpeta;
   src: url(../fonts/perpeta.ttf);
}

@font-face {
   font-family:GillSans-SemiBold;
   src: url(../fonts/GillSans-SemiBold.ttf);
}


@font-face {
   font-family:GillSansStd-Bold;
   src: url(../fonts/GillSansStd-Bold.otf);
}



@font-face {
  font-family: 'GillSans';
  src: url('../fonts/GillSans.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSans';
  src:url('../fonts/GillSans.ttf')  format('truetype'), url('../fonts/GillSans.svg#GillSans') format('svg');
  font-weight: normal;
  font-style: normal;
}




   

html{overflow-x:hidden}
html,body{font-size: 16px; background:#FFFFFF;  font-family: GillSans; padding: 0 !important;overflow-x:hidden}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; vertical-align: baseline; }
p{color:#000000; font-size:1em;line-height: 1.5;}
a{transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s; text-decoration:none;}
a:active, a:hover, a:focus{outline: 0; text-decoration:none;}
ul li{list-style:none;list-style: none;list-style-image: none;list-style-type: none;}
input:focus,textarea:focus  {outline: none;}
::-webkit-input-placeholder {  color:#dcdcdc;}
:-ms-input-placeholder { color:#dcdcdc; }
::placeholder { color:#dcdcdc;}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* === Header Group === */
h1, .h1{font-size:72px;font-family: GillSans;}
h2, .h2{font-size: 48px;font-family: GillSans;}
h3, .h3{font-size:32px;font-family: GillSans;}
h4, .h4{font-size:30px;font-family: GillSans;}
h5, .h5{font-size:24px;font-family: GillSans;}
h6, .h6{font-size:18px;font-family: GillSans;}


@media (min-width: 1400px){
.container {
    width: 1270px;
}
}

.section{padding: 4.5em 0;}
.section-large{padding: 8em 0;}

/*Button CSS ----------------*/
.btn, .btn:focus, .btn:active, .btn:active:focus{font-size: 1.125em;position: relative;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;white-space: normal;outline: none;outline-offset: 0;box-shadow: none;}
.btn + .btn{margin-left: 1.2em;}
.btn-large{font-size: 1.144em !important;}

.btn-theme,
.btn-theme{ height: 50px; font-size: 18px; position: relative; color:#ffffff; text-align: center;text-transform: uppercase;border: none; border-radius: 8px;overflow: hidden !important;background: #7b9a01;z-index:10;}
.btn-theme:hover{color: #ffffff;}
.btn-theme::before {content: '';width: 0%;height: 100%;display: block;background: #276dc5;position: absolute;-ms-transform: skewX(-20deg);-webkit-transform: skewX(-20deg); transform: skewX(-20deg);   left: -10%;opacity: 1;top: 0;z-index: -12;-moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);box-shadow:2px 0px 14px rgba(0,0,0,.6);}
.btn-theme::after {content: '';width: 0%;height: 100%;display: block;background: rgba(242, 137, 34, 0.8);position: absolute;-ms-transform: skewX(-20deg);-webkit-transform: skewX(-20deg); transform: skewX(-20deg);   left: -10%;opacity: 0;top: 0;z-index: -15;-webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);-moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);-o-transition: all .4s cubic-bezier(.2,.95,.57,.99);transition: all .4s cubic-bezier(.2,.95,.57,.99);box-shadow: 2px 0px 14px rgba(0,0,0,.6);}
.btn-theme:hover::before{opacity:1;width: 116%;}
.btn-theme:hover::after{opacity:1;width: 120%;}
.btn-theme span {display: inline-block; line-height: 15px;}
.btn:hover, .btn:focus, .btn.focus {color: #fff;}
.button-border:hover{color: #ffffff;}
.button-border::before {content: '';width: 0%;height: 100%;display: block;background: #276dc5;position: absolute;-ms-transform: skewX(-20deg);-webkit-transform: skewX(-20deg); transform: skewX(-20deg);   left: -10%;opacity: 1;top: 0;z-index: -12;-moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);box-shadow:2px 0px 14px rgba(0,0,0,.6);}
.button-border::after {content: '';width: 0%;height: 100%;display: block;background: rgba(242, 137, 34, 0.8);position: absolute;-ms-transform: skewX(-20deg);-webkit-transform: skewX(-20deg); transform: skewX(-20deg);   left: -10%;opacity: 0;top: 0;z-index: -15;-webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);-moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);-o-transition: all .4s cubic-bezier(.2,.95,.57,.99);transition: all .4s cubic-bezier(.2,.95,.57,.99);box-shadow: 2px 0px 14px rgba(0,0,0,.6);}
.button-border:hover::before{opacity:1;width: 116%;}
.button-border:hover::after{opacity:1;width: 120%;}
.button-border span {display: block;}

/*Menu Button ----------------*/
.navbar-toggle {width: 35px;height: 28px;position: relative;margin: 0 auto;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .2s ease-in-out;-moz-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;transition: .2s ease-in-out;cursor: pointer;z-index: 99999;}
.navbar-toggle .icon-bar {background: #f26500 none repeat scroll 0 0;border-radius: 10px;display: block;height: 5px;left: 0;opacity: 1;position: absolute;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;width: 100%;margin-top: 0 !important;}
.navbar-toggle .icon-bar:nth-child(1) {top: 0px;}
.navbar-toggle .icon-bar:nth-child(2) {top: 10px;}
.navbar-toggle .icon-bar:nth-child(3) {top: 20px;}
.menu-inview .navbar-toggle .icon-bar:nth-child(1) {top: 10px;-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);}
.menu-inview .navbar-toggle .icon-bar:nth-child(2) {opacity: 0;left: -60px;}
.menu-inview .navbar-toggle .icon-bar:nth-child(3) {top: 10px;-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg);-o-transform: rotate(-135deg);transform: rotate(-135deg);}

/*Black Overlay ----------------*/
.black-overlay2{background-position: center;position: relative;background-size: cover;}
.black-overlay2:before {background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;bottom: 0;content: "";height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;}

/*Slick Arrow ----------------*/
.slick-slider .slick-arrow {position: absolute;top: 50%;transform: translate(0px, -50%);outline-offset: 0;outline: none;}
.slick-slider .slick-next{right: 0px;position: absolute;font-size: 0;z-index: 5;border: none;background: #7b9a01;width: 50px;height: 50px;padding: 0;opacity: 0;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.slick-slider .slick-prev {left: 0px;position: absolute;font-size: 0;z-index: 5;border: none;background: #7b9a01;width: 50px;height: 50px;padding: 0;opacity: 0;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.slick-slider .slick-next:before {position: absolute;content: "\f105";font-family: 'fontAwesome';color: #ffffff;font-size: 40px;line-height: 0;text-align: center;left: 0;right: -3px;}
.slick-slider .slick-prev:before {position: absolute;content: "\f104";font-family: 'fontAwesome';color: #ffffff;font-size: 40px;line-height: 0;text-align: center;left: -3px;right: 0;}
.slick-slider:hover .slick-next{right: 20px;opacity: 1;}
.slick-slider:hover .slick-prev{left: 20px;opacity: 1;}

/*Slick Dots ----------------*/
.slick-slider .slick-dots {margin: 15px 0; text-align: center;}
.slick-slider .slick-dots li {display: inline-block; text-align: center; border:1px solid #7b9a01; width: 15px;height: 15px;line-height: 10px; border-radius: 20px;margin: 0 5px;     vertical-align: middle;}
.slick-slider .slick-dots li.slick-active {background: #7b9a01;}
.slick-slider .slick-dots li button {border: none;background: #ffffff; font-size: 0;height: 5px; width: 5px;border-radius: 8px;margin: 0 auto;outline: none;outline-offset: 0;padding: 0;     vertical-align: middle;}

/*Check box ----------------*/
.check-label {display: block;position: relative;padding-left: 35px;margin-bottom: 12px !important;cursor: pointer;font-size: 1em !important;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.check-label input {position: absolute;opacity: 0;cursor: pointer;}
.check-span {position: absolute;top: 1px;left: 0;height: 20px;width: 20px;line-height: 20px;background-color: #ffffff;border: 2px solid rgba(117, 117, 117, 0.6);}
.check-label input:checked ~ .check-span {background: rgba(117, 117, 117, 1);animation: effect 250ms ease-in;}
.check-span:after {content: "";position: absolute;display: none;}
.check-label input:checked ~ .check-span:after {display: block;}
.check-label .check-span:after {color: #f26500;left: 5px;top: 1px;width: 6px;height: 12px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

/*Radio box ----------------*/
.radio-label {display: block;position: relative;padding-left: 35px;margin-bottom: 12px !important;cursor: pointer;font-size: 1em !important;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.radio-label input {position: absolute;opacity: 0;cursor: pointer;}
.radio-span {position: absolute;top: 1px;left: 0;height: 20px;width: 20px;line-height: 20px;background-color: #ffffff;border: 2px solid rgba(117, 117, 117, 0.6);border-radius: 50%;}
.radio-label input:checked ~ .radio-span {background: rgba(117, 117, 117, 1);animation: effect 250ms ease-in;}
.radio-span:after {content: "";position: absolute;display: none;}
.radio-label input:checked ~ .radio-span:after {display: block;}
.radio-label .radio-span:after {top: 4px;left: 4px;width: 8px;height: 8px;border-radius: 50%;background: #ffffff;}



/* HOMEPAGE CSS ------------------------------------------------------*/
.header-logo img {margin-top: 8px; width: 80px;}
.header{ background: #7b9a01; position: fixed; top: -60px; left: 0px; right: 0px; z-index: 999; margin-top: 60px; transition: ease-in-out all 1s; -webkit-transition: ease-in-out all 1s; -ms-transition: ease-in-out all 1s; -o-transition: ease-in-out all 1s; height: 60px;}
.header-menu-shade {background: rgba(0, 0, 0, 0.52); height: 60px;}
.header-menu ul.navbar{display: inline-block;margin: 0;padding: 0;}
.header-menu ul.navbar li{display: inline-block;}
.header-menu ul.navbar li + li {margin-left: 20px;}
.header-menu ul.navbar li a {display: block;padding:0px 19px; line-height: 60px; font-size: 1em;color: #ffffff;text-transform: uppercase;font-weight: normal;}
.header-menu ul.navbar li a:hover {color: #f28922;}
.header-menu .menubar {float: right;height: 52px;line-height: 52px;vertical-align: middle;}
.header-menu .menubar .dropdown-toggle {float: right; color: #ffffff;font-size: 1.8em;display: block;line-height:60px;}
.dropdown-menu {display: block;;border: none;padding: 12px 0;margin: 4px 0 0;min-width: 200px;right: 0px; left:auto; visibility: hidden;opacity: 0;transform: translateY(-25px);transition: .5s ease all}
.dropdown-menu:after {position: absolute;content: '';width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #ffffff;top: -10px;right: 15px;}
.dropdown.open .dropdown-menu {display: block;visibility: visible;opacity: 1;transform: translateY(0px);transition:.5s ease all;}
.dropdown-menu li{display: block;}
.dropdown-menu li a {display: block;font-size: 1em;color: #7b9a01;font-weight: normal;padding: 12px 20px;line-height: 1;text-transform: uppercase;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {color: #ffffff;background: #7b9a01;}
.pagecontent {padding-top:60px;}
.page-id-230 .pagecontent {padding-top:28px;}

.hero{position: relative; background-size: cover; background-position: center; }
/*.home .hero.setbg::after {content: ""; background: #0000008a; width: 100%; display: block; height: 100%; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;}
*/.hero-content {display: block;text-align: center;     position: absolute; left: 0px; right: 0px; top: 8%; z-index: 9;}
.hero-content h2 { font-family: 'Cormorant SC', serif; color: #ffffff;display: block;font-size: 5em;margin: 0;line-height: 1;font-weight: 400;}
.search-box { background: #fff; padding: 30px; width: 50%; margin:0px auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute;}
.search-box input {width: calc(100% - 106px); display: inline-block; font-size: 19px; font-weight: normal; text-transform: uppercase; color: #76777A; border: none; border-bottom: 2px solid #dcdcdc; margin-right: 15px;}
.search-box button {width: 80px; height: 40px; line-height: 40px; display: inline-block; background: #dcdcdc; border: none; border-radius: 5px; font-size: 18px; color: #fff;}
.search-box .btn-theme{    width: 80px; height: 40px; line-height: 40px; padding: 0px; display: inline-block; background: #dcdcdc; border: none; border-radius: 5px; font-size: 18px; color: #fff;}

.video-hero {
   position: relative;
   height: 100vh;
   overflow: hidden;
}
.video-hero .video-banner video {
   position: absolute;
   top: 50%;
   left: 50%;
   min-width: 100%;
   min-height: 100%;
   max-height: 680px;
   width: auto;
   height: auto;
   z-index: 0;
   transform: translate(-50%, -50%);
   object-fit: cover;
}

.home-about .top-logo{margin-top: -160px;}
.home-about .top-logo .logo {border-radius: 100%;padding: 50px;width: 330px;background: #ffffff;height: 330px;margin: 0 auto;}
.home-about .title {position: relative;padding: 30px 0;margin-top: -40px;}
.home-about .title:before {position: absolute;content: '';left: 50%;top: 0;height: 2px;background: #f68e2d;transform: translate(-50%, 0);width: 38%;}
.home-about .title:after {position: absolute;content: '';left: 50%;bottom: 0;height: 2px;background: #f68e2d;transform: translate(-50%, 0);width: 38%;}
.home-about .title h3 {font-family: 'Cormorant SC', serif; color: #808084;font-size: 3.750em;font-weight: 500;margin: 0;line-height: 1.3;}
.home .about-slider { padding: 5em 0em;}
.about-slider .item{outline: none;outline-offset: 0;}
.about-slider .item img{width: 100%; min-height: 500px; max-height: 500px; object-fit: cover; object-position: center;}

.blue-title {display: block;text-transform: uppercase;color: #276dc5;font-size: 1.750em;font-weight: normal;padding-bottom: 15px;line-height: 1;border-bottom: 2px solid #276dc5;margin-bottom: 30px; margin-top:0px;}
.yellow-title {display: block;text-transform: uppercase;color: #f28922;font-size: 2em;font-weight: normal;padding-bottom: 15px;line-height: 1;border-bottom: 2px solid #f28922;margin-bottom: 30px; margin-top:0px;}

.boxes-wapper {display: block;padding: 0 15px;}
.boxes-wapper .box-img{overflow: hidden;}
.boxes-wapper .box-img a {display: inline-block;width: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.boxes-wapper .box-img img{width: 100%; max-height: 230px; min-height: 230px; object-fit: cover; transition: 0.3s ease-in-out;-webkit-transition: 0.3s ease-in-out;-ms-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;}
.boxes-wapper:hover .box-img img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.boxes-wapper .content{position: relative;margin-top: -30px;z-index: 2;padding-bottom: 1.5em;}
.boxes-wapper .content .tags {background: rgba(0, 0, 0, 0.8);display: block;height: 60px;}
.boxes-wapper .content .tags a {position: relative;top: -30px;font-size: 1.4em;padding: 0 15px;color: #ffffff;text-transform: uppercase;text-align: center;display: block;line-height: 64px;height: 60px;visibility: hidden;opacity: 0;transition: 0.2s ease-in-out;-webkit-transition: 0.2s ease-in-out;-ms-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;}
.boxes-wapper:hover .content .tags a{top: 0;visibility: visible;opacity: 1;}
.home-gs-title {display: block;font-size: 1.65em;color: #000000;margin: 1.2em 0 0;line-height: 1.4;}
.boxes-wapper:hover .content .home-gs-title {color: #f28922 !important;}
.boxes-wapper .content p {margin: 0.8em 0 0;color: #888888;line-height: 1.2;display: block;}
.home-greatest-boxes .box-img img { max-height: 300px; min-height: 300px; }



.boxes .slick-slider:hover .slick-prev { left: -50px; opacity: 1;}
.boxes .slick-slider:hover .slick-next { right: -50px; opacity: 1;}



.blue-boxes .boxes-wapper .content .tags{background: rgba(39, 109, 197, 0.8);}
.blue-boxes .boxes-wapper .content .home-gs-title {color: #276dc5;}

.yellow-boxes .boxes-wapper .content .tags{background: rgba(242, 137, 34, 0.8); overflow: hidden;}
.yellow-boxes .boxes-wapper .content a{color: #f28922; margin-top: 15px; display: inline-block;}



.latest .boxes-wapper .content a {font-size: 1.5em;}
.latest .boxes-wapper .content .tags span{ color: #fff; padding:0px 15px; line-height: 60px;text-align: left;font-size: 1.125em;}
.latest .boxes-wapper .content .tags span {position: relative; top: -40px; transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.latest .boxes-wapper:hover .content .tags span {top: 0; visibility: visible; opacity: 1; transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.latest .boxes-wapper:hover .content a {color: #276dc5;}
.latest.boxes .yellow-title { margin-top: 50px; }

.footer {display: block;background: rgba(123, 154, 1, 0.1);padding: 2em 0;}
.footer .footer-title {font-family: GillSans-SemiBold; display: block;text-align: center;color: #7b9a01;text-transform: uppercase;letter-spacing: 0.22em;font-size: 1.375em;}
.form-group label {font-family: GillSans-SemiBold;  font-weight: 600; font-size: 15px; margin: 10px 0 0; color: #7b9a01; text-transform: uppercase; display: block;}
.footer form {display: block;margin: 2em 0;}
.footer .form-group{padding: 0 15px;}
.footer hr{border-bottom: 2px solid #7b9a01;width: calc(100% - 30px);}
.footer .copyright{padding-top: 2.5em; float: left; width: 100%;}
.footer .copyright p {font-family: GillSans-SemiBold; margin: 0;text-transform: uppercase;color: #888888;font-weight:normal;line-height: 1;}
.footer .copyright a{color: #888888;font-weight: 600;}
.footer .copyright a:hover{color: #7b9a01;}
 @-moz-document url-prefix() { .footer  .btn-theme span { margin-top: 3px;display: block;}} 



.social-media{display: block;margin: 2.5em 0;}
.social-media ul{display: block;text-align: center;}
.social-media ul li{display: inline-block;}
.social-media ul li + li{margin-left: 1.5em;}
.social-media ul li a {display: block;width: 48px;height: 48px;line-height: 48px;border-radius: 8px;background: #7b9a01;color: #ffffff;}
.social-media ul li a:hover{background: #f28922;color: #ffffff;}
.social-media ul li .fa{font-size: 1.75em;line-height: 1.75;}


#scroll {display: none;position: fixed;right: 15px;bottom: 20px;background-color: #7b9a01;border: 1px solid #7b9a01;z-index: 99;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;-moz-animation: bounce 2s infinite;-webkit-animation: bounce 2s infinite;animation: bounce 2s infinite;}
#scroll {color: #ffffff;font-size: 1.5em;padding: 10px 11px;}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-15px);}
  60% {transform: translateY(-7px);}
}




/* ALL THE GREATEST PAGE CSS ------------------------------------------------------*/
.greatest-wapper{display: inline-block;width: 100%;padding:2.8em 0em;}
.greatest-wapper + .greatest-wapper{border-top: 1px solid #686868;}
.greatest-img-box img{width: 100%; height:400px; object-fit: cover; object-position: top center;}
.greatest-wapper .greatest-content .date {font-family: GillSans-SemiBold; display: block;text-transform: uppercase;color: #888888;font-size: 0.875em;font-weight: 600;}
.greatest-title-text {display: block;font-size: 1.70em;line-height: 1.25;color: #f28922;margin: 5px 0;}
.greatest-title-text:hover{color: #276dc5;}
.greatest-wapper .greatest-content p {display: block;color: #808184; font-size: 1.25em;}
.greatest-story-main-img {margin-top: 50px;}


/* THANK YOU PAGE CSS ------------------------------------------------------*/
.thank-you .fa-check {border: 4px solid #f1ba00;color: #f1ba00;padding: 20px;font-size: 3em;display: inline-block;border-radius: 100%;margin-bottom: 0em;}
.privacy-policy h3{font-size: 1.375em;margin: 1.5em 0 0.3em;}
.privacy-policy p{font-size: 1.1em;color: #727272;}



/* COMMON CLASS CSS ------------------------------------------------------*/
.yellow-bg{ background: #f68e2d; }
.yellow-color{ color: #f68e2d; }
.button-border{     overflow: hidden !important;     position: relative; z-index: 10;font-size: 17px; color: #a8a9ab; text-align: center;  text-transform: uppercase; border: 1px solid #a8a9ab; border-radius: 8px; display: block; width: 200px; height: 50px; line-height:49px;  background:none;}

.button-box{padding-top:50px}
.button-center{margin: 0px auto;}
.green-title {text-transform: capitalize; display: block; color: #7b9a01; font-size: 2em; font-weight: normal; padding-bottom: 10px; border-bottom: 2px solid #7b9a01; margin-bottom: 30px; margin-top:0px;}
.mini-title.gray-title {font-family: GillSans-SemiBold; display: block; color: #808184;  font-size: 1.30em;padding-bottom: 10px; border-bottom: 2px solid #808184; margin-bottom: 30px;}
.banner-box img { height: 500px; object-fit: cover; width: 100%; object-position: top center;}


/* GREATEST STORY PAGES CSS ------------------------------------------------------*/
.greatest-story {padding-bottom: 5em;}
.social-media-box { padding-top: 50px;}
.social-media-box ul li {margin-bottom:30px;}
.social-media-box ul li a{ color: #fff; text-align: center; display: block; width: 35px; height: 35px; line-height: 35px; border-radius: 8px; background: #76777b; }
.social-media-box ul li a:hover{background: #7b9a01;}
.social-media-box ul li a i {font-size: 1.40em; line-height: 37px;}
.social-media-box ul li .fa-envelope { font-size: 18px; line-height: 36px;}
.greatest-story-content{padding-top: 40px;}
.greatest-story-content{padding-top: 40px;}
.greatest-story-content ul{
   list-style: disc outside !important;
   margin-left: 30px;
}
.greatest-story-content ul li{
   list-style: unset !important;
}
.greatest-story-content-img {padding-left:0px;}
.greatest-story-content-img img {width: 100%; object-fit:cover;}
.greatest-story-box {margin: 40px 0px;}
.greatest-story-title{ border-bottom: 2px solid #276dc5; padding: 8px 0px;}
.greatest-story-title h4{ font-size: 2.50em; line-height: 1.25; font-weight: 400; color: #276dc5; text-transform: capitalize; float: left; margin: 0px;}
.greatest-story-title h6{ font-family: GillSans-SemiBold; display: block; font-size: 1em; line-height: 2.40em; color: #276dc5; text-transform: uppercase; float: right; margin: 22px 0px 0px 0px;}
.greatest-story-info {padding-top: 30px;}
.greatest-story-info p, .greatest-story-info ul {font-size:1.20em; line-height: 1.40em; color: #808184;display: block;width: 100%;}
.greatest-story-info p img.alignnone {display: block;}
.greatest-story-info p img.alignleft {float: left;margin-right: 10px;}
.greatest-story-info p img.alignright {float: right;margin-left: 10px;}
.greatest-story-info p img.aligncenter {display: block;margin: 0 auto;}
.greatest-story-main-img img{width: 100%;}
.greatest-latest{padding:0px;}
.greatest-latest .boxes-wapper {padding: 0px;}


/* EVENTS PAGES CSS ------------------------------------------------------*/
.events .events-box:nth-child(3n+4) {clear: both;}
.events-title .yellow-title {text-transform: capitalize;}
.events-box {padding-top: 15px; padding-bottom: 15px;}
.events-top {padding:25px; background: #f68e2d;}
.events-top .date {font-size: 1.40em; font-weight:normal; color: #fff; text-transform: uppercase; margin: 0px;}
.events-top h6 { font-size: 0.9em; font-weight: normal; color: #fff; text-transform: uppercase; margin-top: 10px; margin-bottom: 0px;}
.events-img img {max-height: 200px; width: 100%; object-fit: cover;}
.events-info {background: #efefef; padding: 25px; min-height: 260px;}
.events-time {font-family: Gill-Sans-Std-Extra-Bold; font-size:1em; color: #f68e2d;  font-weight: bold; text-transform: uppercase; margin: 0px;}
.events-info h4 { font-size: 1em; color: #f68e2d; line-height: 1.30em; font-weight:500; text-transform: capitalize;}
.events-info h4 a { font-size: 1.3em; color: #f68e2d; line-height: 1.30em; font-weight:500; text-transform: capitalize;}
.events-info p { font-family: MyriadPro-Regular; line-height: 1.40; font-size: 1em; line-height: 1.65; color: #808185; margin: 0px;}
.events-top.bg-green {background: #7b9a01;}
.bg-green .events-time{color: #7b9a01;}
.events-info.bg-green h4 a{color: #7b9a01;}

.events-top.bg-orang {background: #f68e2d;}
.bg-orang .events-time{color: #f68e2d;}
.events-info.bg-orang h4 a{color: #f68e2d;}


.great .dp_pec_content {padding: 0px;}
.pec_upcoming_layout{margin: 0px -15px;}
.great .dp_pec_date_event.dp_pec_upcoming { border: none; box-shadow: none; padding: 0px;}
.great .light.dp_pec_wrapper { padding: 0px; background: none; border: none; box-shadow: none;}
.great .light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event { border: none; background: none; box-shadow: none;}
.pec_upcoming_layout .events-box:nth-child(3n+4) { clear: both; }
.great { padding: 0px;}

/* EVENTS  DETAILS PAGES CSS ------------------------------------------------------*/
.events-details-info .events-title { text-transform: capitalize; display: block; color: #7b9a01; font-size: 2em; font-weight: normal; margin: 0px; float: left;}
.events-date {text-transform: capitalize; display: block; color: #7b9a01; font-size: 1.2em; font-weight: normal; margin: 0px; float: right;}
.events-details-info hr {display: block; width: 100%; border-top: none; border-bottom: 2px solid #7b9a01; padding-top: 15px; clear: both; margin: 0px;}
.events-details-info h5 {font-size: 1em; margin-top: 20px;}
.events-details-info { padding:40px 0;}


/* DINE PAGES CSS ------------------------------------------------------*/


.dine-main-title p { color: #808185; font-size: 1.1em;}
.dine .dine-box:nth-child(3n+4) {clear: both;}
.dine-box { padding: 20px;}
.dine-img{overflow: hidden;}
.dine-img img {width: 100%; max-height: 200px; min-height: 200px; object-fit: cover; transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.dine-info { background: #efefef; padding:15px;}
.dine-title-text { font-size: 1.2em; color: #696969; display: block; text-transform: uppercase;}
.dine-title-address-text{font-size: 1.2em; color: #696969; display: block;}
.dine-title-address-text:hover{ color: #696969;}
.dine-title-address-text:focus{ color: #696969;}
.dine-title-text:hover{ color: #696969;}
.dine-title-text:focus{ color: #696969;}
.web-site-link { font-size: 1.3em; color: #7b9a01 !important; display: block;}
.web-site-link:hover{ color: #696969 !important;}
.dine-box:hover .dine-img img { transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.dine-inner-box{height: 100%; background:#efefef;}


/* DINE TENNANT PAGES CSS ------------------------------------------------------*/
.dine-tennant-info {padding-top: 50px;}
.dine-tennant-info .green-title{margin-top: 0px;}
.dine-tennant-info h6 {font-family: 'Josefin Sans', sans-serif; font-size: 1.30em; color: #696969; margin: 0px;}
.dine-tennant-info h6 a {color: #696969; -webkit-text-fill-color: #696969;}
.dine-tennant-info h6 a:focus {color: #696969;}
.dine-tennant-info .web-site-link {margin-bottom: 30px;}
.dine-tennant-info p { font-size: 1.20em; line-height: 1.65; color: #808185; margin-bottom: 40px;}
.dine-tennant-info ul li { font-size: 1.20em; line-height: 1.65; color: #808185; margin-bottom: 12px;}
.dine-tennant-info ul li span { font-size: 0.9em; color: #7b9a01; text-transform: uppercase; font-weight: normal; margin-right: 10px;}
.dine-tennant-info ul li { font-size: 1.20em; line-height: 1.65; color: #808185; margin-bottom: 12px;}
.dine-tennant-info .carmelcity-list li span {color: #808185;}
.carmelcity-list-donts li {margin: 15px 0px; font-size: 1.20em; line-height: 1.40em; color: #808184;}
.carmelcity-list-donts li:before {content: ""; width: 8px; height: 8px; vertical-align: middle;  border-radius: 100%; border: 2px solid #979797; display: inline-block; margin-right: 10px; margin-bottom: 2px; margin-left: -17px;}
.carmelcity-list-donts{ padding-left: 17px; }
.dine-tennant-info iframe { border: 30px solid #e6e7e9 !important; margin-top: 30px; width: 100%; height: 500px;}
.post-map{height: 500px; width: 100%; border: 30px solid #e6e7e9 !important; margin-top: 30px;}



/*SEARCH RESULT PAGES CSS ------------------------------------------------------*/
.searchresult-bg { background: #f1f1f1;}
.searchresult-box h3 { margin: 0px; color: #6d6d6d; font-size: 20px; margin-bottom: 12px; }
.searchresult-box h3:hover { color: #7b9a01;}
.searchresult-box .content { background: #f9f9f9; padding: 15px; margin: 15px; box-shadow: 0px 0px 2px 2px #f1f1f1;}
.searchresult-box .btn.btn-theme-invert.small { padding: 0px; font-size: 15px; color: #7b9a01; text-transform: uppercase;}


/*404 PAGES CSS ------------------------------------------------------*/
.page-not-found-info{ text-align: center;}
.page-not-found-info h1{ font-size: 133px; line-height: 130px; margin: 0px;}
.page-not-found-info .rd-sub.editable-left-arrow { font-size: 26px; margin: 20px 0px;}
.page-not-found-info .btn.btn-theme { padding: 12px 40px; border-radius: 0px;}
.page-not-found-info { padding-top: 80px;}



/* CONTACT PAGES CSS ------------------------------------------------------*/
.contact-field { margin-bottom: 25px;}
.contact-field input { font-size: 20px; font-weight: normal; color: #000; padding: 0px 10px; width: 100%; height: 50px; background: #f1f3f2; border: 2px solid #bdbdbd; border-bottom: 1px solid #d4d4d4;    border-left: 1px solid #d4d4d4; appearance: none; -webkit-appearance: none; -webkit-border-radius: 0px; border-radius: 0px;}
.contact-label { font-size: 20px; color: #7b9a01; font-weight: normal; text-transform: capitalize; display: block; margin-bottom: 10px; }
.contact-field p {font-size: 16px; color: #7b9a01; font-weight: normal; text-transform: uppercase; margin-bottom: 0px; margin-top: 10px;}
.contact-label .required {color: #f28922; margin-left: 8px;}
.contact-field textarea { font-size: 20px; font-weight: normal; color: #000; width: 100%; padding:10px; height: 150px; background: #f1f3f2; border: 2px solid #bdbdbd; border-bottom: 1px solid #d4d4d4;   border-left: 1px solid #d4d4d4;}
.contact-field input:focus { outline: 1px solid #7b9a01; border: none;}
.contact-field textarea:focus { outline: 1px solid #7b9a01; border: none;}
.contact-button button {margin-top: 28px;}


/* PARKING PAGES CSS ------------------------------------------------------*/
.parking-main { padding-top: 50px;}
.parking-info p { font-size: 1.3em; line-height: 1.5em; color: #808184;}
.parking-inner-info h6 {     font-family: GillSans-SemiBold; color: #808184; font-size: 1.30em; font-weight: normal; letter-spacing: 1px;}
.parking-inner-info {margin-bottom: 50px;}
.parking-info { margin-bottom: 50px;}
.parking-img {margin-top:50px; margin-bottom: 50px;}

/* APARTMENTS PAGES CSS ------------------------------------------------------*/
.apartments-info p {color: #868686; font-size: 1.2em; margin-bottom: 30px;}
.apartments-info strong {color: #000; font-weight: normal;}
.apartments-info a { color: #545454;}
.gallary-apartments {padding: 0PX;}
.gallary-apartments-box {padding-bottom: 15px;}
.gallary-apartments-box img {width: 100%;}
.gallary-apartments-box h6{ margin-top: 0px; font-size: 18px;}

/* SOCIAL MEDIA PAGES CSS ------------------------------------------------------*/
.social-media-main {padding: 25px;}
.social-media-row .social-media-main:nth-child(3n+4) {clear: both;}
.social-media-img{overflow: hidden;}
.social-media-img-border {border: 6px solid #eee;}
.social-media-main:hover .social-media-img img {
   transform: scale(1.1); 
   -webkit-transform: scale(1.1); 
   -ms-transform: scale(1.1); 
   -o-transform: scale(1.1); 
   transition: ease-in-out all 0.4s; 
   -webkit-transition: ease-in-out all 0.4s; 
   -ms-transition: ease-in-out all 0.4s; 
   -o-transition: ease-in-out all 0.4s;
}
.social-media-img img {width: 100%; max-height: 300px; margin-bottom: -7px; object-fit: cover; transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.social-media-info { background: #efefef; padding: 15px; margin-top: -5px;}
.social-media-info a { color: #fff; text-align: center; display: block; width: 35px; height: 35px ; border-radius: 8px; background: #76777b; font-size: 18px; float: left;}
.social-media-info a i {line-height: 36px;}
.social-media-info a:hover { background: #7b9a01;}
.social-media-info .date { font-family: MyriadPro-Regular; font-size: 1.0em; color: #808185; font-weight: 600; float: right; margin: 9px 0px 0px 0px; letter-spacing: 0.5px;}
.crt-widget-grid .crt-grid-post { width: 33.33% !important; padding: 15px !important;}
.crt-feed {margin: 0px -15px;}

/* DIRECTORY PAGES CSS ------------------------------------------------------*/
.directory-box{position: relative;transform: translateZ(0) scale(1.0, 1.0);backface-visibility: hidden; background: url(../img/003_Directory-Map.jpg); background-size:100% 100%; background-repeat: no-repeat; position: relative; margin-top: 80px;}
.directory-box:before {display: block;content: " ";width: 100%;padding-top: 133.77%;}

/*======old points============*/

/*#n1{position: absolute; left: 45%; top: 32.5%;}
#n2{position: absolute; left: 45%; bottom: 41%;}
#n3{position: absolute; right: 38.5%; bottom: 56.5%;}
#n5{position: absolute; right: 39%; top: 28.5%;}
#n4 {position: absolute; right: 44%; top: 21.9%;}
#n6{position: absolute; right: 26.6%; bottom: 24%;}
#n7{position: absolute; left: 38%; top: 34.8%;}
#n8{position: absolute; right: 40%; top: 11.5%;}
#n9{position: absolute; right: 39%; top: 34.6%;}
#n10{position: absolute; left: 38%; bottom: 35%;}
#n11{position: absolute; left: 45%; top: 40.5%;}
#n12{position: absolute; right: 38.5%; bottom: 46.2%;}
#n13{position: absolute; left: 38%; bottom: 38%;}
#n14{position: absolute; right: 39%; top: 31.6%;}
#n15{position: absolute; right: 26.6%; bottom: 15.5%;}
#n16{position: absolute; left: 32.5%; top: 18%;}
#n17{position: absolute; left: 32.5%; top: 12.5%;}
#n18{position: absolute; left: 38%; bottom: 41.2%;}
#n19{position: absolute; left: 26%; top: 11.5%;}
#n20{position: absolute; right: 55%;top: 11.5%;}
#n21{position: absolute; right: 26.6%;bottom: 11%;}
#n22{position: absolute; left: 23%; top: 18%;}
#n23{position: absolute; right: 33%; top: 11.5%;}
#n24{position: absolute; right: 16%; bottom: 8.3%;}
#n25{position: absolute; right: 26.6%; bottom: 20%;}
#n26{position: absolute; right: 27%; top: 31.2%;}
#n27{position: absolute; right: 6.4%; top: 36%;}
#n28{position: absolute; left: 38%; top: 32%;}
#n29{position: absolute; left: 45%; top: 36%;}
#n30{position: absolute; right: 3.5%;top: 33.5%;}
#n31{position: absolute; right: 29.5%; bottom: 46.2%;}
#n32{ position: absolute;left: 38%;top: 40.5%;}
#n33{position: absolute; right: 31%; bottom: 54%;}
#n34{position: absolute; left: 41.5%; top: 36.5%;}
#n35{position: absolute; right: 48%;top: 11.5%;}
#n36{position: absolute; right: 3.5%; top: 30%;}
#n37{position: absolute; right: 30%; bottom: 56.5%;}
#n38{ position: absolute; right: 26.6%; bottom: 28%;}
#n39{ position: absolute; right: 6.4%;top: 42%;}
#n40{position: absolute; right:6.4%; top: 39%;}
#n41{position: absolute; left: 38%; top: 37.7%;}
#n42{position: absolute; right: 55%; top: 18%;}
#n43{position: absolute; left: 24%; top: 36%;}
#n44{position: absolute; right: 27%; top: 28.3%;}*/
/*=================
#n1{position:absolute;left:45%;top:32.5%;}
#n2{position:absolute;left:45%;bottom:41%;}
#n3{position:absolute;right:38.5%;bottom:56.5%;}
#n5{position:absolute;right:26.6%;bottom:20%;}
#n4{position:absolute;right:44%;top:21.9%;}
#n6{position:absolute;left:38%;top:35%;}
#n7{position:absolute;right:40%;top:11.5%;}
#n8{position:absolute;right:39%;top:34.6%;}
#n9{position:absolute;right:39%;top:28.5%;}
#n10{position:absolute;left:38%;bottom:35%;}
#n11{position:absolute;right:27%;top:28.3%;}
#n12{position:absolute;left:45%;top:40.5%;}
#n13{position:absolute;right:39%;bottom:46.2%;}
#n14{position:absolute;left:38%;bottom:38%;}
#n15{position:absolute;right:39%;top:31.6%;}
#n16{position:absolute;left:32.5%;top:18%;}
#n17{position:absolute;left:32.5%;top:12.5%;}
#n18{position:absolute;left:38%;bottom:41.2%;}
#n19{position:absolute;left:26%;top:11.5%;}
#n20{position:absolute;right:55%;top:11.5%;}
#n21{position:absolute;right:26.6%;bottom:11%;}
#n22{position:absolute;left:23%;top:18%;}
#n23{position:absolute;right:33%;top:11.5%;}
#n24{position:absolute;right:26.6%;bottom:17%;}
#n25{position:absolute;right:27%;top:31.2%;}
#n26{position:absolute;right:3.5%;top:33%;}
#n27{position:absolute;left:38%;top:32%;}
#n28{position:absolute;left:45%;top:36%;}
#n29{position:absolute;right:6.4%;top:42%;}
#n30{position:absolute;right:26.6%;bottom:14%;}
#n31{position:absolute;right:3.5%;top:30%;}
#n32{position:absolute;right:29.5%;bottom:46.2%;}
#n33{position:absolute;left:38%;top:40.5%;}
#n34{position:absolute;left:58%;bottom:39%;}
#n35{position:absolute;right:33%;bottom:54%;}
#n36{position:absolute;right:6.5%;top:39.5%;}
#n37{position:absolute;left:41.5%;top:36%;}
#n38{position:absolute;right:48%;top:11.5%;}
#n39{position:absolute;right:3.5%;top:27%}
#n40{position:absolute;right:30%;bottom:56.5%;}
#n41{position:absolute;right:26.6%;bottom:23%;}
#n42{position:absolute;left:38%;top:37.7%;}
#n43{position:absolute;right:55%;top:18%;}
#n44{position:absolute; left: 25%; top: 35.5%; }
#n45{position:absolute;left: 22%; top: 35.5%;}
*/


.dn-text {width: 30px; height: 30px; background: #436bd1; display: block; border: none; color: #fff !important; border-radius: 100%; line-height: 30px; text-align: center; font-size: 15px; font-weight: bold; box-shadow: -4px 3px 0px 0px #546f2a, inset 3px -2px 0px #152378;}
.dn-text:focus,.dn-text:hover { background: #436bd1; color: #fff;}
.panel.directory-number{ background: none; border:none; box-shadow: none; margin-top: 0px ! important;}
.panel-collapse-info{ min-width: 300px;  position: absolute;  bottom: 43px; left: -31px; z-index: 11; box-shadow: 0px 1px 9px 4px #0a0a0a40;}
.panel-collapse-info-inner {padding: 30px; background: #fff; border: 2px solid #7aa12e;}
.panel-collapse-info-inner:after {content: ""; width: 60px; height: 60px; display: block; position: absolute; bottom:0px; background:#7b9a01; left: 28px; z-index: -1; transform: rotate(45deg) translatey(20px); transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s;}
.panel-collapse-info img { display: block; margin: 0px auto; width: 100%;}
.panel-collapse-info h6{padding-top: 14px; font-size: 1.20em; color: #696969; line-height: 28px;}
.panel-collapse-info-inner h6 a {color: #696969; -webkit-text-fill-color: #696969; display: block;}
.directory-list-box ul {padding-left: 30px;}
.directory-list-box li {font-family: MyriadPro-Regular; font-size: 16px; color: #808184; margin: 8px 0px; counter-increment: my-awesome-counter; border-bottom: 2px solid transparent;}
.directory-list-box li span:last-child:hover:after {-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; width: 100%;}
.directory-list-box li span{display: inline-block; position: relative; vertical-align: top;}
.directory-list-box li span:last-child:after{content: ""; display: block; width: 0%; height: 2px; background:#79a12e; position:absolute;left: 0px; right: 0px; margin: 0px auto; }
.directory-list-box h5{font-family: Gill-Sans-Std-Extra-Bold; font-size: 19px; color: #808184; font-weight: 900; margin: 32px 0px;}
.top-line{border-top: 2px solid #7aa12e;}
.directory-list-box li span:first-child {
       width: 25px;
    margin-left: -30px;
    font-weight: normal;
    font-size: 18px;
    color: #808184;
}


/* LIVE PAGES CSS ------------------------------------------------------*/
.live-box a {line-height: 50px; padding: 0px; border-radius: 0px;}
/* ABOUT PAGES CSS ------------------------------------------------------*/
.about-main {padding-top: 5em;}
.about-info p {font-size: 1.10em; color: #888888; font-weight: normal; margin-bottom: 20px;}
.about-img { margin-bottom: 30px;}


/* Preloader */
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 99999;}
#status { display: inline-block; width: 30px; height: 30px;  position: absolute; z-index: 3; border: 4px solid #7b9a01; top: 50%; animation: loader 2s infinite ease; left: 0px; right: 0px; margin: 0px auto;}
.loader-inner { vertical-align: top; display: inline-block; width: 100%; background-color: #7b9a01; animation: loader-inner 2s infinite ease-in;}
@keyframes loader { 0% { transform: rotate(0deg);} 
25% {transform: rotate(180deg);} 
50% {transform: rotate(180deg);} 
75% {transform: rotate(360deg);} 
100%{transform: rotate(360deg);}}
@keyframes loader-inner {0% {height: 0%;}
25% { height: 0%;} 
50% {height: 100%;}
75% {height: 100%;}
100% {height: 0%;}}

@keyframes effect{
  0%{transform: scale(0);}
  25%{transform: scale(1.3);}
  75%{transform: scale(1.4);}
  100%{transform: scale(1);}
}
@-webkit-keyframes effect{
  0%{-webkit-transform: scale(0);}
  25%{-webkit-transform: scale(1.3);}
  75%{-webkit-transform: scale(1.4);}
  100%{-webkit-transform: scale(1);}
}


