/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.dropdown {
    position: relative;
    display: inline-block;
	color:#000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 182px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #000;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
	font-size:15px;
}

.dropdown-content a:hover {background-color: #ffc107; color:#fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ff8657;}




.thumbnail1:hover{
background-color: transparent;
}

.thumbnail1:hover img{
width:100%;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: 1000px;
visibility: hidden;
color: black;
text-decoration: none;
margin-left:30%;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
width:100%;
}

.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 18px;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
width:350px;
height:300px;
}

	
	.img-top
	{
		width:100%;
		display: inline;
		margin-top:20px;
		
	}

.page-scrolled .navbar.navbar-fixed .menu-container {
	margin-left:19%;
	width: 100%;
}


.page-scrolled .navbar.navbar-fixed ul li a
{
}


.menu-container {
    width: 100%;
    margin: 0 auto;
	margin-top:10px;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	margin-top:15px;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li 
{
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a 
{
    text-decoration: none;
    padding: 1em 1em;
    display: block;
	font-family: "Poppins", sans-serif;
	color: #fff;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 500;
	border-radius:30px;
}

.menu > ul > li:hover, .menu > ul > .active
{
    background: rgb(255,255,255,.1);
	color:#d5aa6d !important;
	border-radius:30px;
}

.menu > ul > .active a 
{
	color:#d5aa6d !important;
}

.menu > ul > li a:hover 
{
		color:#d5aa6d !important;

}

.menu-bt a
{
	padding-right:0px !important;
}

.menu > ul > .menu-bt:hover
{
	    background: transparent;
}


.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.mobilemenuhover
{
	color:#000;
}



.ct-btn--scroll-up {
  position: fixed;
  bottom: 0;
  border-radius: 0 50% 0 0;
  border: none;
  background: #47A7EA;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: white;
  padding: 2px 3px 0 0;
  text-align: center;
  width: 38px;
  height: 38px;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99;
  left: -45px; }
  .ct-btn--scroll-up:hover {
    background: #47A7EA; }
    .ct-btn--scroll-up:hover:active {
      background: #47A7EA;
      box-shadow: 0; }
  .ct-btn--scroll-up.visible {
    bottom: 0;
    left: 0; }


.ct-section-header {
  position: relative;
  padding-top: 17px;
  margin-top: 1.35em;
  margin-bottom: 1.35em;
  color: #47A7EA;
  text-align: center; }
  .ct-section-header i {
    padding-right: 10px; }
  .ct-section-header small {
    color: #4a4a4a;
    display: block;
    margin-top: 1.35em;
    font-size: 15px; }
  .ct-section-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 47px;
    height: 6px;
    background-color: #e8e8e8;
    border-radius: 30px; }
  .ct-section-header + p {
    margin-top: -1.645em;
    margin-bottom: 45px;
    line-height: 2; }
  .ct-section-header.ct-section-header--white {
    color: #fff;
    padding-top: 25px;
    margin-bottom: 2em; }
    .ct-section-header.ct-section-header--white small {
      color: #fff; }
    .ct-section-header.ct-section-header--white:before {
      opacity: 0.65; }



.ct-search {
  position: relative;
  color: #ababab; }
  .ct-search .form-control {
    background-color: #f8f8f8;
    border: none;
    color: inherit;
    padding: 0 47px 0 20px;
    border-radius: 30px; }
  .ct-search button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 14px;
    height: 45px;
    border: none;
    color: #c4c4c4; }


.selectize-dropdown [data-selectable] .highlight {
  background: rgba(252, 106, 156, 0.6);
  color: white; }

.ct-range-slider {
  width: 100%;
  position: relative;
  height: 5px;
  border-radius: 5px;
  background: whitesmoke; }
  .ct-range-slider__wrapper {
    padding-top: 15px;
    padding-bottom: 55px; }
  .ct-range-slider__left-grip,
  .ct-range-slider__right-grip {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    cursor: hand;
    cursor: pointer; }
    .ct-range-slider__left-grip:before,
    .ct-range-slider__right-grip:before {
      content: '';
      position: absolute;
      background-color: #47A7EA;
      width: 16px;
      height: 16px;
      top: 0;
      left: 0;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-range-slider__left-grip:active:before,
    .ct-range-slider__left-grip:focus:before,
    .ct-range-slider__right-grip:active:before,
    .ct-range-slider__right-grip:focus:before {
      background-color: #fda6c4; }
  .ct-range-slider__label {
    position: absolute;
    top: calc(100% + 5px);
    cursor: text;
    font-size: 14px;
    color: #a4a4a4;
    left: 0;
    background: #fff;
    border: none;
    width: 45px; }
    .ct-range-slider__right-grip .ct-range-slider__label {
      left: auto;
      right: 0;
      text-align: right; }
    .ct-range-slider__label:before {
      content: "$"; }
  .ct-range-slider__bar {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: lightgray; }
  .ct-range-slider .slider-selection {
    box-shadow: none; }

.checkbox-group {
  margin-bottom: 8px; }
  .checkbox-group label {
    position: relative;
    padding-left: 26px;
    color: darkgray;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: color 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .checkbox-group label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 13px;
      height: 13px;
      line-height: 10px;
      font-size: 8px;
      color: #47A7EA;
      margin-top: -7px;
      border: 2px solid #47A7EA;
      border-radius: 4px;
      font-family: 'FontAwesome';
      text-align: center;
      padding-left: 1px;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      overflow: hidden; }
    .checkbox-group label:hover {
      color: #4a4a4a; }
  .checkbox-group input:checked + label:before {
    content: '\f00c'; }

.successMessage,
.errorMessage {
  display: none;
  margin-top: 35px; }

.ct-form-section {
  margin: 65px auto 35px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 920px; }
  @media only screen and (min-width: 768px) {
    .ct-form-section {
      margin: 87px auto 67px; } }
  .ct-form-section__title {
    color: #47A7EA;
    text-align: center; }
    .ct-form-section__title a {
      font-weight: 700; }
    .ct-form-section__title.text-left {
      text-align: left; }
  .ct-form-section__header {
    display: block;
    margin-bottom: 12px; }
  .ct-form-section__form {
    border-top: 2px solid #f8f8f8;
    margin-top: 20px;
    padding-top: 50px; }
  .ct-form-section button[type="submit"] {
    margin-top: 17px; }
  .ct-form-section--type2 {
    max-width: none; }
    .ct-form-section--type2 .ct-form-section__title {
      font-weight: 700; }
    @media only screen and (min-width: 992px) {
      .ct-form-section--type2 {
        margin-bottom: 87px; } }
    .ct-form-section--type2 .ct-form-section__form {
      padding-top: 35px; }

.ct-address__box {
  display: block; }
  .ct-address__box + .ct-address__box {
    margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .topbar__address {
    display: table; }
    .topbar__address .ct-address__box {
      display: table-cell; }
      .topbar__address .ct-address__box + .ct-address__box {
        margin-top: 0;
        padding-left: 28px; }
      .topbar__address .ct-address__box .media-body {
        width: auto; } }

@media only screen and (max-width: 991px) {
  .ct-mobile-menu__address {
    font-size: 16px;
    padding: 0 0 25px; }
    .ct-mobile-menu__address .ct-address__box {
      display: block; }
      .ct-mobile-menu__address .ct-address__box + .ct-address__box {
        margin-top: 10px; } }

.ct-footer .ct-address {
  padding-top: 5px;
  font-size: 15px; }
  .ct-footer .ct-address .ct-address__box .media-left {
    min-width: 25px; }
  .ct-footer .ct-address .ct-address__box + .ct-address__box {
    margin-top: 10px; }

.ct-address--with-hovers {
  max-width: 420px;
  width: 100%;
  display: inline-block; }
  .ct-address--with-hovers:before,
  .ct-address--with-hovers:after {
    content: " ";
    display: table; }
  .ct-address--with-hovers:after {
    clear: both; }
  .ct-address--with-hovers .ct-address__box {
    display: inline-block;
    border-radius: 30px;
    background: #47A7EA;
    height: 30px;
    width: 30px;
    line-height: 28px;
    color: white;
    overflow: hidden;
    margin: 0 5px;
    font-size: 13.5px; }
    .ct-address--with-hovers .ct-address__box .media-left {
      display: inline-block;
      width: 30px;
      text-align: center;
      padding: 0;
      float: left; }
    .ct-address--with-hovers .ct-address__box .media-body {
      width: calc(100% - 30px);
      display: inline-block;
      float: left; }
    .ct-address--with-hovers .ct-address__box:hover {
      width: calc(100% - 90px); }
    .ct-address--with-hovers .ct-address__box + .ct-address__box {
      margin-top: 0; }

.ct-socials__item, .ct-socials--inverse .ct-socials__item:hover {
  background: url("../images/social-bg.png") center no-repeat;
  background-size: contain;
  color: #47A7EA;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 !important; }
  .ct-socials__item a, .ct-socials--inverse .ct-socials__item:hover a {
    display: block; }
  .ct-socials__item:before, .ct-socials--inverse .ct-socials__item:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 35%;
    width: 35%;
    background: white;
    z-index: -1;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 30px; }

.ct-socials__item:hover:before, .ct-socials--inverse .ct-socials__item:before {
  width: 100%;
  height: 100%; }

.topbar .ct-socials {
  text-align: right; }
  .topbar .ct-socials__item {
    color: #47A7EA; }

.ct-socials__item + .ct-socials__item {
  margin-left: 7px; }

.ct-mobile-menu .ct-socials {
  text-align: center;
  padding-bottom: 20px; }
  .ct-mobile-menu .ct-socials li {
    color: #47A7EA;
    margin: 0 5px; }

.ct-socials.ct-socials--type2 .ct-socials__item {
  color: #cbc0b6; }

.ct-pagination:before,
.ct-pagination:after {
  content: " ";
  display: table; }

.ct-pagination:after {
  clear: both; }

.ct-blog__pagination {
  border-top: 2px solid #f8f8f8;
  margin-top: 20px;
  padding: 20px 0; }
  @media only screen and (min-width: 480px) {
    .ct-blog__pagination {
      margin-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .ct-blog__pagination {
      padding-bottom: 87px; } }



.ct-slick {
  margin-bottom: 0; }
  .ct-slick .slick-prev,
  .ct-slick .slick-next {
    position: absolute; }
  .ct-slick .ct-slick__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px; }
    .ct-slick .ct-slick__footer .inner {
      padding: 10px 0;
      text-align: center; }
      .ct-slick .ct-slick__footer .inner .btn {
        margin-top: 4px; }
    @media only screen and (min-width: 768px) {
      .ct-slick .ct-slick__footer {
        padding: 30px 50px;
        display: table;
        width: 100%; }
        .ct-slick .ct-slick__footer > .inner, .ct-slick .ct-slick__footer > .ct-slick .ct-slick__footer__inner {
          display: table-cell;
          vertical-align: middle;
          width: 100%; }
        .ct-slick .ct-slick__footer .inner {
          padding: 0 15px;
          text-align: left; } }
  .ct-slick--main {
    z-index: 99;
    min-height: 350px;
    margin-top: -20vh; }
    .ct-slick--main .item {
      position: relative; }
    @media only screen and (min-width: 480px) {
      .ct-slick--main {
        min-height: 45vh; } }
    @media only screen and (min-height: 800px) {
      .ct-slick--main {
        margin-top: -200px; } }

.slick-nav {
  background: white;
  height: 61px;
  width: 61px;
  min-width: 0; }
  .slick-nav .btn-arrow__svg {
    top: 2px; }
  .slick-nav.slick-disabled {
    opacity: 0.5; }
  .slick-nav:hover, .slick-nav:focus, .slick-nav:active {
    background: #47A7EA; }
    .slick-nav:hover .btn-arrow__svg, .slick-nav:focus .btn-arrow__svg, .slick-nav:active .btn-arrow__svg {
      fill: white; }
  @media only screen and (max-width: 479px) {
    .slick-nav {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }

@media only screen and (max-width: 767px) {
  .ct-slick--arrows1 .slick-nav {
    top: auto;
    bottom: 15px; } }

.ct-slick--arrows2 .slick-nav, .ct-slick--arrows3 .slick-nav, .ct-slick--arrows4 .slick-nav {
  background: transparent;
  top: -25px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .ct-slick--arrows2 .slick-nav .btn-arrow__svg, .ct-slick--arrows3 .slick-nav .btn-arrow__svg, .ct-slick--arrows4 .slick-nav .btn-arrow__svg {
    fill: #969696; }
  .ct-slick--arrows2 .slick-nav.slick-disabled .btn-arrow__svg, .ct-slick--arrows3 .slick-nav.slick-disabled .btn-arrow__svg, .ct-slick--arrows4 .slick-nav.slick-disabled .btn-arrow__svg {
    fill: #969696 !important; }
  .ct-slick--arrows2 .slick-nav:hover .btn-arrow__svg, .ct-slick--arrows2 .slick-nav:focus .btn-arrow__svg, .ct-slick--arrows2 .slick-nav:active .btn-arrow__svg, .ct-slick--arrows3 .slick-nav:hover .btn-arrow__svg, .ct-slick--arrows3 .slick-nav:focus .btn-arrow__svg, .ct-slick--arrows3 .slick-nav:active .btn-arrow__svg, .ct-slick--arrows4 .slick-nav:hover .btn-arrow__svg, .ct-slick--arrows4 .slick-nav:focus .btn-arrow__svg, .ct-slick--arrows4 .slick-nav:active .btn-arrow__svg {
    fill: #47A7EA; }
  .ct-slick--arrows2 .slick-nav.slick-prev, .ct-slick--arrows3 .slick-nav.slick-prev, .ct-slick--arrows4 .slick-nav.slick-prev {
    left: 50%;
    margin-left: -38px; }
  .ct-slick--arrows2 .slick-nav.slick-next, .ct-slick--arrows3 .slick-nav.slick-next, .ct-slick--arrows4 .slick-nav.slick-next {
    right: 50%;
    margin-right: -38px; }

.ct-slick--arrows2.ct-slick-activated {
  padding-top: 30px; }

.ct-slick--arrows3 {
  padding-top: 20px; }
  @media only screen and (max-width: 991px) {
    .ct-slick--arrows3.ct-slick-activated {
      padding-top: 50px; }
      .ct-slick--arrows3.ct-slick-activated .slick-nav.slick-prev, .ct-slick--arrows3.ct-slick-activated .slick-nav.slick-next {
        top: 25px; } }
  @media only screen and (min-width: 992px) {
    .ct-slick--arrows3 .slick-nav.slick-prev, .ct-slick--arrows3 .slick-nav.slick-next {
      top: -30px; }
    .ct-slick--arrows3 .slick-nav.slick-prev {
      right: 58px;
      left: auto; }
    .ct-slick--arrows3 .slick-nav.slick-next {
      right: 48px; } }

.ct-slick--arrows4 .slick-nav {
  top: auto;
  bottom: 45px; }

@media only screen and (min-width: 992px) {
  /*nav*/
.ct-menu {
    width: 100%;
    z-index: 999;
    color: white;
    font-size: 16px;
    font-weight: 400;
}
  .topbar {
    display: table;
    height: 47px;
    width: calc(100% + 48px);
    background-color: #47A7EA;
    border-radius: 30px;
    padding: 0 14px 0 28px;
    margin: 0 -24px; }
    .topbar__inner {
      display: table-cell;
      vertical-align: middle; }
  .midbar {
    height: 25px;
    display: table;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 33px; }
    .midbar > .inner, .midbar > .midbar__inner {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .midbar-nav a:hover {
    color: #47A7EA; }
  .midbar-nav .nav-item.active > a {
    color: #47A7EA; }
  .midbar-nav li + li {
    padding-left: 28px; } }

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .midbar-nav li + li {
    padding-left: 34px; } }

@media only screen and (min-width: 992px) {
  .midbar__search-toggle {
    font-size: 20px; }
  .midbar__search {
    display: none; }
    .midbar__search .form-group {
      width: 100%;
      height: 64px;
      margin: 0; }
      .midbar__search .form-group button {
        height: 64px;
        font-size: 20px; }
    .midbar__search .form-control {
      height: inherit;
      font-size: 30px;
      font-weight: 300;
      line-height: 64px; }
    .midbar__search--transparent .form-group button {
      right: 0;
      padding-right: 0;
      color: white; }
    .midbar__search--transparent .form-control {
      background-color: transparent;
      padding: 0 34px 0 0;
      color: white; }
      .midbar__search--transparent .form-control:focus {
        outline: none;
        box-shadow: none; }
    .midbar__search--transparent ::-webkit-input-placeholder {
      color: white; }
    .midbar__search--transparent ::-moz-placeholder {
      color: white; }
    .midbar__search--transparent :-ms-input-placeholder {
      color: white; }
    .midbar__search--default {
      position: relative;
      top: 2px;
      left: -24px;
      width: calc(100% + 48px); } }
    @media only screen and (min-width: 992px) and (min-width: 1200px) {
      .midbar__search--default {
        left: -42px;
        width: calc(100% + 84px); } }

@media only screen and (min-width: 992px) {
  .search-open .midbar__inner {
    display: none; }
  .search-open .midbar__search {
    display: block; }
  .navbar {
    font-size: 16px;
    border: none; }
    .navbar .navbar-brand {
      padding-top: 0px; } }
  @media only screen and (min-width: 992px) and (min-width: 1200px) {
    .navbar .navbar-nav li a {
      padding-left: 19px;
      padding-right: 19px; } }

@media only screen and (min-width: 992px) {
    .navbar .navbar-nav > li:last-child a {
      padding-right: 34px; }
    .navbar.navbar-fixed:before {
      top: 33px; }
    .navbar .dropdown-menu > li > .active {
      color: #47A7EA; }


    .page-scrolled .navbar.navbar-fixed {
         /* -webkit-transform: translateZ(0); */
    position: fixed;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    z-index: 999;
    -webkit-animation-name: navbar-animation-1;
    animation-name: navbar-animation-1;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    min-height: 84px;
	background-color:#191514 !important;
}

.page-scrolled .navbar.navbar-fixed #navigation {
    position: absolute;
    right: 145px;
}

.page-scrolled .navbar.navbar-fixed .btn3{
margin-top: 18px;
}

.page-scrolled .navbar.navbar-fixed .navbar-brand>img {
    width: 70%;
    padding: 5px 0px 0px 0px;
}

      .page-scrolled .navbar.navbar-fixed:before {
        content: '';
        position: absolute;
        top: 0;
        left: -3333px;
        height: 85px;
        width: 9999px;
	    background-color:#191514;
        z-index: -1;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } }

@media only screen and (max-width: 991px) {
  .ct-menu {
    display: none !important; } }

@-webkit-keyframes navbar-animation-1 {
  0% {
    top: -100%; }
  70% {
    top: -5%; }
  100% {
    top: 0%; } }

@keyframes navbar-animation-1 {
  0% {
    top: -100%; }
  70% {
    top: -5%; }
  100% {
    top: 0%; } }

/*.dropdown:after {
  width: 10px;
  height: 10px;
  background: transparent;
  bottom: 0;
  left: -10px;
  position: absolute;
  content: '';
  border-bottom-right-radius: 100%;
  box-shadow: 50px 0px 0px 50px white;
  clip: rect(0px, 60px, 50px, 0px);
  display: block;
  opacity: 0; }

.dropdown:hover {
  background: white;
  border-radius: 15px 15px 0 0; }
  .navbar-default .navbar-nav > .dropdown:hover > a {
    color: #fbeba4; }
  .dropdown:hover:after {
    opacity: 1; }

.navbar-nav > li > .dropdown-menu,
.dropdown-menu {
  border: none;
  border-radius: 15px 0 15px 15px; }
  .navbar-nav > li > .dropdown-menu > li > a,
  .dropdown-menu > li > a {
    padding: 8px 24px; }
    .navbar-nav > li > .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:hover {
      background: transparent;
      text-decoration: underline; }*/

.submenu {
  position: relative; }
  .submenu i {
    padding-left: 5px;
    font-size: 13.5px;
    color: #575757; }
  .submenu:after {
    width: 10px;
    height: 10px;
    background: transparent;
    top: -7px;
    right: -9px;
    position: absolute;
    content: '';
    border-bottom-right-radius: 100%;
    box-shadow: -25px 0px 0px 50px white;
    clip: rect(0px, 60px, 50px, 0px);
    display: block;
    opacity: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .submenu:before {
    width: 10px;
    height: 10px;
    background: transparent;
    right: 26px;
    position: absolute;
    content: '';
    border-bottom-right-radius: 100%;
    box-shadow: -25px 0px 0px 50px white;
    clip: rect(0px, 60px, 50px, 0px);
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -15px;
    opacity: 0; }
  .submenu > .dropdown-menu {
    top: 0;
    left: calc(100% - 26px);
    border-radius: 0 15px 15px 15px; }
    .submenu > .dropdown-menu a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .submenu:hover:before, .submenu:hover:after {
    opacity: 1; }
  .submenu:hover > .dropdown-menu {
    padding-top: 7px;
    display: block;
    box-shadow: 10px 6px 12px rgba(0, 0, 0, 0.175); }

li:last-child.submenu {
  border-radius: 0 0 0 15px; }
  li:last-child.submenu:hover {
    background: white; }
  li:last-child.submenu > a {
    padding-bottom: 13px; }

/* Logo Disable */
.page-scrolled .navbar.navbar-fixed .fixNavLogo {
display: block;
}
.page-scrolled .navbar.navbar-fixed .fixNavLogo img{
width: 90%;
height: auto;
}
.page-scrolled .navbar.navbar-fixed #main-menu {
    float: right;
    margin-top: 25px;
}
  .fixNavLogo {
display: none;

}

.navbar-brand{
  margin: 0px;
  padding: 0px;
}



@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@media only screen and (max-width: 860px) {

  .ct-mobile-menu {
    width: 266px;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -246px; }
    .ct-mobile-menu__inner {

      background: #3d3570;

      position: absolute;

      top: 0;

      left: 0;

      width: 246px;

      height: 100%;

      overflow-y: auto;

      color: white;

      padding: 15px 20px; }

    .ct-mobile-menu__content {

      background-color: white;

      margin: 0 -25px 40px -25px;

      padding: 0 25px 40px 25px; }

    .ct-mobile-menu__nav li, .ct-mobile-menu__list li {

      color: #fc6a9c;

      display: block;

      font-size: 16px; }

      .ct-mobile-menu__nav li + li, .ct-mobile-menu__list li + li {

        margin-top: 10px; }

    .ct-mobile-menu__nav {

      padding: 25px 0 0; }

    .ct-mobile-menu .dropdown:after, .ct-mobile-menu .submenu:after {

      display: none; }

    .ct-mobile-menu .dropdown > .dropdown-menu, .ct-mobile-menu .submenu > .dropdown-menu {

      position: static;

      float: none;

      box-shadow: none; }

      .ct-mobile-menu .dropdown > .dropdown-menu > li > a, .ct-mobile-menu .submenu > .dropdown-menu > li > a {

        padding: 0 24px 0 8px;

        color: #fc6a9c;

        font-size: 15px; 
		font-family: 'Asul', sans-serif;}

        .ct-mobile-menu .dropdown > .dropdown-menu > li > a i, .ct-mobile-menu .submenu > .dropdown-menu > li > a i {

          color: inherit; }

    .ct-mobile-menu .dropdown .submenu > .dropdown-menu > li > a, .ct-mobile-menu .submenu .submenu > .dropdown-menu > li > a {

      padding: 0 24px 0 48px; }

    .ct-mobile-menu .dropdown.active > .dropdown-menu, .ct-mobile-menu .submenu.active > .dropdown-menu {

      display: block; }

    .ct-mobile-menu .dropdown.active.submenu i, .ct-mobile-menu .submenu.active.submenu i {

      -webkit-transform: rotate(90deg);

          -ms-transform: rotate(90deg);

              transform: rotate(90deg);

      position: relative;

      top: -1px;

      left: 2px; }

    .ct-mobile-menu .divider {

      margin: 25px 0;

      background: #fc6a9c; }

  .ct-page-wrapper, .ct-mobile-menu, .ct-mobile-navbar {

    -webkit-transition-property: left, box-shadow;

            transition-property: left, box-shadow;

    -webkit-transition-duration: 250ms;

            transition-duration: 250ms;

    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);

            transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1); }

  .ct-page-wrapper:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    background: #000000;

    opacity: 0;

    z-index: -9999;

    height: 0;

    width: 0;

    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);

            transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }

  .mobile-open {

    overflow: hidden; }

    .mobile-open .ct-page-wrapper {

      left: 246px;

      overflow: hidden; }

      .mobile-open .ct-page-wrapper:after {

        height: 100%;

        width: 100%;

        opacity: 0.6;

        z-index: 1000; }

    .mobile-open .ct-mobile-navbar {

      left: 246px; }

    .mobile-open .ct-sidebar__mobile-toggle {

      right: -246px; }

    .mobile-open .ct-mobile-menu {

      left: 0; }

  .ct-mobile-navbar {

	  background-color:#fff;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 47px;

    color: white;

    z-index: 999;

    padding: 0 0 0 15px;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

    .ct-mobile-navbar__brand {

      float: left;

      line-height: 47px; }

      .ct-mobile-navbar__brand img {

        max-width: 150px; }

    .ct-mobile-navbar__toggle {

      float: left;

      height: 47px;

      margin-left:125px; } }



@media only screen and (min-width: 992px) {

  .ct-mobile-menu, .ct-mobile-navbar {

    display: none !important; } }



.ct-coming-soon__header {

  padding: 30px 0;

  min-height: 61vh; }



.ct-coming-soon .ct-socials__item {

  color: #77848E; }

  .ct-coming-soon .ct-socials__item:hover {

    color: #77848E; }



.ct-coming-soon__logo {

  margin-top: 50px; }



.ct-coming-soon__title {

  color: white;

  font-size: 24px;

  font-style: italic;

  padding-top: 20px; }



@media only screen and (min-width: 768px) {

  .ct-coming-soon .ct-newsletter__form {

    max-width: 760px;

    display: inline-block; } }



.ct-coming-soon .ct-newsletter__label,

.ct-coming-soon .ct-newsletter__subscribed {

  font-size: 24px;

  font-weight: 400; }



.ct-coming-soon .ct-newsletter__label {

  margin-bottom: 30px;

  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);

          transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }



.ct-coming-soon .ct-newsletter__input {

  border: 1px solid #dadada;

  color: #a7a7a7; }

  .ct-coming-soon .ct-newsletter__input::-webkit-input-placeholder {

    color: #a7a7a7; }

  .ct-coming-soon .ct-newsletter__input::-moz-placeholder {

    color: #a7a7a7; }

  .ct-coming-soon .ct-newsletter__input:-ms-input-placeholder {

    color: #a7a7a7; }

  .ct-coming-soon .ct-newsletter__input::placeholder {

    color: #a7a7a7; }



.ct-coming-soon .ct-newsletter__form.newsletter-subscribed label {

  margin-bottom: 0;

  max-height: 0; }



.ct-coming-soon .ct-newsletter__form.newsletter-subscribed input {

  border-left: none;

  border-right: none; }



.ct-coming-soon__main {

  padding: 30px 0;

  min-height: calc(39vh - 80px); }



.ct-coming-soon__copyright {

  color: #bebebe;

  font-size: 13.5px; }



.ct-coming-soon__footer {

  min-height: 80px;

  border-top: 2px solid #eee; }

  @media only screen and (min-width: 768px) {

    .ct-coming-soon__footer-column-right {

      text-align: right; } }

  @media only screen and (max-width: 767px) {

    .ct-coming-soon__footer {

      text-align: center;

      padding: 20px 0; }

      .ct-coming-soon__footer-column-right {

        padding-top: 5px; } }



.ct-isotope-gallery {

  margin-left: -12px;

  margin-right: -12px;

  padding-bottom: 30px; }

  @media only screen and (min-width: 768px) {

    .ct-isotope-gallery {

      padding-bottom: 45px; } }



.ct-isotope-filtering {

  text-align: center;

  padding: 15px 0 25px; }

  .ct-isotope-filtering .btn {

    margin: 8px; }

  @media only screen and (min-width: 768px) {

    .ct-isotope-filtering {

      padding: 20px 0 40px; } }



.ct-isotope-item {

  width: 100%;

  padding: 12px; }

  .ct-isotope-item .btn {

    margin: 5px; }

  .ct-isotope-item__header {

    font-weight: 700; }

  .ct-isotope-item__header, .ct-isotope-item__content {

    padding: 0 24px;

    margin-bottom: 24px; }

  .ct-isotope-item__media {

    height: auto;

    padding-top: 100%; }

  .ct-isotope-item__hover {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center; }

    .ct-isotope-item__hover:after {

      display: none; }

  .ct-isotope-item__content {

    top: 0;

    opacity: 1; }



@media only screen and (min-width: 0) {

  .ct-isotope-gallery--xs-1 .ct-isotope-item {

    width: 100%; }

  .ct-isotope-gallery--xs-2 .ct-isotope-item {

    width: 50%; }

  .ct-isotope-gallery--xs-2 .ct-isotope-item--big {

    width: 100%; }

  .ct-isotope-gallery--xs-3 .ct-isotope-item {

    width: 33.33333%; }

  .ct-isotope-gallery--xs-3 .ct-isotope-item--big {

    width: 66.66666%; }

  .ct-isotope-gallery--xs-4 .ct-isotope-item {

    width: 25%; }

  .ct-isotope-gallery--xs-4 .ct-isotope-item--big {

    width: 50%; }

  .ct-isotope-gallery--xs-5 .ct-isotope-item {

    width: 20%; }

  .ct-isotope-gallery--xs-5 .ct-isotope-item--big {

    width: 40%; } }



@media only screen and (min-width: 544px) {

  .ct-isotope-gallery--sm-1 .ct-isotope-item {

    width: 100%; }

  .ct-isotope-gallery--sm-2 .ct-isotope-item {

    width: 50%; }

  .ct-isotope-gallery--sm-2 .ct-isotope-item--big {

    width: 100%; }

  .ct-isotope-gallery--sm-3 .ct-isotope-item {

    width: 33.33333%; }

  .ct-isotope-gallery--sm-3 .ct-isotope-item--big {

    width: 66.66666%; }

  .ct-isotope-gallery--sm-4 .ct-isotope-item {

    width: 25%; }

  .ct-isotope-gallery--sm-4 .ct-isotope-item--big {

    width: 50%; }

  .ct-isotope-gallery--sm-5 .ct-isotope-item {

    width: 20%; }

  .ct-isotope-gallery--sm-5 .ct-isotope-item--big {

    width: 40%; } }



@media only screen and (min-width: 768px) {

  .ct-isotope-gallery--md-1 .ct-isotope-item {

    width: 100%; }

  .ct-isotope-gallery--md-2 .ct-isotope-item {

    width: 50%; }

  .ct-isotope-gallery--md-2 .ct-isotope-item--big {

    width: 100%; }

  .ct-isotope-gallery--md-3 .ct-isotope-item {

    width: 33.33333%; }

  .ct-isotope-gallery--md-3 .ct-isotope-item--big {

    width: 66.66666%; }

  .ct-isotope-gallery--md-4 .ct-isotope-item {

    width: 25%; }

  .ct-isotope-gallery--md-4 .ct-isotope-item--big {

    width: 50%; }

  .ct-isotope-gallery--md-5 .ct-isotope-item {

    width: 20%; }

  .ct-isotope-gallery--md-5 .ct-isotope-item--big {

    width: 40%; } }



@media only screen and (min-width: 992px) {

  .ct-isotope-gallery--lg-1 .ct-isotope-item {

    width: 100%; }

  .ct-isotope-gallery--lg-2 .ct-isotope-item {

    width: 50%; }

  .ct-isotope-gallery--lg-2 .ct-isotope-item--big {

    width: 100%; }

  .ct-isotope-gallery--lg-3 .ct-isotope-item {

    width: 33.33333%; }

  .ct-isotope-gallery--lg-3 .ct-isotope-item--big {

    width: 66.66666%; }

  .ct-isotope-gallery--lg-4 .ct-isotope-item {

    width: 25%; }

  .ct-isotope-gallery--lg-4 .ct-isotope-item--big {

    width: 50%; }

  .ct-isotope-gallery--lg-5 .ct-isotope-item {

    width: 20%; }

  .ct-isotope-gallery--lg-5 .ct-isotope-item--big {

    width: 40%; } }



@media only screen and (min-width: 1200px) {

  .ct-isotope-gallery--xl-1 .ct-isotope-item {

    width: 100%; }

  .ct-isotope-gallery--xl-2 .ct-isotope-item {

    width: 50%; }

  .ct-isotope-gallery--xl-2 .ct-isotope-item--big {

    width: 100%; }

  .ct-isotope-gallery--xl-3 .ct-isotope-item {

    width: 33.33333%; }

  .ct-isotope-gallery--xl-3 .ct-isotope-item--big {

    width: 66.66666%; }

  .ct-isotope-gallery--xl-4 .ct-isotope-item {

    width: 25%; }

  .ct-isotope-gallery--xl-4 .ct-isotope-item--big {

    width: 50%; }

  .ct-isotope-gallery--xl-5 .ct-isotope-item {

    width: 20%; }

  .ct-isotope-gallery--xl-5 .ct-isotope-item--big {

    width: 40%; } }



.ct-isotope-container {

  text-align: center; }


main-menu current-menu-item:a {
	color: #23dbdb;
	text-decoration: none;
}

main-menu current-menu-item a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#wrap {
	margin: 0 auto;
}



.relative {
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* HEADER */
#wrap > header {

}
.logo {
	display: inline-block;
	font-size: 0;
	padding-top:0px;
}
#navigation {
    position: absolute;
    bottom: -60px;
}

#menu-toggle {
	display: none;
	float: right;
}

/* HEADER > MENU */
#main-menu {
	font-size: 0;
	margin: 10px 24px;
}

#main-menu > li {
	display: inline-block;
	margin-left: 35px;
	padding: 2px 0;
}

#main-menu > li.parent {
	
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: left center;
}

#main-menu > li.parent > a {
	padding-left: 14px;
}

#main-menu > li > a {
	color: #06314a;
	font-size: 16px;
	line-height: 14px;
	padding: 30px 0;
	text-decoration:none;
	font-style: Roboto Bold;
	font-weight:550;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	color: #ffc107;
	text-decoration:underline;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}

ul.sub-menu { /* level 2 */
	display: none;
	left: 0px;
	top: 28px;
	padding-top: 10px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}

ul.sub-menu > li > a {
	background-color: #FFEFD5;
	border: 1px solid #fff;
	border-top: none;
	color: #A67C00;
	display: block;
	font-size: 16px;
	line-height: 15px;
	padding: 10px 12px;
}

ul.sub-menu > li > a:hover {
	background-color: #3295da; 
	color: #fff;
}

ul.sub-menu > li:first-child {
	border-top: 3px solid #3399ff;
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 1px solid #444;
}

ul.sub-menu > li:last-child > a {
	border-radius: 0 0 2px 2px;
}

ul.sub-menu > li > a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#main-menu li:hover > ul.sub-menu {
	display: block; /* show the submenu */
}

@media all and (max-width: 700px) {

	#navigation {
		position: static;
		margin-top: 20px;
	}

	#menu-toggle {
		display: block;
	}

	#main-menu {
		display: none;
		float: none;
	}

	#main-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#main-menu > li {
		margin-top: -1px;
	}

	#main-menu > li:first-child {
		margin-top: 0;
	}

	#main-menu > li > a {
		background-color: #333;
		border: 1px solid #444;
		color: #bbb;
		display: block;
		font-size: 14px;
		padding: 12px !important;
		padding: 0;
	}

	#main-menu li > a:hover {
		background-color: #444; 
	}

	#main-menu > li.parent {
		background: none !important;
		padding: 0;
	}

	#main-menu > li:hover > a,
	#main-menu > li.current-menu-item > a {
		border: 1px solid #444 !important;
		color: #fff !important;
	}

	ul.sub-menu {
		display: block;
		margin-top: -1px;
		margin-left: 20px;
		position: static;
		padding: 0;
		width: inherit;
	}

	ul.sub-menu > li:first-child {
		border-top: 1px solid #444 !important;
	}

	ul.sub-menu > li > a.parent {
		background: #333 !important;
	}
}


/*Dropdown Mwnu*/

.dropdown 
{
  position: relative;
  display: inline-block;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  z-index:999;
  padding:10px 0px;
  border-radius:6px;
}

.dropdown-content a 
{
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  color:#403f3f;
}

.dropdown-content a:hover 
{
	background-color: #ddd;
}

.dropdown:hover .dropdown-content 
{
	display: block;
}

.navbar ul li .dropdown-content a 
{
	color:#403f3f !important;
	padding:10px 20px !important;
	border-bottom:1px solid #ddd;
	border-radius:0px;
}

.navbar ul li .dropdown-content a:hover 
{
}