@charset "utf-8";
/*
 * LESS VARIABLES
 */
/* Colors
----------------------------------------------------------*/
/* Body
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/*------------------------------ 
BODY
------------------------------ */

/*Backgorund Color : #236496  */
/*color yellow #E9AE30  */


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /*line-height: 22px;*/
  margin: 0;
  padding: 0;
  text-shadow: none !important;
}
#wrapper {
  overflow: hidden;
}
.posi-relative {
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #236496;
}
a:hover {
  text-decoration: none;
  color: #939ca3;
}
a,
a:focus,
a:active {
  outline: none;
  transition: .2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  /*color: #333333;*/
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  line-height: 1.3;
}
h1 {
  /*font-size: 25px;*/
}
h2 {
  /*font-size: 20px;*/
}
h3 {
  /*font-size: 18px;*/
  color:  #236496;
  line-height: 1.2;
}
h4 {
  /*font-size: 16.5px;*/
}
h5 {
  /*font-size: 15px;*/
}
h6 {
  /*font-size: 13px;*/
}

/*------------------------------ 
HEADER
------------------------------ */





.alert-me {
  background-color: #a6421b;
  padding: 12px;
  color: #fff;
  border-radius: 0;

}
.alert-me.alert-dismissable .close, 
.alert-me.alert-dismissible .close {
  right: 0;
}
.alert-me span {
  color: #000;
}
.alert-left {
  /* float: left; */
  display: table-row;
}
.alert-left a{
  color:rgba(233, 174, 48, 1);
  font-weight: 600;
}
.alert-left a:hover{
  color:rgba(255, 255, 255, 1);
}
/* .alert-left strong {
  margin-left: 5px;
} */
.alert-right {
  float: right;
}
.alert-right a {
  color: #fff;
}
.alert-right a:hover {
  opacity: .7;
}






/*Addvertisement*/
.addvertisement {
    padding-top: 10px;
}
.add-slider {
  padding-left: 0;
}
.add-slider .left-img {
  width: 45px;
  float: right;
  position: relative;
  padding-top: 2px;
}
.add-slider {
  list-style: none;
    padding-top: 8px;
}
.add-slider li {
  margin-right: 5px;
  position: relative;
}
.add-slider li:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -2px;
  bottom: -2px;
  background: #A9A9A9;
  right: -10px;
  height: 52px;
}
.add-slider .right-content {
  padding-left: 10px;
  margin-right: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height:1.32857143;
}
.add-slider .right-content h6{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height:1.32857143;
}
.add-slider .right-content .news-date{
  /* font-size: 14px;
  margin-bottom: 10px; */
}
.add-slider .right-content a {
  color: #A9A9A9;
  text-decoration: none;
  -webkit-transition:   .2s;
  -o-transition:  .2s;
  transition:   .2s;
}
.add-slider .right-content a:hover {
  opacity: .8;
}

.addvertisement .owl-theme .owl-nav {
    margin-top: 0px;
    padding-bottom: 15px;
}
.add-prev {
  position: absolute;
  top: 18px;
  left: -20px;
}
.add-next {
  position: absolute;
  top: 18px;
  right: -20px;
}
.add-prev i:hover,
.add-next i:hover {
  color: #E9AE30;
}
@media (max-width: 767px) {
  .add-prev {
    position: static;
  }
  .add-next {
    position: static;
  }
}



/*Modal*/
.modal-open .modal {
    z-index: 99999999;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/*Serach*/
.common-header {
    box-shadow: 0 14px 7px -9px #f1f1f1;
    z-index: 9999999;
    /* border: 1px solid; */
    position: relative;
}
.main-logo {
    max-width: 250px;
    bottom: -15px;
    margin-top: -24px;
    z-index: 99;
    position: relative;
    /* border-radius: 50%;
    background-color: #236496 ; */
}
.btn-search {
     display: none; 
}
.search-form {
    margin-top: 2px;
    width: 50px;
    -webkit-transition: width ease-in-out .3s;
    -o-transition: width ease-in-out .3s;
    transition: width ease-in-out .3s;
}
.search-form.open {
    width: 300px;
    margin-right: 5px;
}
.close-search, 
.open-search {
    width: 35px;
    height: 35px;
    background: #f4f4f4;
    position: absolute;
    z-index: 3;
    right: 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 36px;
    color: #787b80;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.close-search {
    background: 0 0
}
.close-search:before {
    content: "\f00d"
}
.open-search:before {
    content: "\f002"
}
.search-form .form-control {
  border-radius: 0;
    padding-left: 30px;
    border-color: #f4f4f4;
    opacity: 0;
    -webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    -o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
    height: 36px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-form .form-control:focus {
    border-color: #236496;
    color: #236496;
    outline: 0;
    padding-left: 15px;
}
.search-form.open .form-control {
    opacity: 1
}
.search-form input[type=search]:focus::-webkit-input-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.search-form input[type=search]:focus::-moz-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.search-form input[type=search]:focus:-ms-input-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.search-form input[type=search]:focus:-moz-placeholder {
    color: #236496;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}



/*Slider*/
.caro-nav {
  position: absolute;
  right: 100px;
  top: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.caro-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
.caro-nav ul li {
  position: relative;
  float: left;
}
.caro-nav ul li a:hover {
  background-color: #E9AE30;
  /* background-color: #cc6600; */
}
.caro-nav ul li.caro-nav-active a {
  /* background-color: #E9AE30; */
  background-color: #cc6600;
}
.caro-nav ul li a {
  display: inline-block;
  background-color: #236496;
  margin-right: 10px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

/*-- Main slide --*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.main-slider .carousel-inner {
  overflow: visible;
}
.main-slider .item img {
    width: 100%;
    display: block;
}
.main-slider .slider-box {
    background-color: rgba(233, 174, 48,.9);
    padding: 30px;
    font-size: 22px;
    color: #fff;
    width: 500px;
    transform: translateY(-50%);
    float: right;
    position: absolute;
    right: 100px;
    top: 50%;
}
.main-slider .item .slider-box a{
  color:rgba(255, 255, 255, 0.9);
}
.main-slider .item .slider-box a:hover{
  color:rgba(255, 255, 255, 1);
}



/*
.main-slider .item:after {
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.main-slider .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.main-slider .item.active .slider-content {
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
.main-slider .slider-content {
    top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

.main-slider .slider-content h2 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.main-slider .slider-content p {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 35px;
}
.main-slider .slider-content .slide-para {
    padding-right: 30%;
}
.main-slider .slider-content h2.white, 
.main-slider .slider-content h3.white {
    color: #fff;
}
.main-slider .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
}
.main-slider strong {
    color: #f9ba48;
}
.main-slider .slider-btn {
    margin-right: 30px;
}
.main-slider .slider-btn:hover {
    background-color: #f9ba48;
    color: #fff;
    border: 2px solid #f9ba48;
}
.main-slider .carousel-indicators {
    bottom: 30px;
}
.main-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin: 1px;
}
.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    width: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/
/*.main-slider .carousel-control.right {
    -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
            transform: translateX(500px);
}
.main-slider .carousel-control.left {
    -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
            transform: translateX(-500px);
}
.main-slider:hover .carousel-control.left,
.main-slider:hover .carousel-control.right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            z-index: 100;
}*/
.main-slider .carousel-control.left span {
    padding: 15px;
}
.main-slider .carousel-control.right span {
    padding: 15px;
}
.main-slider .carousel-control .fa-angle-left, .main-slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
}
.main-slider .carousel-control .fa-angle-left {
    left: 0;
}
.main-slider .carousel-control .fa-angle-right{
    right: 0;
}
.main-slider .carousel-control i {
    /*background: rgba(38, 71, 108,.70);*/
    color: #fff;
    /* line-height: 36px;
    font-size: 32px; */
    padding: 15px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-slider .carousel-control i:hover {
    background: #f9ba48;
}
/*-- Animation --*/
.main-slide .animated4 strong {
    color: #ee3733;
}

/*Main Nav*/
.main-nav ul {
  background-color: #236496;
  margin: 0;
  padding: 0 11px;
  height: 100%;
  display: table;
}
.main-nav ul li a {
    display: inline-flex;
    color: #fff;
    padding: 15px 4px;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.main-nav ul li a:hover {
  background-color: #E9AE30;
}


/*Poster*/
.poster {
  padding-bottom: 25px;
  color:  #8e8383;
  text-align: center;
}
.poster-content {
  padding: 30px;
  padding-top: 40px;
}
.poster-content p {
  font-size: 20px;
}
.poster-content a{
  color:#a6421b;
}
.poster-content a:hover{
  color: rgba(166, 66, 27, 0.8) ;
}

/*features*/
.features {
  text-align: center;
}
.features {
  padding-top: 20px;
  padding-bottom: 50px;
  /*padding-bottom: 100px;*/
}
.feature-item {
  margin-top: 30px;
  
}
.feature-item .fe-icon {
  
  font-size: 25px;
  border: 2px solid #007ac2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
}
.feature-item .fe-icon i {
  line-height: 1.8;
  transition: .3s;
  color: #007ac2;
}
.feature-item:hover .fe-icon i {
  transform: rotate(360deg);
}




.latest-projects-wrapper {
    box-shadow: 0px 20px 39px -25px #236496;
    margin-bottom: 40px;
    padding: 0 25px;
}
.tab-content .item iframe{
  width:100%;
  height: 200px;
}
.tab-content {
    padding-bottom: 10px;
} 
.tab-content .item {
  margin-bottom: 30px;
}
.project-zone .nav-tabs {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 40px;
    position: relative;
    /* box-shadow: 7px 13px 41px -19px #236496; */
}
.project-zone .nav-tabs:after {
  position: absolute;
  width: 100%;
  height: 2px;
  /*background-color: #236496;*/
  left: 0;
  bottom: 4px;
  /*box-shadow: 5px 5px 5px #236496;*/
}
.project-zone.nav-tabs.nav-justified>li>a {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.project-zone .nav-tabs.nav-justified>.active>a, 
.project-zone .nav-tabs.nav-justified>.active>a:focus, 
.project-zone .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    background-color: #236496;
    color: #fff;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
.project-zone .nav-tabs li a {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
  color: #236496;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  transition: .5s opacity linear;
}
.project-zone .nav-tabs li a:hover{
  background-color: transparent;
  opacity:.5;
}
.project-zone .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #236496;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -7px;

}
.item-latest {
  position: relative;
  /*margin-left: 7px;*/
  /*margin-right: 7px;*/
  overflow: hidden;
} 
.item-latest > img {
  display: block;
  width: 100%;
}
.latest-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: scale(0);
  transition: .3s;
}

.item-latest:hover .latest-hover {
  transform: scale(1);
}
.latest-hover div {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
    text-align: center;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    /* text-transform: uppercase; */
    padding: 15px;
}
.item-latest .feedback {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  transition: .3s;
}
.item-latest:hover .feedback {
  bottom: 0;
}
.item-latest .feedback i {

}
.item-latest .feedback .comment {
  float: left;
}
.item-latest .feedback .comment span {
  margin-right: 10px;
  display: inline-block;
}
.item-latest .feedback .comment-s {
  float: right;
}
/*Project*/
.project-itmes h3 {
  line-height: 1.4;
  font-weight: 400;
  font-size: 39px;
  color: #007ac2;
}
.project-itmes p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  padding-right: 50px;
}
.project-each {
    text-align: center;
    padding: 50px 30px;
    box-shadow: 0px 1px 1px 2px #f2f5f7;
    margin-bottom: 30px;
    /*border-radius: 10px;*/
    text-transform: capitalize;
    min-height: 200px;
}
.count-sign,
.counter {
  font-size: 56px;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 300;
}
.project-each span:nth-last-of-type(1) {
  text-transform: capitalize;
  display: inline-block;
  font-size: 17px;
}



/*happening*/
.happening {
  padding-top: 30px;
  padding-bottom: 50px;
}
.happening .big-title {
  padding-left: 100px;
  padding-right: 100px;
}
.happening .big-title h3 {
  color: #236496;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
}
.happy-top {
  margin-bottom: 15px;
  margin-top: 30px;
  display: table;
}
.happy-top .happy-t-l {
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 55px;
  height: 55px;
  /* background-color: #236496; */
  background-color:#cc6600;
  color: #fff;
}
.happy-top .happy-t-l strong {
  font-size: 18px;
}
.happy-top .happy-t-r {
  padding-left: 70px;
  color: #236496;
  font-size: 18px;
  word-break: break-word;
}
.happy-thumb {
  margin-bottom: 10px;
}
.happy-thumb img {
  display: block;
  width: 100%;
}
.happy-share {
  color: #808080;
  margin-top: 5px;
}
.happy-share a {
  color: #808080;
  font-weight: 300;
}
.happy-share a:hover {
  color: #236496;
}
.view-all {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.view-all  a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}



/*Gallery*/
.gallery {
  position: relative;
  display: table;
}
.g-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-list ul li {
  width: 14.28%;
  float: left;
}
.g-list ul li img {
  display: block;
  width: 100%;
}
.g-box {
  position: absolute;
  width: 28.57%;
  background-color: #fff;
  right: 14.28%;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}
.g-box h2, 
.g-box h3 {
  line-height: 1.2;
  font-weight: 600;
}
.g-box h2, 
.g-box h3,
.g-box p {
  text-transform: uppercase;
  color: #236496;
}
.g-box p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.g-box:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #E9AE30;
  z-index: -1;
}
.see-more a {
  background-color: #a6421b;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: .3s;
}
.see-more a:hover {
  opacity: .8;
}


/*Testimonial*/
.testimonial .bg-testi {
  padding-left: 50px;
  padding-right: 50px;
}
.testimonial {
  padding-top: 100px;
}
.testi-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}
.testi-img img {
  object-fit: cover;
}
.testimonial h3 {
  text-transform: uppercase;
}
.testimonial h3:before {
  content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 5 free";
    color: #E9AE30;
    font-size: 40px;
    z-index: -7;
    font-weight: 700;
    left: -60px;
    top: -8px;
    z-index: 999;
}
.testimonial p {
  position: relative;
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  color: #808080;

}

/*.bg-testi {
  padding-top: 250px;
  background: url(images/200x200.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 130px;
  padding-right: 15px;
  padding-left: 5px;
  margin-left: -40px;

}
.bg-testi2 {
  background: url(images/);
  padding-top: 250px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -40px;

}
.bg-testi3 {
  background: url(images/);
  padding-top: 250px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -40px;

}*/

.testimonial h3 {
  color: #236496;
  margin-bottom: 30px;
  line-height: 1.4;
  position: relative;
}
.testi-slider {
  position: relative;
}
.testi-slider:before {
    
}
.desi {
  margin-top: 10px;
}
.desi span {
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
.testimonial .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 70px;
    left: -4px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000;
}
.owl-theme .owl-nav [class*=owl-] {
  outline: none;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #236496;
}

.overlay-menu ul li a:hover{
  color: #FFF !important;
}

/*social-connect*/
.social-connect {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px;
  background-color: #D6E8F0;
}
.social-connect h2 {
  color:  #236496;
  margin-bottom: 20px;
}
/*.social-connect .so-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
}*/
.so-list {
    width: 258px;
    margin: auto;
}
.social-connect .so-list a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #236496;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  line-height: 2;
  font-size: 24px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.social-connect .so-list a:hover {
    transform: rotateY(360deg);
    opacity: .7;
}
/*.so-item {
  display: inline-block;
}
*/

.menu-prev {
  position: absolute;
  top: 18px;
  left: -24px;
}
.menu-next {
  position: absolute;
  top: 18px;
  right: -20px;
}
.menu-prev i:hover,
.menu-next i:hover {
  color: #E9AE30;
}
@media (max-width: 767px) {
  .add-prev {
    position: static;
  }
  .add-next {
    position: static;
  }
}


















/*****************/
.footer {
  /*padding-top: 30px;*/
}

.footer h4 {
  text-transform: uppercase;
  color: #A9A9A9;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  line-height: 2.5;
}
.footer ul li a {
  color: #236496;
  text-decoration: none;
}
.footer ul li a:hover {
  opacity: .8;
}


.footer-bottom {
  text-align: center;
  background: #A9A9A9;
  padding: 40px 0;
}

.copy-right {
  vertical-align: middle;
  padding: 0 33px;
  margin-top: 20px;
}

.copy-right p {
  font-size: 12px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.about-jeff .copy-right p {
  font-size: 14px;
}
.faqs-page .copy-right p {
  font-size: 14px;
}

.foot-nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 33px;
}

.foot-nav ul {
  padding: 0;
  margin: 0;
}

.foot-nav ul li {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  border-left: 1px solid #fffefe;
  line-height: 15px;
}

.foot-nav ul li a {
  font-size: 14px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

.foot-nav ul li a:hover {
  background: none;
}

.foot-nav ul li a:focus {
  background: none;
}

.foot-nav ul li:first-child {
  border-left: none;
}



/*ToolTip*/
.mcTooltipWrapper, 
.mcTooltipInner {
    width:300px!important;
}
.foo-tooltip h3 {
  margin-top: 0;
  color: #236496;
}
.foo-tooltip p {
  font-size: 12px;

}
.foot-nav ul li .foo-tooltip {
  text-align: left;
}
.foot-nav ul li .foo-tooltip a {
  text-transform: inherit;
  line-height: 24px;
  font-size: 12px;
  color: ;
}
.foot-nav ul li .foo-tooltip p {
  color: #236496;
}


.contact-tooltip a {
  display: block;
  position: relative;
  z-index: 0;
}
.contact-tooltip a:hover ~ .tooltip-sep-content {
  opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    transition-delay: 0;
}
.tooltip-sep-content {
    opacity: 0;
    visibility: hidden;
    padding: 15px 30px;
    /*border: 2px solid #666;*/
    background-color: #fff;
    width: 360px;
    position: absolute;
    left: 0;
    transform: translateX(calc(-50% + 45px));
    z-index: 9999;
    bottom: 35px;
    transition-delay: 2s;
    border-radius: 3px;
    box-shadow: 1px 1px 4px -1px #000;
}
.tooltip-sep-content:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: rotate(134deg);
    bottom: -6px;
    width: 15px;
    height: 15px;
    background: #fff;
    /* border: 2px solid #666; */
    z-index: -5;
    box-shadow: 2px -2px 1px 1px #666;
}
.foo-widget {
  color: #236496;
  line-height: 2;
  margin-bottom: 30px;
}
.foo-widget ul li a {
  color: #236496;
}


.wi-social ul li {
    /*background: #1c2652;*/
}

.wi-social ul li {
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    /*margin-bottom: 15px;*/
    text-align: center;
    position: relative;
}

.wi-social ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.wi-social ul li a .normal-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.wi-social ul li a .hover-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.wi-social ul li a:hover i.normal-show {
    top: -55%;
}
.wi-social ul li a:hover i.hover-show {
    top: 55%;
}




.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.grid {
  list-style: none;
  margin: 30px auto;
  padding: 1;
}
.grid .item {
  display: block;
  float: left;
  opacity: 1;
}

.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@media screen and (max-width: 900px) {
  .grid .item {width: 50%;}
}

@media screen and (max-width: 400px) {
  .grid .item {width: 100%;}
}
.left.carousel-control i{
  padding:15px 12px 15px 10px;
}
.right.carousel-control i{
  padding:15px 10px 15px 12px;
}
.left.carousel-control i:before{
  content: '';
  background: url(images/back.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width:30px;
  display: inline-block;
  margin-top: 3px;
}
.right.carousel-control i:before{
  content: '';
  background: url(images/next.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width:30px;
  display: inline-block;
  margin-top: 3px;
}

.happy-content {
  padding-left: 10px;
  padding-right: 10px;
}
.happy-content .happy-botttom .event-notice{
  margin-bottom: 5px;
  font-weight: 600;
}
.happy-content .happy-botttom a{
  color:#333;
}
.happy-content .happy-botttom a:hover{
  color: #236496;
}
.happy-content .happy-botttom .canceled-event{
  color:#a6421b;
  margin-top:5px;
}
.contact-address{
  margin-bottom: 15px;
}
html body .so-list{
  width:258px;
}



/*hamburger menu*/
.button_container {
  position: absolute;
  top: 87px;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  z-index: 9999;  
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #236496;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay-menu {
    position: absolute;
    background: #236496;
    top: 45px;
    right: 0;
    width: 270px;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 999;
}
.overlay-menu.open {
    opacity: .9;
    visibility: visible;
    height: 580px;
}
.overlay-menu.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay-menu.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay-menu.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay-menu.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay-menu nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 50px;
}
.overlay-menu ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  line-height: 2;
  position: relative;
  opacity: 0;
}
.overlay-menu ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay-menu ul li a:hover:after, 
.overlay-menu ul li a:focus:after, 
.overlay-menu ul li a:active:after {
  width: 100%;
}
.overlay-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



 
/*New Editorial Page*/
 .about .main-heading {
     color: inherit;
}
.together-sec {
    background-color: #e1a93a;
    position: relative;
    z-index: 0;
    padding-bottom: 54px;
}
 .together-sec:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     right: 50%;
     background: #fff;
     z-index: -1;
}
 .super-text {
     font-size: 36px;
     line-height: 52px;
     font-weight: 700;
     color: #236496;
     text-transform: uppercase;
}
 .main-heading {
     font-size: 18px;
     line-height: 32px;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: 500;
}
 .pad-bottom {
     padding-bottom: 90px;
}
 .pad-top {
     padding-top: 90px;
}
 .white-bg {
     background-color: #fff;
}
 .promo-text {
     font-size: 24px;
     color: #236496;
     text-transform: uppercase;
     line-height: 1.3;
     margin-bottom: 20px;
}
 .owl-prev:focus, .owl-next:focus {
     outline: 0;
     border: 0;
}
 .owl-nav-sticky-extra-wide .owl-prev, .slider-carousel .owl-prev {
     position: absolute;
     width: 60px;
     height: 60px;
     left: 10px;
     background: transparent url(images/icons/prev-dark.png) no-repeat center center !important;
     top: 50%;
     margin-top: -30px;
}
 .owl-nav-sticky-extra-wide .owl-next, .slider-carousel .owl-next {
     position: absolute;
     width: 60px;
     height: 60px;
     right: 10px;
     background: transparent url(images/icons/next-dark.png) no-repeat center center !important;
     top: 50%;
     margin-top: -30px;
}
/*STUDIO*/
 .silver-bg {
     background-color: #f0f4f4;
}
 .service-block img{
     max-width: 64px;
}
 .service-icon{
     font-size: 64px;
     line-height: 64px;
     opacity: 0.2;
}
 .service-block h3{
     margin-top: 10px;
     margin-bottom: 10px;
     font-size: 18px;
     line-height: 25px;
     text-transform: uppercase;
}
/*Testimonial*/
 .testimonial-info{
     padding: 50px;
     text-align: center;
}
 .testimonial-info h3{
     margin-bottom: 10px;
}
 .testimonial-info img{
     max-width: 119px;
     margin-bottom: 20px;
     border-radius: 50%;
     display: inline-block !important;
}
 .testimonial-info .testimonial-social{
     list-style-type: none;
     padding: 0;
     margin:0;
     margin-top: 15px;
}
 .testimonial-info .testimonial-social li{
     display: inline-block;
     margin-right: 4px;
}
 .testimonial-info .testimonial-social li a span{
     font-size: 24px;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 .testimonial-info .testimonial-social li a:hover span{
     opacity: 0.4;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 .testimonial-carousel .owl-controls{
     margin-top: 20px;
}
 .testimonial-carousel .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #d6d6d6;
}
/*.owl-nav-sticky-extra-wide*/
 .color-bg {
     background-color: #ffe902;
}
 .owl-nav-sticky-extra-wide .owl-prev {
     left: -60px;
}
 .owl-nav-sticky-extra-wide .owl-next {
     right: -60px;
}
 .team-info{
     padding: 50px;
     text-align: left;
}
 .team-info h3{
     margin-bottom: 10px;
}
 .team h6{
     color: #fff;
}
 .team-info .team-social{
     list-style-type: none;
     padding: 0;
     margin:0;
     margin-top: 15px;
}
 .team-info .team-social li{
     display: inline-block;
     margin-right: 4px;
}
 .team-info .team-social li a span{
     font-size: 24px;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 .team-info .team-social li a:hover span{
     opacity: 0.4;
     -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
     -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
     transition: all .4s linear;
}
 @media (max-width: 992px) {
     .new_editorial_page .text-left, .new_editorial_page .text-right {
         text-align: center;
    }
     .new_editorial_page .testimonials {
         padding-top: 30px;
         padding-bottom: 60px;
    }
     .owl-nav-sticky-extra-wide .owl-prev {
         left: 0;
    }
     .owl-nav-sticky-extra-wide .owl-next {
         right: 0;
    }
}
/*Editor B*/
.planning-section .h2-title {
    color: #236496;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 20px;
}
 .container.hide_cont_width {
     margin-top: 60px;
}
 .page-title h1.title, .container.hide_cont_width .content-part h1 {
     font-size: 36px;
     line-height: 52px;
     font-weight: 700;
     color: #236496;
     text-transform: uppercase;
}
 hr.bottom-border {
     background: url(https://uppersaranacassoc.jjcbigideas.com/media/images/home_img/stripe.png) repeat-x 0 0;
     height: 5px;
     width: 100%;
     display: inline-block;
     border: none;
}
 .custom_intro_text {
     margin-bottom: 20px;
     font-weight: 600;
}
 .image-section {
     margin-bottom: 20px;
}
 .quote-me {
     font-weight: 600;
     line-height: 22px;
     font-size: 16px;
}
 .quote-me span {
     font-weight: 400;
     margin-top: 7px;
     display: inline-block;
}
 .sky-blue {
     text-transform: uppercase;
     color: #236496;
     font-weight: 600;
}
 .container.hide_cont_width .text-part {
     margin-top: 20px;
}
 .mew {
    /* padding-top: 30px;
     */
     border-top: 1px solid #f1f1f1;
     margin-top: 50px;
     padding-top: 20px;
}
/*Editorial A*/
 .offer-section-wrap {
     position: relative;
     margin-top: -118px;
}
 .offer-section {
     max-width: 300px;
     float: right;
     text-align: center;
     background: rgba(51, 102, 153, 0.9);
     color: #fff;
     padding: 10px 20px;
     font-size: 16px;
     position: relative;
     line-height: 1.42857143;
}
 .offer-section:after {
     content: '';
     position: absolute;
     width: 0px;
     height: 0px;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid rgba(51, 102, 153, 1);
     bottom: -20px;
     left: 42%;
}
 .breadcrumb-section .breadcrumb {
     background: none;
     padding-left: 0;
     padding-right: 0;
     text-transform: capitalize;
     margin-top: 50px;
}
 .breadcrumb-section .breadcrumb a {
     color: #236496;
}
/* Slideshow */
 #slideshow {
     position:relative;
     width:100% !important;
     height:320px;
     overflow:hidden;
    /* border:8px solid #fff;
     -webkit-box-shadow:1px 1px 5px #ddd;
     -moz-box-shadow:1px 1px 5px #ddd;
     -o-box-shadow:1px 1px 5px #ddd;
     box-shadow:1px 1px 5px #ddd;
     */
}
 #slideshow img {
     max-width: none;
     position:absolute;
     width:100%;
     height:350px;
     top:0;
     left:0;
     margin-left:0;
     margin-top:0;
     opacity:0;
     -webkit-transition-property: opacity, -webkit-transform;
     -webkit-transition-duration: 3s, 8s;
     -moz-transition-property: opacity, -moz-transform;
     -moz-transition-duration: 3s, 8s;
     -o-transition-property: opacity, -o-transform;
     -o-transition-duration: 3s, 8s;
     transition-property: opacity, transform;
     transition-duration: 3s, 8s;
}
 #slideshow img {
     -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
     -o-transform-origin: bottom left;
     transform-origin: bottom left;
}
 #slideshow :nth-child(2n+1) {
     -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
     -o-transform-origin: bottom right;
     transform-origin: bottom right;
}
 #slideshow :nth-child(3n+1) {
     -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
     -o-transform-origin: bottom left;
     transform-origin: bottom left;
}
 #slideshow :nth-child(4n+1) {
     -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
     -o-transform-origin: bottom right;
     transform-origin: bottom right;
}
 #slideshow .fx:first-child + img ~ img {
     z-index:-1;
}
 #slideshow .fx {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
     opacity:1;
}
 .offer-section .swim_more {
     font-weight: 300;
}
 .right-section ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .right-section ul{
     margin: 0;
     padding: 0;
     list-style: none;
     margin-bottom: 15px;
}
 .right-section .right-address ul li:first-child{
     border-top: 1px solid #ccc;
}
 .right-section .right-address ul li{
     padding:15px 0;
     border-bottom: 1px solid #ccc;
     display: inline-block;
     width: 100%;
}
 .right-section .right-address ul li > div{
     float: left;
     font-size: 14px;
}
 .right-section .right-address ul li a{
     line-height: 28px;
     float: left;
}
 .address-icon{
     margin-right: 18px;
     margin-top: 1px;
}
 .address-icon.phone-cont{
     margin-right: 22px;
}
 .address-icon i{
     color:#236496;
     font-size: 18px;
}
 .address-icon i.fa.fa-calendar{
     font-size: 16px;
}
 .location-map .modal-body{
     padding: 0;
}
 .location-map .modal-body iframe{
     width:100%;
     height:450px;
}
 .location-map .modal-content{
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     background: none;
}
 .location-map .modal-content{
     border:none;
}
 .location-map .modal-header{
     padding: 15px 0 0;
}
 .location-map .modal-header button.close{
     opacity: 1;
     color: #ccc;
     text-shadow: none;
     -webkit-text-shadow: none;
     -moz-text-shadow: none;
     font-size: 32px;
}
 .right-section h3{
     font-size: 21px;
     text-transform: uppercase;
     color:#236496;
}
 .right-links-section a {
    /* text-transform: capitalize;
     */
     line-height: 1.8;
}
 .right-links-section .nav-tabs>li{
     margin:0;
     position: relative;
     padding:0 10px;
}
 .right-links-section .nav-tabs>li:first-child{
     padding-left:0;
}
 .right-links-section .nav-tabs>li:last-child{
     padding-right:0;
}
 .right-links-section .nav>li:first-child:after{
     content: "|";
     position: absolute;
     top: 0;
     right: 0;
     font-size: 18px;
     color: #bcbcbc;
}
 .right-links-section .nav-tabs>li.active>a, .right-links-section .nav-tabs>li.active>a:focus, .right-links-section .nav-tabs>li.active>a:hover{
     border:none;
     background: none;
}
 .right-links-section .nav-tabs>li.active>a{
     color: #236496;
}
 .right-links-section .nav>li>a{
     padding:0;
     color: #bcbcbc;
     border: none;
     font-size: 16px;
}
 .right-links-section .nav-tabs{
     border:none;
     margin-bottom:15px;
}
 .right-links-section #by_name a:hover{
     opacity: 0.8;
}
 .right-links-section .nav>li>a:hover{
     background: none;
     color: #236496;
     border: none;
}
 .right-links-section #activity label {
     padding:0;
     margin:0 0 5px;
     display:block;
     cursor: pointer;
     font-weight: normal;
}
 .right-links-section #activity ul{
     margin-top: 20px;
}
 .right-links-section #activity label input[type="checkbox"] {
     margin: 3px 0 0 0;
     float: left;
}
 .right-links-section #activity label i{
     margin: 0 10px;
}
 .goto-btn.tellus-btn button {
     text-transform: uppercase;
     background: transparent;
     color: #236496;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     padding: 6px 0;
     border: none;
     cursor: pointer;
}
 .gallery-container .row{
     margin-right: -10px;
     margin-left: -10px;
}
 .gallery-wrap{
     margin-top: 30px;
}
 .gallery-container .col-sm-4{
     padding-left: 10px;
     padding-right: 10px;
}
 .gallery-container .thumbnail{
     position: relative;
     text-align: center;
     border:none;
     padding: 0;
}
 .thumbnail {
     display: block;
     padding: 4px;
     margin-bottom: 20px;
     line-height: 1.42857143;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 4px;
     -webkit-transition: border .2s ease-in-out;
     -o-transition: border .2s ease-in-out;
     transition: border .2s ease-in-out;
}
 .gallery-container .thumbnail a .lightbox-overlay{
     position: absolute;
     width: 100%;
     height: 100%;
     top:0;
     left: 0;
     display: -webkit-flex;
    /* Safari */
     -webkit-align-items: center;
    /* Safari 7.0+ */
     display: flex;
     align-items: center;
}
 .icon-gallery{
     background: rgba(0, 0, 0, 0.7);
     margin: auto;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     line-height: 30px;
}
 .icon-gallery i{
     color: #fff;
}



/*Local Stories*/
.slide_row .rel-lnk-top {
    float: left;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.left-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-part li {
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}
.left-part li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.left-part li a:hover, .left-part li.active a {
    color: #e9ae30;
}
.slide_row .ht-hero-lft.col-sm-8 {
    padding-left: 0;
    padding-top: 10px;
    border-right: 1px dotted #666;
    min-height: 130px;
}
.slide_row .ht-hero-rgt.col-sm-4 {
    padding: 10px 0;
    border-bottom: 1px dotted #666;
}
.slide_row h2 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #236496;
    font-weight: 600;
}
.rel-lnk-rgt a {
    background: #cc6600;
    padding: 2px 11px;
    text-align: center;
    color: #fff;
}
.about_head-left {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mid-right-cont .middle-section.middle-part-wrapper, .mid-right-cont .right-part.right-part-wrapper {
      position: relative;
      /*margin-top: -75px;*/
      z-index: 99;
      background: #fff;
  }
}


/*Department Page*/
.department.dpt-a h1 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #236496;
    font-weight: 600;
}
.department_page .left-part ul ul li a {
    font-size: .9em;
}
.department_page .sub-menu li a {
    padding-left: 15px;
    text-transform: capitalize;
}
.department_page .left-part ul ul li  a {
  color: inherit;
}
.department_page .dropmenu > a {
    background-image: url(images/right-arrowblue.png);
    background-position: 93% center;
    background-repeat: no-repeat;
}
.department_page .boxes {
    background: none repeat scroll 0 0 rgba(35, 100, 150, 0.33);
    float: left;
    height: 145px;
    padding: 9px;
    width: 148px;
    margin-right: 3px;
    text-align: center;
    margin-bottom: 3px;
}
.department_page .boxes > h1 {
    font-size: 40px;
    text-align: center;
    color: #236496;
    line-height: 40px;
}
.department_page .boxes p {
  font-size: 14px;
}
.department_page .shadows {
    background-image: url(images/shadow.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: -30px;
    width: 18px;
}
.department_page  .shadow-box-part {
    background-image: url(images/bottom-shadow.png);
    background-repeat: no-repeat;
    bottom: -5px;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    min-width: 197px;
    background-size: 100%;
    width: 100%;
    background-position: center bottom;
}
.department_page .large_subhead_ad {
    color: #236496;
    font-size: 16px;
    margin-bottom: 5px;
}
.sidebar-widget {
  position: relative;
}
.sidebar-widget .text-part {
  padding-bottom: 7px;
  margin-bottom: 17px;
}
.sidebar-widget .text-part p {
  line-height: 1.6;
}
.sidebar-widget .text-part a {
  text-decoration: none;
}
.wi-icon-pos {
  position: relative;
  display: block;
  padding-left: 25px;
}
.wi-icon-pos:before {
  content: "\f0e0";
  font-family: "font awesome 5 free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
}
.wi-icon-pos.tel:before {
  content: "\f095";
}


/*Pressroom Page*/
.typology-post {
    position: relative;
}
.typology-layout-b {
    padding-left: 14rem;
    padding-bottom: 67px;
    margin-bottom: 0;
    padding-top: 67px;
}
.typology-layout-b .post-date-day {
    font-size: 4rem;
    display: block;
    line-height: 4rem;
}
.typology-layout-b .post-date-day, .typology-outline-nav li a:hover, .style-timeline .post-date-day {
    color: #c62641;
}

.pressroom_page #for_aligns {
  margin-top: 50px;
}
.pressroom_page .header_img {
  margin-bottom: 50px;
}



















/*.section-content {
    max-width: 720px;
    margin: 0 auto 12rem;
        margin-bottom: 12rem;
}*/
.typology-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .typology-layout-b:first-child {
    padding-top: 0;
}
.typology-layout-b {
    padding-left: 22rem;
    padding-bottom: 40px;
    margin-bottom: 0;
    padding-top: 40px;
}
.typology-post {
    position: relative;
    /*margin-bottom: 9rem;
    padding-bottom: 10rem;*/
}
.typology-post.typology-layout-b::before, .section-content-b .typology-ad-between-posts::before {
    background: 
    rgba(68,68,68,0.1);
}
.section-content-b .typology-ad-between-posts::before, .typology-post.typology-layout-b::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 10rem;
    top: 25px;
    display: block;
}
.entry-footer, .entry-header {
    position: relative;
    z-index: 2;
}
.entry-header {
    margin-bottom: 27px;
}
.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0;
}
.entry-title a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    color: #236496;
    text-transform: uppercase;
    font-size: 24px;
}
.typology-fake-bg {
    margin-top: 50px;
}
.entry-meta {
    margin-top: 10px;
}
.meta-item {
    text-transform: none;
}
.typology-pagination .navigation {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    display: block;
    height: 42px;
    text-align: center;
}
.typology-pagination{
  margin-top: 67px;
  margin-bottom: 67px;
}
.typology-loader {
    font-size: 8px;
    width: 32px;
    margin: 0 auto 0 -16px;
    opacity: 0;
    top: 17px;
    height: 10px;
    left: 50%;
    z-index: -1;
    position: absolute;
}
.typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    min-width: 160px;
}
.typology-pagination .current, .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    color: #ffffff;
    background: #333333;
}
.typology-pagination a, .typology-pagination span {
    font-size: 1.1rem;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}
.typology-layout-b .post-date-hidden, .meta-item {
    font-size: 1.3rem;
    display: none;
}
.meta-item {
    margin-right: 15px;
}
.meta-item {
    display: inline-table;
    vertical-align: top;
}
.coauthors {
    display: inline;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}
.meta-author a {
    margin-left: 5px;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: 
    #888888;
}
.meta-item a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid 
    transparent;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out;
}
.typology-layout-b .post-date {
    position: absolute;
    top: 8px;
    left: -229px;
    text-align: center;
    width: 75px;
  }
  .typology-layout-b .post-date-day, .typology-outline-nav li a:hover, .style-timeline .post-date-day {
    color: 
    #c62641;
}
.typology-layout-b .post-date-day {
    font-size: 6rem;
    display: block;
    line-height: 4rem;
    margin-bottom: 15px;
}
#for_aligns{
  margin-top: 20px;
}
.post-date-month{
    color: #333333;
}

.typology-layout-b .post-date::after, blockquote::before, q::before {
    background: #c62641;
}
.typology-layout-b .post-date::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 50%;
    left: 104px;
    top: 17px;
    z-index: 2;
}
.typology-featured-image {
    position: relative;
    padding: 0 !important;
    border: none !important;
    display: inline-block;
    margin-bottom: 33px;
}

.entry-content .typology-featured-image:hover {
    background: #000;
    opacity: 0.9;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

/*.style-thumbnail .entry-image a::after, .typology-featured-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}*/
.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0;
}
.typology-post::after, .section-title::after, .typology-pagination::before {
    background: 
    rgba(51,51,51,0.2);
}
.section-title::after, .typology-post::after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: rgba(68,68,68,0.1);
}


.entry-content.for_fonts p.for_fonts{
  margin: 0px 0px 18px;
  padding: 0px;
  border: 0px;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-stretch: inherit;
  line-height: 1.45em;
  outline: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 1.26em;
  color: rgb(46, 46, 46);
  background-color: rgb(247, 247, 247);
}
article .more_link{
  display: inline-block;
  width: 100%;
}
article .more_link a{
  float: right;
}
article .more_link a:hover{
  cursor: pointer;
}
.para_cont span.more-text{
  display: none;
}



@media screen and (max-width: 700px){
  .boxinner{
    width: 70%;
  }
  .popupinner{
    width: 70%;
  }
}






/*Photo Gallery Page*/
.lg-backdrop {
    z-index: 9999999;
}
.lg-outer {
    z-index: 99999999999;
}
.image_wrapper.rotate img {
    transform: rotate(90deg);
    margin-left: 10px;
}
.section.full-width > .section_wrapper{
  max-width:100%!important;
  padding-left:0!important;
  padding-right:0!important
}
.section_wrapper:after,.container:after{
  clear:both;
  content:" ";
  display:block;
  height:0;
  visibility:hidden;
}

.mcb-wrap{
  float:left;
  position:relative;
  z-index:1;box-sizing:border-box;
}
.mcb-wrap.move-up{
  z-index:28;
}
.mcb-wrap.divider{
  width:100%;
  height:0!important
}

.column,.columns{
  float:left;
  margin:0 1% 40px;
}

/* .column */
.one-sixth.column       { width: 14.666%; } /* 1/6 */
.one-fifth.column       { width: 18%; }     /* 1/5 */
.one-fourth.column,
.four.columns           { width: 23%; }     /* 1/4 */
.one-third.column       { width: 31.333%; } /* 1/3 */
.two-fifth.column       { width: 38%; }     /* 2/5 */

.one-second.column      { width: 48%; }     /* 1/2 */
.three-fifth.column     { width: 58%; }     /* 3/5 */
.two-third.column       { width: 64.666%; } /* 2/3 */
.three-fourth.column    { width: 73%; }     /* 3/4 */
.four-fifth.column      { width: 78%; }     /* 4/5 */
.five-sixth.column      { width: 81.333%; } /* 5/6 */
.one.column             { width: 98%; }     /* 1/1 */

hr.no_line{
  border-top: 0;
}
.column_attr.clearfix h2{
  color: #236496;
    text-transform: uppercase;
    font-size: 28px;
}

.close.cls:hover{
cursor: pointer;
color: #fff;
}
.close.cls{
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none;
position: absolute;
top: -25px;
z-index: 99999;
right: 5px;
font-size: 20px;
}

@media screen and (max-width: 767px) {
  img.visible_photo.scale-with-grid{
    max-width: 100%;
    height: auto;
  }
  .two-third.column{
    width: 100%;
  }
  .section.mcb-section.custom{
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 50px !important;
  }
  .column.mcb-column.one-third.column_column.surfing_box{
    width: 100%;
  }
  h2.for_aligns{
    font-size: 19px !important;
    line-height: 19px !important;
    letter-spacing: 3px !important;
  }
  .column.mcb-column.two-third.column_hover_box img {
      width: 100%;
  }
  
}



.photo_counter {
    position: relative;
    top: 30px;
    left: 48px;
    font-size: 40px;
    font-weight: normal !important;
    color: #bec0c1;
}
/*Photo gallery start */
ul#lightgallery .photo_title,
ul#lightgallery .photo_counter{
  display: none;
}
ul#lightgallery li a:hover > .photo_title{
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  z-index: 999;
}
ul#lightgallery li a:hover > .photo_counter{
  display: block;
  position: absolute;
  color: #c3c5c7;
  font-size: 42px;
  line-height: 32px;
  left: 115px;
  top: 140px;
  z-index: 999;
}
#lightgallery a{
  position: relative;
}
ul#lightgallery li a:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(33, 37, 41, 0.8);;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
    height: 100%;
    width: 100%;
}

ul#lightgallery{
  padding: 0;
}
.demo-gallery > ul > li {
  width: 170px;
  display: inline-block;
  list-style: outside none none;
  position: relative;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
/*Photo gallery end */

ul#hover_box_image {
    list-style: none;
}
ul#hover_box_image_two{
  list-style: none;
}
.hover_one .col-sm-6 {
    float: left;
    padding: 0;
}

 .hover_two .col-sm-6{
  float: left;
  padding: 0;
 }
.img-circle:after {
   width: 121px;
    height: 185px;
    /*background-color: #2DFFF3;*/
    background-color: #8CCDFF;
    position: absolute;
    content: " ";
    top: 62px;
}


.col-sm-12.hover_one .img-first{
  position: relative;
  left: 2px;
}

.col-sm-12.hover_one .img-first:before{
    width: 90px;
    height: 185px;
    /*background-color: #2DFFF3;*/
    background-color: #8CCDFF;
    position: absolute;
    content: " ";
    top: 180px;
    left: 40px;
}

.img-circle {
  position: relative;
  top: -9px;
  left: 35px;
}
.img-circle:before {
    position: absolute;
    content: "";
    width: 193px;
    height: 100%;
    background: url(images/photo_gallery/photos_02.png);
    z-index: 99999999999999;
}
.col-sm-12.hover_one {
    padding: 0;
}
.col-sm-12.hover_two {
    position: relative;
    clear: both;
    z-index: 9;
}
.col-sm-12.hover_three {
    bottom: 150px;
    z-index: 999;
}
.video_image {
    position: relative;
    top: -95px;
    left: 125px;
}
.hover_three .col-sm-12.col-md-8 {
    float: left !important;
    padding: 0;
}
.hover_three .col-sm-12.col-md-4{
    float: left !important;
    padding: 0;
}


.hover_one img.img-responsive {
    position: relative;
    top: 18px;
}
.hover_two .video_image {
    position: relative;
    top: -132px;
    left: 85px;
}

.hover_three .col-sm-8{
    float: left;
    padding: 0;
}
.hover_three .col-sm-4 {
    float: left;
    padding: 0;
}

.hover_three img.img-responsive {
    top: -28px;
    position: relative;
    left: 50px;
}
.hover_three h5 {
    top: 45px;
    position: relative;
    text-align: right;
    color: #236496;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 22px;
    right: 78px;
}

/*.video_image:after {
   position: absolute;
    left: 32%;
    background-image: url('https://www.jjcreative.com/USLA/img/photo_gallery/play-btn.png');
    width: 125px;
    height: 125px;
    content: " ";
    background-repeat: no-repeat;
    opacity: 0.9;background-size: 100%;
    top: 35%;}
*/
.video_image{
  position: relative;
}
.hover_one .col-sm-12.col-md-6 {
    float: left;
    padding: 0;
}

.hover_one .col-sm-12.col-md-6 {
    float: left;
    padding: 0;
}















































@media only screen and (max-width: 991px) {
  .hover_one .col-sm-12.col-md-6 {
      width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hover_one img.img-responsive{
    position: unset;
  }
  .col-sm-12.hover_one .img-first::before,
  .img-circle::after{
    display: none;
  }
  .img-circle{
    position: unset;
  }
  .col-sm-12.hover_three{
    bottom: unset;
    padding: 0;
  }
  .column.mcb-column.two-third.column_hover_box img{
    width: 100%;
  }
  .img-circle:before {
      display: none;
  }
  .col-sm-12.hover_two{
    padding: 0;
  }
  .hover_two .video_image{
    position: unset;
  }
  .hover_three img.img-responsive{
    position: unset;
  }
  .img-first, .img-circle, .video_image{
    margin-bottom: 10px;
  }
  .video_image::after{
    left: 25% !important;
    top: 20% !important;
  }
  .hover_three h5{
    right: unset;
  }
  .demo-gallery > ul > li {
      width: 50%;
      float: left;
  }
  .hover_three .col-sm-12.col-md-4{
      float: none !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .one-third.column{
    width: unset;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .col-sm-12.hover_one .img-first:before {
      width: 90px;
      height: 185px;
      position: absolute;
      content: " ";
      top: 180px;
      left: 44px;
  }
  .img-circle:after {
      width:110px;
      height: 185px;
      position: absolute;
      content: " ";
      top: 62px;
  }


  .video_image{

    max-width: 550px;
      margin: auto;
  }

  .video_image:after {
     
      left: 35%;}

  .column.mcb-column.two-third.column_hover_box {
      width: 100%;
      margin: 0 auto;
      margin-bottom: -115px;
  }

  .hover_two .video_image {
      left: 25px;
  }
  .hover_three img.img-responsive {

      left: 20px;
  }
  .hover_three h5 {
      font-size: 16px;
      top: -120px;
      right: 52px;
  }

  .column.mcb-column.one-third.column_column.surfing_box .column_attr.clearfix{

    padding-top: 0px !important;
  }


  .hover_three .col-sm-12.col-md-4 {
      float: left;padding: 0;
  }

  .hover_three .col-sm-12.col-md-8{
     float: left;padding: 0;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-circle:after {
      width: 70px;}

  .hover_two .video_image {
      position: relative;
      top: -132px;
      left: 0;
      max-width: 510px;
      margin: 0 auto;
  }
  .col-sm-12.hover_one .img-first:before {
      left: 15px;
  }
  .img-circle {
     
      top: -18px;}

  .hover_three img.img-responsive {
      top: -28px;
      position: relative;
      left: -7px;
  }

  .hover_three h5 {
      font-size: 13px;
      right: 31px;
  }
  .demo-gallery > ul > li {
      width: 143px;}


  ul#lightgallery li a:hover > .photo_title {
      font-size: 25px;}



  ul#lightgallery li a:hover > .photo_counter {

      font-size: 35px;
      left: 90px;
      top: 108px;
   
  }


}




@media only screen and (max-width: 500px) {
  .hover_one .col-sm-12.col-md-6 {
      width: 100%;
  }
  .hover_three .col-sm-12.col-md-8 {
      width: 100%;
  }
}





/*Event Page*/
.event-all-itmes {
  margin-top: 50px;
}
.event-all-itmes .heading {
  color: #236496;
  text-transform: uppercase;
}
.event-all-itmes .shadow-box {
  margin-top: 20px;
}
.event-all-itmes .reset {
  display: inline-block;
  float: right;
}

.filter {
    margin-top: 21px;
    padding-bottom: 20px;
    background-image: url(images/lower-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-color: #fff;
    position: relative;
}
.event-box {
    border-bottom: 1px solid #cdcdcd;
    padding: 22px 0 13px 0;
}
.event-all-itmes .right-part .shadow-box.right-1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.events-section .event-box .event-content .sky-blue-text a {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 15px;
    color: #336699;
    margin-top: 0;
    display: inline-block;
}

.events-section .event-box .event-image {
    float: left;
    width: auto;
    max-width: 150px;
}
.events-section .event-box .event-content.add_space {
    /* padding-left: 180px; */
    display: inline-block;
    margin-left: 20px;
}
.event-all-itmes .thumb-image img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*Calendar Style*/
.supercal {
width: 100%;
}
.supercal .supercal-header {
display: block;
line-height: 34px;
text-align: center;
position: relative;
background:#fff;
padding: 10px 0 0 0;
}
.supercal .supercal-header .prev-month {
    float: left;
    height: 34px;
    width: 20px;
    background-image:url(images/left-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right: 15px;
    background-size: 100%;
}
.supercal .supercal-header .next-month {
    float: right;
    height: 34px;
    width: 20px;
    background-image:url(images/right-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right:0;
    background-size: 100%;
}
.supercal-month {
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* border:1px solid #c6c6c6; */
    padding: 0 0 15px 0;
    background: #fff;
}


.supercal-month th{font-weight:normal;font-size:10px;}
.supercal table {
 width: 100%; 
/*width:auto !important;*/
max-width:auto !important;
background: #fff;
font-size:12px;
}
.supercal table td{font-size:12px; 
    /* font-family: 'Open Sans', sans-serif; */
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
    /* padding:3.6px; */
    padding: 8px 2px 8px;
    border: none;
    font-size: 10px;
    color:#666;
}
.supercal td {
cursor: pointer; 
/* font-family: 'Open Sans', sans-serif; */
}
.supercal-month .table-condensed.current tbody > tr > th{
    text-transform: uppercase;
    font-weight: 700 !important;
    border: none;
    padding-bottom: 0;
    font-size: 10px;
    color: #5b5652 !important;
    text-align: center;
}
.supercal-month .table-condensed.current tbody > tr > th:first-child{
    color: #ff000c !important;
    text-align: center;
}

.supercal td:hover {
color: #337ab7;
}
.supercal td.month-prev, .supercal td.month-next {
/* background: #eee; */
color: #b3b3b3 !important;
}
.supercal td.selected {
/* background: #7BB205 !important; */
/* color: #fff;
font-weight: normal; */
    color: #337ab7 !important;
    font-weight: bold;
}
.supercal td.today {
/* font-weight: bold; */
}
/* Footer */
.supercal .supercal-footer {
width: 100%;
display: table;
display:none;
}
.supercal .supercal-footer span.supercal-input {
display: table-cell;
width: 100%;
cursor: default;
}
.month {
    /*font-family: dinengschriftregular;*/
  font-size:18px;
  color:#585756;
    /* text-transform:uppercase; */
    text-align: left;
    font-weight: bold;
}
.month .datecal{
    color:#337ab7;
}

.example1 td {
    border: 1px solid #fdfdfd ;
}

.supercal-header .btn {
    background-color: transparent;
    padding: 0;
    text-indent: -9986px;
}
.supercal-header .btn:focus,
.supercal-header .btn:active, 
.supercal-header .btn.active{
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.supercal table td{text-align:center;}
.supercal table{margin-bottom:0px;}
.example1.supercal.carousel-vertical.transition {
    background-image: url("../images/calendar-shaddow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom:3px;
}

.eventdate {
    font-family: arial;
    font-size: 13px;
    margin-top: 14px;
}
.eventdate .gray-text {
    margin-top: 11px;
}
.eventdate .sky-blue-text {
   
  font-size: 17px;
    letter-spacing: normal;
    margin-bottom: 1px;
}
.eventdate.col-md-12 {
    padding: 0 18px 18px 0;
  width:100% !important;
}

.supercal table td.has-events{
        /* background: #0FB7F0 ; */
        /* color:#fff; */
        color:#666;
        position: relative;
    }
    .supercal table td.has-events:after{
        content: "";
        position: absolute;
        width:4px;
        height:4px;
        background:#337ab7;
        display: inline-block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        bottom: 0;
        left: 49%;
    }  
    #sidebar-calendar{
        /* border:1px solid #2591d2;
        border-top:none; */
        background-image: url(images/bottom-shadow.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 3px;
    /* display: inline-block; */
    }
    #sidebar-calendar{
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .thumb-image.event-sidebar-calendar .shadow-box-part{
        margin-bottom: 15px;
    }
    .thumb-image.event-sidebar-calendar{
        z-index: -9;
        display: inline-block;
        margin: 0 0 15px;
    }
    #sidebar-calendar-data-events p.sky-blue-text{
        font-size:18px !important;
        font-weight: bold;
        font-family:arial !important;
    }
.sidebar-event #sidebar-calendar-data-events p.calender-text{
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Arvo', serif;
}
#sidebar-calendar-data-events .sky-blue-text{
    color: #337ab7 !important;
}
@media (max-width: 630px) {
  .events-section .event-box .event-image {
      max-width: inherit;
  }
  .events-section .event-box .event-content.add_space {
      margin-top: 10px;
      margin-left: 0;
  }
}

.happening .happy-t-r a:hover,.happening .view-all a:hover {
  color: #939ca3 !important;
}
.social-slider .so-items a:hover {
  color: #fff !important;
}
