@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,500,300&subset=latin,latin-ext);
::-moz-selection {
  background: #008ed6;
  color: #FFF;
}

::selection {
  background: #008ed6;
  color: #FFF;
}

::-moz-selection {
  background: #008ed6;
  color: #FFF;
}

html {
  font-size: 100%;
}

body {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	overflow-x: hidden !important;
}

/* Grid >> Global*/
.sep-top-1x 	{  padding-top: 1.5em;}
.sep-top-2x 	{  padding-top: 2.5em;}
.sep-top-3x 	{  padding-top: 3.5em;}
.sep-top-4x 	{  padding-top: 4.5em;}
.sep-top-5x 	{  padding-top: 6em;}
.sep-top-6x 	{  padding-top: 9em;}
.sep-bottom-1x 	{  padding-bottom: 1.5em;}
.sep-bottom-2x 	{  padding-bottom: 2.2em;}
.sep-bottom-3x 	{  padding-bottom: 3.5em;}
.sep-bottom-4x	{  padding-bottom: 4.5em;}
.sep-bottom-5x	{  padding-bottom: 6em;}
.sep-bottom-6x	{  padding-bottom: 9em;}
.sep-padding	{  padding: 1em;}
.no-padding 	{  padding: 0;}
.no-margin 		{  margin: 0;}

/* `Clear Floated Elements*/
.clear {  clear: both;  display: block;  overflow: hidden;  visibility: hidden;  width: 0;  height: 0;}
.clearfix:before,.clearfix:after {  content: '\0020';  display: block;  overflow: hidden;  visibility: hidden;  width: 0;  height: 0;}
.clearfix:after {  clear: both;}
.clearfix {  zoom: 1;}






/*---------------------------------------
  4. PRELOADER 
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/pl.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}







/*---------------------------------------
  5. HOME SECTION
-----------------------------------------*/
.home {
  background: url(../images/bg/1.jpg) no-repeat center center;
  background-size: cover; color:#fff;
}

.home .sub-title {color:#fff !important; font-weight:300 !important; font-size:18px;}


.home h1, a {color:#fff !important;}

.home .over-bg {
  background: rgba(0, 10, 15, 0.4);
}




/*---------------------------------------
   5.1 NAVIGATION
-----------------------------------------*/
.navbar-default {
  padding: 30px;
  padding-right: 50px;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #c02530 !important;
  background-color: transparent;
}

.navbar a:hover {color: #c02530 !important;}

.activemenu a {color:#c02530 !important;}

.affix {
  background-color: rgba(16, 20, 23, 0.99);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-nav > li > a {
  font-family: 'Dosis', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #d5d5d5;
}


h1 {font-size:36px;  font-weight:300;  letter-spacing:-1px;}
h2 {font-size:30px;  font-weight:600;  letter-spacing:-1px; }
h3 {font-size:24px;  font-weight:600; }
h4 {font-size:18px;  font-weight:600; }
h5 {font-size:14px;  font-weight:600; }
h6 {font-size:12px;  font-weight:600; }

h1, h2, h3, h4, h5, h6 {
	color: #c02530 !important;
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#c02530 !important; text-decoration:none; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color:#071831 !important; text-decoration:none;}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {color:#071831 !important; text-decoration:none;}


/*---------------------------------------
   5.2 INTRO
-----------------------------------------*/
#intro {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

#intro h1 {
  text-transform: uppercase;
  color:#fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}

.large-header {
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}



/*---------------------------------------
   5.4 MOUSE SCROLL
-----------------------------------------*/
.intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
  border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
  background: #323232;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.btn {font-family:PT Sans; font-size:12px;}

.btn-primary {background:#c02530; border-color:#c02530; color:#fff; }
.btn-primary:hover {background:#0b182c; border-color:#c02530; color:#fff; }

.btn-default {background:transparent; border-color:#c02530; color:#c02530 !important;}
.btn-default:hover {background:transparent; border-color:#c02530; color:#c02530;}




.bluebg {background:#f1f3f8 !important; border-top: 1px solid #dde1ec;  border-bottom: 1px solid #dde1ec; }



#about h1 {
}
#about p {line-height:22px;}








	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}
	.portfolio-wrapper .portfolio-overlay  {
		position: absolute;
		background-color: rgba(15, 28, 47, 0.9);
		color:#fff !important;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		font-size:24px;
		text-transform:uppercase;
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1); 
	}
	
	

	.portfolio-wrapper .portfolio-overlay a{
	color:#fff !important;
	font-size: 14px; font-family:Open Sans; letter-spacing:-0.5px; display:block;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}
	
	
	
	
/* footer */
.footer { background:#c02530; color:#fff; font-size:12px; clear:both; min-height:50px; line-height:50px;}
.footer a:hover {background:transparent !important;}
/* footer */



.contact-icon {padding:5px; font-size:13px;  text-align:center;}
/* input & textarea*/
.form-control {width:100%; border-radius:0 !important; height:30px;  border:1px solid #aaa !important; min-height:40px; min-width:100%; max-width:100%; max-height:40px; border-radius:1px; -webkit-box-shadow:none;box-shadow:none; font-size:13px !important; padding:10px 5px;}
.form-control:focus{border-color:#00529c !important; outline:0 !important; box-shadow:inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.6)!important; }
.form-group {padding:0px 5px !important;}
.text-control {width:100%; border-radius:0 !important;  max-height:150px; border:1px solid #aaa !important;  min-width:100%; max-width:100%;  border-radius:1px; -webkit-box-shadow:none;box-shadow:none; font-size:13px !important; padding:10px;}
.text-control:focus{border-color:#00529c !important; outline:0 !important; box-shadow:inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.6)!important; }
/* input & textarea*/











/* ==============================
   16. Menu section
   ============================== */
   
  

section.menu {
	padding-bottom: 40px;
	padding-top: 0px;

	background-position: top left, top right;
	background-repeat: no-repeat;
	
}

section.menu h3{
	text-transform: uppercase;
	text-align: center;
	color:#c02530 !important ;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 33px;
}

section.menu ul{
	list-style: none;
}

section.menu .title {
	display: block;
	margin: 0 auto;
	font-family: 'Dosis', sans-serif;
	font-size: 52px;
	font-weight: 300;
	text-align: center;
	color: #C02530;
	text-transform: uppercase;
	margin-top: -100px;
	margin-left: 20px;
}
section.menu .subtitle{
	color: #bfa760;	
	display: block;
	margin: 0 auto;
	font-family: "Yellowtail";
	font-size: 26px;
	text-align: center;
	margin-top: 15px;
}

section.menu .title.first {
	margin-top: 130px;
}



section.menu ul {padding:1px 	!important;}


section.menu ul li:hover{
color:#c02530 !important;
}



section.menu ul li{
	text-transform: uppercase;
	font-family: "Bitter", sans-serif;
	font-size: 15px;
	color: #0c0901;
	margin-bottom: 10px; 
	padding:3px 0;
	border-top: 1px solid #fff;  border-bottom: 1px solid #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	
}

section.menu p{ margin-bottom:3px !important;}

section.menu ul li:hover{

	border-top: 1px solid #eee;  border-bottom: 1px solid #eee;

}

section.menu ul.menu li{
	font-size: 20px;  
}

section.menu ul li .detail{
	display: block;
	text-transform: none;
	color: #666; 
	font-size: 12px; letter-spacing:-0.5px;
	font-weight: 400;
font-family: "Open Sans", sans-serif;

}

section.menu span{
	font-family: "Bitter", sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #c02530;
	float: right;
	text-align: left;
	line-height: 16px;
}

.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 3em;
}

.center-no-margin {
	display: block;
  	margin: 0 auto;
  	margin-bottom: 0em;
  	margin-top: 2em;
}










/* ==============================
   15. Opening hours section
   ============================== */

section.timetable {
	background-image: url("../images/menu_bg.jpg");

	padding-top: 30px;
	padding-bottom: 40px;
	min-height: 528px;
}

.opening-hours { color:#fff !important;
	display: inline-block;
	vertical-align: top;
}

.timetable-decorator {
	display: inline-block;
	width: 200px;
	height: 110px;
	background:url("../images/timetable-decorator.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: " ";
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.timetable-decorator2 {
	display: inline-block;
	width: 200px;
	height: 110px;
	background:url("../images/timetable-decorator2.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: " ";
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

section.timetable h2{
	
	font-size: 39px;
	font-weight: 700;
	padding-top: 4px;
	line-height: 110px;
	vertical-align: top;
}



section.timetable .section-subtitle {
	color: #dd0301;
	font-family: "BitterRegular";
	font-style: italic;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: -105px;
}

section.timetable .days {
	font-family: "LobsterTwoItalic", serif;
	font-size: 43px;
	line-height: 48px;
	margin-top: -20px;
}

section.timetable .hours {
	font-family: 'Dosis', sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	margin-top: 0px;
}

section.timetable .number {
	margin-top: 40px;
	font-family: 'Dosis', sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}

section.timetable .number span {
	font-weight: 500;
	font-size: 30px;
	text-align: center;
}

section.timetable .column-divider{
	overflow: hidden;
	background-image: url("../images/column-divider.png");
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	left: 49.6%;
	margin-top: 135px;
	padding: 50% 1%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
