/* FONTS
======================================= */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('type/OpenSans-Regular-webfont.eot');
    src: url('type/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/OpenSans-Regular-webfont.woff') format('woff'),
         url('type/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('type/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegular';
    src: url('type/Roboto-Regular-webfont.eot');
    src: url('type/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Roboto-Regular-webfont.woff') format('woff'),
         url('type/Roboto-Regular-webfont.ttf') format('truetype'),
         url('type/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('type/Roboto-Condensed-webfont.eot');
    src: url('type/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Roboto-Condensed-webfont.woff') format('woff'),
         url('type/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('type/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socialicoregular';
    src: url('type/socialico.eot');
    src: url('type/socialico.eot?#iefix') format('embedded-opentype'),
         url('type/socialico.woff') format('woff'),
         url('type/socialico.ttf') format('truetype'),
         url('type/socialico.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "dripicons";
  src:url("type/dripicons.eot");
  src:url("type/dripicons.eot?#iefix") format("embedded-opentype"),
    url("type/dripicons.ttf") format("truetype"),
    url("type/dripicons.svg#dripicons") format("svg"),
    url("type/dripicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('type/fontawesome-webfont.eot?v=3.2.1');
  src: url('type/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
	url('type/fontawesome-webfont.woff?v=3.2.1') format('woff'),
	url('type/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
	url('type/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'capsuularegular';
    src: url('type/Capsuula-webfont.eot');
    src: url('type/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Capsuula-webfont.woff') format('woff'),
         url('type/Capsuula-webfont.ttf') format('truetype'),
         url('type/Capsuula-webfont.svg#capsuularegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'england_hand_dbregular';
    src: url('type/england-webfont.eot');
    src: url('type/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/england-webfont.woff') format('woff'),
         url('type/england-webfont.ttf') format('truetype'),
         url('type/england-webfont.svg#england_hand_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bilboregular';
    src: url('type/bilbo-regular-webfont.eot');
    src: url('type/bilbo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/bilbo-regular-webfont.woff2') format('woff2'),
         url('type/bilbo-regular-webfont.woff') format('woff'),
         url('type/bilbo-regular-webfont.ttf') format('truetype'),
         url('type/bilbo-regular-webfont.svg#bilboregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* MAIN
======================================= */

a, a:hover, a:focus {
  text-decoration: none;
}
ul {
  list-style: none;
}
.animate-25 {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.animate-50 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animate-75 {
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -ms-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
}
.animate-100 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.boxshadow {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.clearboth {
  clear: both;
}

body {
  background: url('../images/dottile5.png') repeat;
}
#wrap {
  width: 100%;
}

.container {
  /*width: 1000px !important;*/
}

.toptent {
  height: 50px;
  background: url('../images/top10.png') repeat;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.content {
  padding: 70px 0 30px 0;
}
@media (max-width: 1080px) {
  .content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .content {
    padding-top: 40px;
    padding-left: 0;
  }
}

/* Main menu - Start */
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active  {
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
.navbar-toggle {
  margin-top: 30px;
}
.navbar-toggle .icon-bar {
  background: #646464;
}

@media (min-width: 768px) {
	.navbar-brand {
	  margin-top: -20px;
	}
	.menutopbar {
	  margin-bottom: 80px;
	  padding-left: 80px;
	  padding-right: 80px;
	}
	.menutop {
	  float: right;
	  padding-top: 40px;
	  padding-right: 10px;
	}
	.menutop > li {
	  float: left;
	}
	.menutop > li > a {
	  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
	  font-size: 48px;
	  color: #fff;
	  padding: 10px 0;
	  margin: 0 10px;
	  position: relative;
	  display: inline-block;
	}
	.menutop > li > a:hover {
	  color: #fff;
	}
	.menutop > li > a:before {
	  position: absolute;
	  top: -20px;
	  left: 50%;
	  margin-left: -21px;
	  content: url('../images/chefhat.png');
	  opacity: 0;
	  -webkit-transition: all .4s ease;
	  -moz-transition: all .4s ease;
	  -ms-transition: all .4s ease;
	  -o-transition: all .4s ease;
	  transition: all .4s ease;
	}
	.menutop > li > a:hover:before {
	  top: -42px;
	  opacity: 1;
	}
	.dropdown-menu li a {
	  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
	  font-size: 24px;
	  color: #646464;
	}

}

@media (max-width: 767px) {
	.navbar-brand img {
		width: 80px;
	}
	.menutopbar {
	  margin-bottom: 10px;
	}
	.nav > li > a {
	  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
	  font-size: 20px;
	  color: #fff;
	}
	.dropdown-menu li a {
	  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
	  font-size: 20px;
	  color: #fff;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
	  text-decoration: none;
	  color: #fff;
	  background-color: #222;
	}
	.navbar-collapse {
	  margin-top: 20px;
	}
}
/*
.menutop li a:after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  border: 1px solid #fff;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.menutop li a:hover:after {
  visibility: visible;
  width: 100%;
  left: 0;
}
*/

.mainmenu {
 font-size: 22px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 50%;
    
 position: relative;
 background: #ba89b6;
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.mainmenu li {
  float: left;
}
.mainmenu:before, .mainmenu:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #986794;
 z-index: -1;
}
.mainmenu:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.mainmenu:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.mainmenu .ribbon-content:before, .mainmenu .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.mainmenu .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.mainmenu .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
/* Main menu - End */

/* Slides - Start */
.slide-top {
  width: 100%;
  height: 19px;
  background: url('../images/bordertop.png') repeat-x;
  margin-top: 0;
}
.slide-bottom {
  width: 100%;
  height: 19px;
  background: url('../images/borderbottom.png') repeat-x;
}
.slide-frame {
  background-color: #fff;
  padding: 0 12px;
}
/* Slides - End */

.banner-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 50px;
}
.banner-wrap img {
}
@media (max-width: 767px) {
  .banner-wrap {
    margin-top: 0;
  }
}

.dg-container{
	width: 100%;
	height: 380px;
	position: relative;
	margin-top: 20px;
}
.dg-wrapper{
	width: 500px;
	height: 320px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 500px;
	height: 320px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/bannercanvas2.png) no-repeat top left;
	/*
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	*/
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 27px 23px 23px 27px;
}

/* News & Event --------------------- */
.news-wrap {
  margin: 0;
  padding-top: 30px;
  background-color: #fff;
}
.news-wrap .slick-prev, .news-wrap .slick-next {
  top: 10px;
  border-radius: 50%;
  padding: 0;
}
.news-wrap .slick-prev {
  left: 80%;
}
.news-wrap .slick-next {
  right: 20px;
}
.news-wrap .slick-prev:before, .news-wrap .slick-next:before {
  font-family: "FontAwesome";
  font-size: 27px;
  color: #3b3333;
}
.news-wrap .slick-prev:before {
  content: '\f104';
}
.news-wrap .slick-next:before {
  content: '\f105';
}
.colbody {
  background-color: #fff;
  padding: 5px 0 10px 0;
  text-align: center;
}
.colbody img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.colbody h4 a {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #222;
}
.newstime {
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #646464;
}
.innerbody {
  padding: 10px 20px;
  border: 1px solid #592b1e;
  border-radius: 4px;
}

/* Brand ---------------------------- */
.carousel-home {
  margin: 40px 0 0 0;
}
.brand-wrap {
}
.brand-wrap .col {
  background-color: #4d4040;
  padding: 10px;
  margin: 8px;
  border-radius: 5px;
}
.brand-wrap img {
  width: 100%;
}
.brand-wrap .slick-prev, .brand-wrap .slick-next {
  width: 30px;
  height: 30px;
  top: 65%;
  margin-top: -15px;
  background-color: #3b3333;
  border-radius: 50%;
  padding: 0;
}
.brand-wrap .slick-prev {
  left: -30px;
}
.brand-wrap .slick-next {
  right: -30px;
}
@media (max-width: 850px) {
  .brand-wrap .slick-prev {
    left: 0;
  }
  .brand-wrap .slick-next {
    right: 0;
  }
}
.brand-wrap .slick-prev:before, .brand-wrap .slick-next:before {
  font-family: "FontAwesome";
  font-size: 27px;
  color: #fff;
}
.brand-wrap .slick-prev:before {
  content: '\f104';
}
.brand-wrap .slick-next:before {
  content: '\f105';
}
.homecat {
  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .homecat {
    font-size: 20px;
  }
}

/* Welcome - Start */
.content2 {
  width: 100%;
  background: url('../images/dottile3.png') repeat;
}
.header3 {
  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: #fff;
  display: inline-block;
}
.cupcake {
  position: relative;
  padding-left: 55px;
}
.cupcake:before {
  position: absolute;
  left: 0;
  top: -14px;
}
@media (max-width: 767px) {
  .header3 {
    font-size: 30px;
  }
  .cupcake:before {
    top: -17px;
  }
}
.cupcake1:before {
  content: url('../images/cupcake01.png');
}
.cupcake2:before {
  content: url('../images/cupcake02.png');
}
.cupcake3:before {
  content: url('../images/cupcake03.png');
}
.cupcake4:before {
  content: url('../images/cupcake04.png');
}
.cupcake5:before {
  content: url('../images/cupcake05.png');
}
@media (max-width: 767px) {
  .cupcake4 {
    margin-top: 30px;
  }
}
.header4 {
  font-family: 'england_hand_dbregular', Arial, Helvetica, sans-serif;
  font-size: 38px;
  color: #fff;
}
.welcome {
  background-color: #fff;
  padding: 10px;
}
.welcome p {
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #222;
  line-height: 24px;
  padding: 10px 20px;
  border: 1px solid #bcc2c8;
  border-radius: 4px;
  background-color: #ebeff2;
  min-height: 270px;
}
@media (max-width: 767px) {
  .welcome p {
    font-size: 14px;
  }
}
.wrapper {
  padding: 10px 20px;
  border: 1px solid #bcc2c8;
  border-radius: 4px;
  background-color: #ebeff2;
  min-height: 270px;
}
/* Welcome - End */

/* Form - End */
.alert {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 21px;
}
.ez-form label {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #646464;
}
.ez-form input, .ez-form textarea {
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #949494;
}
.ez-form button {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .alert {
    font-size: 15px;
  }
  .ez-form label {
    font-size: 15px;
  }
  .ez-form input, .ez-form textarea {
    font-size: 14px;
  }
  .ez-form button {
    font-size: 14px;
 }
}
/* Form - End */

/* Testimonial 1 - Start */
.testi1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  background-color: #ebeff2;
}
.testi1-wrap {
  text-align: center;
  padding: 30px 0 20px 0;
}
.testi1-wrap h2{
  font-family: 'BebasRegular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #f19b13;
  line-height: 50px;
  margin-bottom: 30px;
}
.owl-carousel2 .owl-item img {
  display: inline-block;
  width: 80px;
  border-radius: 50%;
}
.testi1-wrap h3 {
  font-family: 'capsuularegular', Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #222;
  padding: 10px;
  margin-top: 10px;
}
.testi1-wrap p {
  font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #222;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .testi1-wrap h3 {
    font-size: 15px;
  }
  .testi1-wrap p {
    font-size: 14px;
  }
}
/* Testimonial 1 - End */

.thumbgal {
  border: 1px solid #bcc2c8;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  margin: 10px 0;
}
.listrow {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.listrow h4 a {
  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #222;
}
.listrow .listdate {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #d25302;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.listrow .listdate:before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #646464;
  top: -2px;
  left: 0;
  content: '\f073';
}
.listrow .listcontent {
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #646464;
  margin-top: 3px;
  line-height: 18px;
}
.listrow .listcontent a:hover {
  text-decoration: underline;
}
.listrow h3 {
  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #222;
  margin: 20px 0;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcc2c8;
}

.newsdetail {
  text-align: center;
}
.newsdetail img {
  max-width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .listrow h4 a {
    font-size: 26px;
  }
  .listrow .listcontent {
    font-size: 14px;
  }
  .listrow .listdate {
    font-size: 16px;
  }
}

/* Paging Start */
.pagingset {margin-top: 10px;}
.pagingset img {height: 24px; line-height: 24px; vertical-align: middle;}
.pagingnumber {font: 20px 'RobotoRegular', Arial, Helvetica, sans-serif; display: inline-block; vertical-align: middle;}
.paginglink {padding: 5px; border: 1px solid #ccc; font: 18px 'RobotoRegular', Arial, Helvetica, sans-serif; color: #646464;}
.paginglink:hover {background: #e1e1e1;}
.pagingnolink {padding: 5px; border: 1px solid #ccc; font: 18px 'RobotoRegular', Arial, Helvetica, sans-serif; color: #646464; background: #e1e1e1; display: inline-block; cursor: default;}
@media (max-width: 767px) {
  .pagingnumber, .paginglink, .pagingnolink {
    font-size: 14px;
  }
}
/* Paging Start */

/* Footer - Begin */
.footer-top {
  height: 35px;
  background: url('../images/footerborder.png') repeat;
  width: 100%;
}
.footer {
  background-color: #615353;
  padding: 30px 0 10px 0;
  width: 100%;
}
/*
@media (max-width: 1080px) {
  .footer-top {
    width: 1080px;
  }
  .footer {
    width: 1080px;
  }
}
*/
@media (max-width: 767px) {
  .footer .col-sm-4 {
    margin-bottom: 30px;
  }
}
.footer .col1 {
  text-align: center;
}
.footer .col1 p {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #efefef;
  line-height: 20px;
  margin-top: 40px;
}
.footer .col1 p span {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
}
.more {
  color: #3397dc;
}
.footerp {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.footer-author {
  text-align: right;
  margin: 0;
  padding: 0;
}
.footer-author p {
  font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding-right: 50px;
}
.footer-author p a {
  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
}
.footer-social {
  margin-top: 20px;
}
.footer-social a {
  position: relative;
}
.footer-social a:before {
  position: absolute;
  font-family: 'bilboregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
}
.footer-social a.facebook:before {
  content: 'Facebook';
  top: 20px;
  left: 11px;
}
.footer-social a.instagram:before {
  content: 'Instagram';
  top: 20px;
  left: 5px;
}
.footer-social a.blogspot:before {
  content: 'JC Partner';
  top: 20px;
  left: -18px;
  width: 100px;
}
.footer-social img {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .footer .col1 p, .footer .col1 p span, .footerp, .footer-author p {
    font-size: 14px;
  }
  .footer-author p a {
    font-size: 18px;
  }
}
/* Footer - End */

/* Media queries min 1200, min 992, min 768, max 767*/
@media (max-width: 767px) {
}

@media (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}